Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-08 | fix perlbug 32446: socket on fd 1 gets duped to fd 0 on ↵ | Markus Friedl | |
close(STDIN)+close(STDOUT); from Steffen Ullrich at genua.de; ok millert@ | |||
2004-08-15 | Don't check for -fno-delete-null-pointer-checks on gcc 2; the resulting | Todd C. Miller | |
message from gcc at Configure time confuses some people... | |||
2004-08-14 | gcc 3.3.2 needs -fno-delete-null-pointer-checks in addition to | Todd C. Miller | |
-fno-strict-aliasing. Avoid the need for compiling some bits with -O1 on arm (and others). Problem debugged and OK miod@ | |||
2004-08-11 | mips->mips64. ok deraadt@ | Per Fogelstrom | |
2004-08-10 | missing \ at eol | Theo de Raadt | |
2004-08-09 | proper version chekc for shlibs | Michael Shalayeff | |
2004-08-09 | merge 5.8.5 into HEAD | Todd C. Miller | |
remove now-unused files crank libperl shared library major number update Makefile.bsd-wrapper tweak openbsd hints file for arm and m68k | |||
2004-08-09 | Import of stock perl 5.8.5 | Todd C. Miller | |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-07-11 | move PICFLAG override for sparc after the inclusion of bsd.lib.mk; ok deraadt | Peter Valchev | |
forgot to commit this with the .mk changes, sparc was broken for a while | |||
2004-06-07 | enable dynamic perl; millert ok | Michael Shalayeff | |
MAKE SURE TO REBUILD LD.SO FIRST | |||
2004-06-01 | remove workaround not needed w/ gcc3 anymore; millert@ ok | Michael Shalayeff | |
2004-05-31 | #ifndef errno declaration. ok millert@ | Otto Moerbeek | |
2004-04-07 | merge local changes into perl-5.8.3 | Todd C. Miller | |
2004-04-07 | perl 5.8.3 from CPAN | Todd C. Miller | |
2004-04-05 | Switch mvme88k to -O2 optimization by default. | Miod Vallat | |
(the perl chunk discussed with millert@ and pushed upstream) | |||
2004-02-11 | enable shared libs on amd64; from drahn | Theo de Raadt | |
2004-02-08 | shave build time. | Marc Espie | |
okay millert@ | |||
2004-01-30 | no shlibs yet | Michael Shalayeff | |
2003-12-10 | Ignore PSALL if NOMAN is set; noticed by jmc@ | Todd C. Miller | |
2003-12-06 | Fix speling here too so t/pod/pod2usage.t passes; noticed by drahn@ | Todd C. Miller | |
2003-12-03 | fix 2 typos | Todd C. Miller | |
2003-12-03 | Add back these dead files for 5.8.2 | Todd C. Miller | |
2003-12-03 | Whoops, don't build threaded by default | Todd C. Miller | |
2003-12-03 | Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific ↵ | Todd C. Miller | |
scaffolding | |||
2003-12-03 | perl 5.8.2 from CPAN | Todd C. Miller | |
2003-08-10 | link File::Basename to basename, dirname, fileparse | Marc Espie | |
ok millert@ `as long as basename(3) still points to the C routine' | |||
2003-08-09 | Perl hints to use -O1 on mvme88k now; ok millert@ | Miod Vallat | |
2003-08-01 | Back out threads setting inadvertently added in last commit. | Todd C. Miller | |
2003-07-30 | hppa no longer needs -O0 to build toke.c; from miod@ and OK mickey@ | Todd C. Miller | |
2003-07-23 | perl 5.8.2 from CPAN | Todd C. Miller | |
2003-07-23 | Update CGI module to version 2.98; fixes a cross-site scripting bug | Todd C. Miller | |
2003-06-24 | Pull in change 17805 by hv@hv-crypt.org on 2002/08/29 13:49:04 | Todd C. Miller | |
Fix based on: Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx) From: "esm@pobox.com (via RT)" <perlbug@perl.org> Date: 27 Aug 2002 22:10:16 -0000 Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org> | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-30 | Force the creation of pod/Makefile. We don't actually use this for | Todd C. Miller | |
anything but 'make clean'. Fixes some warnings pb@ noticed. | |||
2003-03-28 | Add missing MLINKS for Getopt::Std and fix NAME section | Todd C. Miller | |
2003-03-17 | OpenBSD 3.3 has setreuid/setregid. | Todd C. Miller | |
2003-03-15 | specifed -> specified | Theo de Raadt | |
2003-03-08 | No more Net::Netmask | Bob Beck | |
2003-03-08 | no longer used by spamd, no need to keep. | Bob Beck | |
2003-03-02 | Add Net::Netmask, ok deraadt | Bob Beck | |
2003-02-26 | repeated words; millert ok ok | Theo de Raadt | |
2003-01-20 | No more libc_r and don't link explicitly with -lpthread Not having | Todd C. Miller | |
-lpthread may confuse perl's Configure since it wants to nm libs to see what is in them butu I haven't noticed any problems with this (yet). | |||
2003-01-06 | syncronous -> synchronous | Miod Vallat | |
2003-01-04 | spelling | Theo de Raadt | |
2003-01-03 | fix typo; jmc | Todd C. Miller | |
2002-12-23 | Bug Fix | margarida | |
Update Safe module to version 2.09 millert@ ok | |||
2002-12-09 | From Andrushock, s/sucess/success/g | Todd C. Miller | |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2002-11-04 | Put back the bits disabling setre[ug]id(). Perl will use setres[ug]id | Todd C. Miller | |
instead so we don't need to use the (emulated) setre[ug]id() in libc. |