summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2008-06-11Add a CVSROOT/config option "DisableMdocdate" (default:no) to turn offDamien Miller
2008-06-09Make gcc on alpha use -mieee by default. This fixes many FPE problemsMichael Erdely
2008-06-09Don't be overzealous when cleaning up, once is enough.Pierre-Yves Ritschard
2008-06-09Disable ident queriesTodd C. Miller
2008-06-07Put back sprintf -> snprintf changes which have been lost accidentally in theMiod Vallat
2008-06-07Put back the diff made between rev. 1.1.1.3 and 1.3Charles Longeau
2008-05-29Revert 1.6 and reenable -fno-regmove for now -- it stroke back in sha1(1).Miod Vallat
2008-05-27Cope with the changes in the libiberty C++ demangler, and crank minor versionMiod Vallat
2008-05-27Merge OpenBSD specific changes:Miod Vallat
2008-05-27Update libiberty to the version found in binutils 2.17.1 (which stillMiod Vallat
2008-05-11If "cvs admin" encountered an entry in CVS/Entries for a file which has noTobias Stoeckmann
2008-05-08Due to the recent changes, it is no longer necessary to disable -fregmoveMiod Vallat
2008-05-05enforce make -j1 in SDBM_File, there is a nasty race that's hard to fix.Marc Espie
2008-05-04Update to sendmail-8.14.3Todd C. Miller
2008-05-03add stmp-dirs to dependancy list, fixes a make -j issue seen on macppcDale Rahn
2008-04-25Prevent user asm statements from being put in delay slots, this avoidsMiod Vallat
2008-04-25* PR rtl-optimization/13260Miod Vallat
2008-04-25* PR target/11901Miod Vallat
2008-04-25typoMiod Vallat
2008-04-25reg_renumber[] values are valid if >= 0, not > 0.Miod Vallat
2008-04-22I am so glad I'm a BSD developer.Miod Vallat
2008-04-18Fix return value of i_add_match() and remove some bogus APPLE_HYBTodd C. Miller
2008-04-05don't force recreating directories in mklibgcc, this causes rebuilds duringMarc Espie
2008-04-02Update to queue group-based config in use on the list server.Todd C. Miller
2008-03-28Remove unnecessary whitespace on .type foo,@object lines, which confuse gasMiod Vallat
2008-03-28Enable shared libraries on landisk.Dale Rahn
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15This should set msg_control using CMSG_SIZE(), and not assume thatTheo de Raadt
2008-03-13Add __data_start symbol to all ELF archs to consistently mark the beginningKurt Miller
2008-03-08more mkhybrid prototypes cleanups.Marc Espie
2008-02-27fix a segfault in gnucvs that can occur with "checkout -c" if there isJoris Vink
2008-02-27start cleaning up that mess (some sprintf -> snprintf, plus -Wall)Marc Espie
2008-02-20Fix a use-after-free bug in the envelope code just after a port 25 fork.Brad Smith
2008-02-15Really enable weak aliases by disabling the unwanted SUPPORTS_WEAK override, theMiod Vallat
2008-02-12Fix a few warnings, including an uninitialized variable in an error case.Miod Vallat
2008-02-10give method name of covariant return issue.Marc Espie
2008-02-08Febuary -> FebruaryJason McIntyre
2008-01-29More read/write result checking fixes to avoid unsigned comparisons vsKenneth R Westerback
2008-01-29fix another make -j race, avoid rebuilding some archives twice in parallel.Marc Espie
2008-01-25"read(..., ..., sizeof Y) < sizeof Y" is a dangerous idiom because itKenneth R Westerback
2008-01-14Fix a race by making maybe-all-bfd depend on all-bfd and maybe-all-opcodesMark Kettenis
2008-01-14manpages need directories.Marc Espie
2008-01-01In the alpha allocate_stack builtin, only trigger stack probes if not runningMiod Vallat
2007-12-30enforce install -S, avoids races with make -j:Marc Espie
2007-12-24Teach as(1) about %gl on sparc64.Mark Kettenis
2007-12-01fix makefile races.Marc Espie
2007-11-28use sizeof (buf) instead of hardcoded valueCharles Longeau
2007-11-28insert .WAIT so that stuff is built first, and checked afterwards, insteadMarc Espie
2007-11-28add dependencies for protector.o, preventing it from being built too early.Marc Espie
2007-11-28fix race: install-all can only be run *after* all is finished, otherwiseMarc Espie