summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2008-09-04Use & not && to mask bits.Jonathan Gray
2008-09-03Provide our own calloc() since we provide our own malloc(), otherwise we won'tMiod Vallat
2008-08-27exposed too much, only expose prototype outside ifdefMartynas Venckus
2008-08-27fix 128-bit division. gcc mangled arguments when passing to theMartynas Venckus
2008-08-22Don't install libbfd and libopcodes and the associated headers.Mark Kettenis
2008-08-20fix the comment about enabling socket map supportDavid Gwynne
2008-08-20enable support for socket maps.David Gwynne
2008-08-06Unconditionnaly disable -fcse-skip-blocks at -O2 on m68k, for it causes NULLMiod Vallat
2008-07-26Recognize an explicit + sign in exponent of hex float constants, needed toMiod Vallat
2008-07-25don't undefine C99 math macros, if !_GLIBCPP_USE_C99, so that weMartynas Venckus
2008-07-24bump because of __nan in math.hTheo de Raadt
2008-07-24bumpMartynas Venckus
2008-07-09Incorporate Otto's yacc skeleton fix.Todd C. Miller
2008-06-30Use int instead if bool in the arguments to upd_qs(). Sendmail itselfAnders Magnusson
2008-06-25handle sparc64 seperately; ok miodTheo de Raadt
2008-06-22Enable the use of __attribute__ ((__nonnull__)) unconditionally under OpenBSD,Miod Vallat
2008-06-15RFC 2822 obsoletes RFC 822; from Igor ZinovikJason McIntyre
2008-06-13Fixup ldscripts for i386 when linked with -pie (no change to non-pieKurt Miller
2008-06-12accept f in mantissa of hex float constant. from gcc svnMartynas Venckus
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