Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2000-01-17 | Install stripped version of a2p; millert@ ok. | Federico G. Schwindt | |
1999-11-28 | Keep rules in bsd.sys.mk from yacc'ing on perly.y | Todd C. Miller | |
1999-11-26 | Run Configure as part of a 'beforedepend' target in perl's Makefile.bsd-wrapper | Todd C. Miller | |
instead of explicitly in the top-level Makefile. | |||
1999-11-23 | missed in shared libperl mods due to cvs bug | Todd C. Miller | |
1999-11-23 | Import of stock perl 5.8.5 | Todd C. Miller | |
1999-11-09 | Install a shared libperl and link against it. Put libperl in /usr/lib | Todd C. Miller | |
where it belongs instead of in /usr/libdata/perl5/alpha-openbsd/5.00503/CORE. The shared lib version number will get cranked for each new perl release so this is safe to do. | |||
1999-08-31 | Don't need -fno-strict-aliasing, our gcc has strict aliasing turned off by ↵ | Todd C. Miller | |
default. | |||
1999-08-27 | check for arch that supports -s flag | Todd C. Miller | |
1999-08-26 | OpenBSD CVS tag | Todd C. Miller | |
1999-08-20 | add -fno-strict-aliasing | Todd C. Miller | |
1999-08-20 | Link with "-L. -lperl" if building a shrared libperl on OpenBSD | Todd C. Miller | |
1999-08-20 | comment out shared libperl support for the time being | Todd C. Miller | |
1999-08-20 | Link perl binary with shared libperl | Todd C. Miller | |
1999-08-20 | Take advantage of "arch -s" | Todd C. Miller | |
1999-08-19 | The mips test for dynamic loading was wrong | Niklas Hallqvist | |
1999-07-04 | egcs has been fixed. | Marc Espie | |
No longer need those. | |||
1999-05-27 | Use -O1 to work around egcs/m68k bug | Todd C. Miller | |
1999-05-27 | Real fix... this goes into OPTIMIZE, not CCFLAGS. | Marc Espie | |
Recalling fixes from memory is not such a hot idea. | |||
1999-05-26 | egcs Internal compiler errors on m68k. | Marc Espie | |
1999-05-16 | remove the "cat" prefix from man extensions since it makes perldoc send the ↵ | Todd C. Miller | |
wrong section number to pod2man | |||
1999-05-14 | Need to check for the c suffix on args to the -size switch. Patch sent to ↵ | Todd C. Miller | |
perl maintainers. | |||
1999-05-11 | cvs missed this in the last perl commit. Bad cvs. | Todd C. Miller | |