Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-24 | for openbsd 3.1+, don't even bother trying to pick libdl, since it is dead. | Peter Valchev | |
ok millert geez, i wrote that without a single mistake, amusing | |||
2001-10-24 | "minium" -> "minimum", ok deraadt@ | Daniel Hartmeier | |
2001-10-09 | Add missing rule for B::CC.ps3p; Hans-Guenter Weigand | Todd C. Miller | |
2001-09-28 | sparc64 has shared libs | Jason Wright | |
2001-09-20 | treat unions as structs; fixes pr 1918, perl dudes never replied though | Michael Shalayeff | |
2001-09-10 | no shared libs on sparc64 (yet) | Jason Wright | |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt | |
2001-09-04 | alpha has shared libs; pointed out by brad@ | Todd C. Miller | |
2001-07-21 | SHLIB_MAJOR/_MINOR not set in bsd.lib.mk anymore. Use major/minor. | Kenneth R Westerback | |
2001-07-02 | fix some incorrect cat page dependencies | Todd C. Miller | |
2001-06-02 | Remove a few extraneous subshells. Okay millert@ | Marc Espie | |
2001-05-24 | merge in perl 5.6.1 with our local changes | Todd C. Miller | |
2001-05-24 | stock perl 5.6.1 | Todd C. Miller | |
2001-05-08 | Insure detection of prefixes is limited to whole words. This avoids | Marc Espie | |
recognizing /usr/libdata as /usr/lib. Ok millert@ | |||
2001-02-07 | Change 6214 by gsar@auger on 2000/06/08 13:57:54 | Todd C. Miller | |
@_ can't have junk in it even in the non-USE_ITHREADS case because caller() wants to populate @DB::args with it (causes a coredump in Carp::confess()) | |||
2001-02-04 | Copy symlinks in addition to running h2ph so machine/foo.ph works | Todd C. Miller | |
Closes PR #1665 | |||
2000-12-28 | Fixed m88k related defines. | Steve Murphree | |
2000-12-05 | powerpc has shared libs for OpenBSD >= 2.8 | Todd C. Miller | |
2000-11-10 | these contain special cases where they build man pages into .0 files; | Theo de Raadt | |
they must now also build .ps files if MANPS is set. | |||
2000-10-18 | set siteprefix and siteprefixexp to /usr/local as they should be | Todd C. Miller | |
2000-10-18 | set siteprefix and siteprefixexp to /usr/local as they should be | Todd C. Miller | |
2000-10-11 | Use "cc -shared" not "ld -Bstatic" to build shared objects | Todd C. Miller | |
2000-08-08 | The official perl fix deletes the /bin/mail code entirely. | Todd C. Miller | |
2000-08-07 | #ifdef out code that runs /bin/mail insecurely. We don't have a /bin/mail | Todd C. Miller | |
so this bug doesn't bite us but... | |||
2000-05-18 | Update from perl-current--fixes the op/universal test. | Todd C. Miller | |
2000-04-30 | Change 5985 by gsar@auger on 2000/04/28 07:30:28 | Todd C. Miller | |
forked child may not exit correctly if it failed to open /dev/console (from Graham Barr) | |||
2000-04-30 | Change 5982 by gsar@auger on 2000/04/28 04:48:25 | Todd C. Miller | |
avoid error in IO::Socket::INET when given an unknown service name with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>) | |||
2000-04-30 | Change 5948 by gsar@auger on 2000/04/25 18:21:57 | Todd C. Miller | |
typo in vars.pm that leads to cryptic message (from Piotr Piatkowski <kompas@kompas.usr.onet.pl>) | |||
2000-04-30 | stock perl 5.6.1 | Todd C. Miller | |
2000-04-30 | Change 5969 by gsar@auger on 2000/04/27 17:50:56 | Todd C. Miller | |
fix Sys::Syslog breakage on domain sockets (from Tom Hughes) | |||
2000-04-30 | Perl Change 5912 by gsar@auger on 2000/04/24 04:17:15 | Todd C. Miller | |
fix totally broken caching in UNIVERSAL::isa() (from Nick Ing-Simmons); fixes problems with 5.6.0 and Tk. | |||
2000-04-24 | Better fix for all the dash shenanigans; rra@stanford.edu | Todd C. Miller | |
Updates Man.pm to version 1.04. | |||
2000-04-24 | Fix in scalar vs. list dereference bug in InputObjects.pm. Keep | Todd C. Miller | |
dashes in C<> blocks from getting \e prepended to them. They should have a \ prepended to escape them which this does correctly do yet, but at least it produces legible documentation; rra@stanford.edu | |||
2000-04-21 | stock perl 5.6.1 | Todd C. Miller | |
2000-04-21 | add CPAN File::Temp module for perl versions of mkstemp et al. | Todd C. Miller | |
2000-04-12 | do h2ph for the whole include tree; millert@ ok | Michael Shalayeff | |
2000-04-09 | o config.sh depends on config.over | Todd C. Miller | |
o config.sh must be the first thing in ${GENERATED} That way a make w/o a make depend first will work. | |||
2000-04-09 | Fix bug when doing C<FOO I<BAR>>; rra@stanford.edu | Todd C. Miller | |
2000-04-08 | Make installsitebin '/usr/local/bin' | Todd C. Miller | |
2000-04-07 | Win32.pod should go in man3p, not man1. The only reason we even | Todd C. Miller | |
install this is to have a complete set of perl docs (so all xrefs are existent). | |||
2000-04-07 | need -fPIC on sparc for libperl.so | Todd C. Miller | |
2000-04-06 | perl-5.6.0 + local changes | Todd C. Miller | |
2000-04-06 | virgin perl 5.6.0 | Todd C. Miller | |
2000-04-05 | seed srandom from /dev/arandom not /dev/urandom | Todd C. Miller | |
2000-02-02 | Remove -Bforcearchive from lddlflags. -Bforcearchive only makes sense | Todd C. Miller | |
if you are building a shared lib from a .a full of pic objects. This is not how perl builds shared libs and it hoses tk. Also sink with the hints file in perl5.005_63 (cosmetic) | |||
2000-01-30 | Remove perly.c dependency on perly.y; should not be needed but... | Todd C. Miller | |
2000-01-28 | Remove perly.y so Configure doesn't think things are missing. | Todd C. Miller | |
2000-01-28 | Prevent make from trying to build perly.y for good. | Todd C. Miller | |
2000-01-27 | Take /usr/local/lib out of glibpth and libpth. Define locincpth and | Todd C. Miller | |
loclibpth to be /usr/local/include and /usr/local/lib respectively. This allows third party modules to grab stuff from /usr/local/{lib,include} but perl itself doesn't search for things there during a build. | |||
2000-01-18 | Add /usr/local/lib to libpth/glibpth since ports installs things | Todd C. Miller | |
in /usr/local/lib. |