summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
AgeCommit message (Collapse)Author
2003-03-30Force the creation of pod/Makefile. We don't actually use this forTodd C. Miller
anything but 'make clean'. Fixes some warnings pb@ noticed.
2003-03-28Add missing MLINKS for Getopt::Std and fix NAME sectionTodd C. Miller
2003-03-17OpenBSD 3.3 has setreuid/setregid.Todd C. Miller
2003-03-15specifed -> specifiedTheo de Raadt
2003-03-08No more Net::NetmaskBob Beck
2003-03-08no longer used by spamd, no need to keep.Bob Beck
2003-03-02Add Net::Netmask, ok deraadtBob Beck
2003-02-26repeated words; millert ok okTheo de Raadt
2003-01-20No more libc_r and don't link explicitly with -lpthread Not havingTodd 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-06syncronous -> synchronousMiod Vallat
2003-01-04spellingTheo de Raadt
2003-01-03fix typo; jmcTodd C. Miller
2002-12-23Bug Fixmargarida
Update Safe module to version 2.09 millert@ ok
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd 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-04Put back the bits disabling setre[ug]id(). Perl will use setres[ug]idTodd C. Miller
instead so we don't need to use the (emulated) setre[ug]id() in libc.
2002-11-03Back out a local OpenBSD change I adapted from a 5.6.1 change.Todd C. Miller
I don't think it is needed anymore and it breaks MM_Unix's prefixify test.
2002-11-03The regex used in ExtUtils-MakeMaker-6.05 to check for pod didn't matchTodd C. Miller
=head[1-4] correctly.
2002-11-02Don't try to process inline functions; fixes a problem parsingTodd C. Miller
macros.h on vax (noticed by hugh).
2002-10-31MakeMaker now appears to try to install pod pages in $installman{1,3}dir.Todd C. Miller
However, we define that to the empty string in OpenBSD since we want to format and install perl's man pages ourselves. As a result, man pages were not being generated from .pm files in 3rd party modules. To fix this, go back to the older behavior of using $inst_man{1,3}dir. Also, while I'm in here, improve the regexp for deciding what consists of pod, based on ExtUtils-MakeMaker-6.05.
2002-10-30No longer need to override Configure results for setr[ug]id() andTodd C. Miller
setre[ug]id().
2002-10-27The 5.8.0 import didn't bring this file back to life; do it by hand.Todd C. Miller
2002-10-27Resolve conflicts, remove old files, merge local changesTodd C. Miller
2002-10-27stock perl 5.8.0 from CPANTodd C. Miller
2002-10-25%ul -> %luCamiel Dobbelaar
submitted to perlbug@ ok millert@
2002-10-08fix two incorrect L<> calls; ok millert@Wilbern Cobb
2002-10-04since we lndir the sources we do not need the .CURDIR in the toke depsMichael Shalayeff
2002-10-04put cpp flags into CPPFLAGS, not CFLAGS.Michael Shalayeff
do the lndir once (like apache, for example), depend on ${.OBJDIR}/config.over . make separate rules for the toke.*o, since gcc blows on it on some platforms (hppa for now). would be just nice if smth like this worked, but it does not: .if make(toke.o) CFLAGS+=-O0 .endif millert@ ok
2002-09-17fix 64bit warnings; ok millert fgschPeter Valchev
2002-09-11Pass ld the -R flag to add directories to the list of places toTodd C. Miller
search for shared objects instead of using a LD_RUN_PATH hack. We use -R here since it works with both the old and new (binutils) ld flavors. The LD_RUN_PATH hack was using the wrong directory anyway and so didn't even work. Problem pointed out by H. Steuer.
2002-09-10typo -- please send to the perl people too; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-08-13Update bsd_glob.c with fixes from perl 5.8.0 that are based on our glob.c.Todd C. Miller
From Solar Designer
2002-06-18make this example code 'secure' wrt shmget() perms; ok millert@Todd T. Fries
2002-05-01Sync with OpenBSD hints file from latest perl snapshot.Todd C. Miller
2002-04-30typo, from Denis Afonin.Marc Espie
2002-04-21Fix perlbdebguts, perlboot, and perlbot man pages. Noticed by TheoTodd C. Miller
in the sets.
2002-04-21simpler manpage generation, using make's features.Marc Espie
ok millert@
2002-04-05If the first field of 'uname -a' output is openbsd, treat the OS asTodd C. Miller
OpenBSD regardless of anything else. Fixes a bizarre problem where if the hostname was set to "openbsd" the correct hint file was not found.
2001-11-24for 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-09Add missing rule for B::CC.ps3p; Hans-Guenter WeigandTodd C. Miller
2001-09-28sparc64 has shared libsJason Wright
2001-09-20treat unions as structs; fixes pr 1918, perl dudes never replied thoughMichael Shalayeff
2001-09-10no shared libs on sparc64 (yet)Jason Wright
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-04alpha has shared libs; pointed out by brad@Todd C. Miller
2001-07-21SHLIB_MAJOR/_MINOR not set in bsd.lib.mk anymore. Use major/minor.Kenneth R Westerback
2001-07-02fix some incorrect cat page dependenciesTodd C. Miller
2001-06-02Remove a few extraneous subshells. Okay millert@Marc Espie
2001-05-24merge in perl 5.6.1 with our local changesTodd C. Miller