summaryrefslogtreecommitdiffstats
path: root/gnu
AgeCommit message (Expand)AuthorFilesLines
2009-10-13Somehow shasum snuck back in.millert1-1/+0
2009-10-13Fix mismergemillert1-6/+2
2009-10-13Merge in some local changes that got lost.millert31-76/+103
2009-10-12Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c torobert7-39/+1487
2009-10-12remove troublesome file that broke the 5.10.1 mergemillert1-5/+0
2009-10-12remove editor backup file from MANIFESTmillert1-1/+0
2009-10-12Undo keywork expansion by escaping the dollar signs as octalmillert1-1/+1
2009-10-12Merge in perl 5.10.1; part twomillert137-13465/+14838
2009-10-12Merge in perl 5.10.1millert1309-459766/+29411
2009-10-12import perl 5.10.1millert2055-17640/+272759
2009-08-21Enable one only declarations on hppa/hppa64 which correctskurt1-0/+3
2009-08-14- fix for pr 6196 from upstream gitjasper2-1/+16
2009-08-09Initialize all the InputFieldData members correctly. Fixes a crash whenfgsch1-61/+4
2009-08-09Do not access s[strlen(s) - 1] without checking first that s is not anmiod1-1/+1
2009-08-08Actually, add --enable-debug to configure so -g is not stripped if specifiedfgsch2-3/+3
2009-08-08allow to compile lynx with debug symbols.fgsch1-1/+1
2009-08-01Revert previous change which enabled symbol visibility support; appears tomiod2-82/+8
2009-07-26- revert thread model posix since it broke the build for hppa. will revistkurt4-6/+9
2009-07-25- enable thread model posix for gcc 3 which makes dwarf2 exceptionkurt4-9/+6
2009-07-24add compat support to gdb so that it can deal with libpthread with andkurt4-16/+36
2009-07-22Fix the configure test for symbol visibility support; the current testmiod2-0/+4
2009-07-12remove a semicolon at the end of an if statement, alreadyjsg1-1/+1
2009-06-24Correct the prototype of ffecom_gfrt_basictype() to match thejsg2-2/+2
2009-06-21CVE-2009-1391: Buffer overflow in the inflate function in Zlib.xsmartynas1-1/+1
2009-06-06INTMAX_TYPE / UINTMAX_TYPE are always in terms of long long.martynas1-0/+5
2009-06-06Handle our new ELF core dumps.kettenis1-1/+31
2009-05-31Update to lynx-2.8.6.rel5, with our local patches maintained where relevant.avsm340-84427/+117993
2009-05-18INTMAX_TYPE / UINTMAX_TYPE are always in terms of long long.martynas1-0/+6
2009-05-16relocate / fix Test::Simple testssimon142-2844/+1780
2009-05-13use poll(2); ok millert@jakob1-2/+3
2009-05-13update Test::Simple to version 0.86jasper62-929/+4426
2009-05-13update Sys::Syslog to CPAN version 0.27simon11-78/+383
2009-04-17- enable libstdc++ pthread regresseskurt7-13/+14
2009-04-05- accept l modifier for %fmartynas1-2/+2
2009-03-25recognise encoding "646" as an alias of "ascii", similar to a changesthen1-0/+1
2009-03-24s/postion/position/gmillert3-5/+5
2009-03-16run makemap through mailwrapper(8), to avoid conflict betweenjacekm1-1/+4
2009-03-09Provide more dependencies for binutils to build with make -j on a.outmiod1-1/+3
2009-03-09Needed dependencies for make -j to behave correctly, backported from gcc 3;miod2-2/+6
2009-03-07Our gcc doesn't provide __builtin_memmove(), so replace it by memmove().landry1-1/+1
2009-03-05Teach bfd and gdb about the upcoming ELF core dumps.kettenis4-4/+95
2009-02-11fix gcc bug that broke double -> unsigned long conversions on sparc64martynas3-8/+61
2009-02-02pedantic fixes: remove wrong token pasting.espie6-29/+29
2009-01-30Turns out we need to look one frame deeper to find the saved return addresskettenis1-2/+4
2009-01-28Remove unneeded include; fixes build problems with some ports thatkettenis1-1/+0
2009-01-13steal some code from gcc 4.2, so that char_traits specializations start withespie2-48/+134
2008-12-12bump major version, to be safe. ok theomartynas1-2/+2
2008-12-09libstdc++ (cmath) needs to handle integer arguments for the mathmartynas3-1/+132
2008-11-11Add support for position independent executables. This adds compile flagskurt8-6/+59
2008-11-11Enable support for debugging pie programs. Code from Elena Zannoni'skurt12-48/+283