summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
AgeCommit message (Expand)Author
1999-07-04egcs has been fixed.Marc Espie
1999-05-27Use -O1 to work around egcs/m68k bugTodd C. Miller
1999-05-27Real fix... this goes into OPTIMIZE, not CCFLAGS.Marc Espie
1999-05-26egcs Internal compiler errors on m68k.Marc Espie
1999-05-16remove the "cat" prefix from man extensions since it makes perldoc send the w...Todd C. Miller
1999-05-14Need to check for the c suffix on args to the -size switch. Patch sent to pe...Todd C. Miller
1999-05-11cvs missed this in the last perl commit. Bad cvs.Todd C. Miller
1999-05-11Go back to colon-separated paths approach but truncate lib pathsTodd C. Miller
1999-05-09o kill colon-separated paths in *libexp, they confuse too many modulesTodd C. Miller
1999-05-09Deal with colon-separated paths in *libexp variables. This is aTodd C. Miller
1999-05-04Move perl lib files to /usr/libdata/perl5 and /usr/local/libdata/perl5.Todd C. Miller
1999-05-03For each search dir in /usr/lib/perl5, also look in /usr/local/lib/perl5.Todd C. Miller
1999-05-02Don't need to set ccflags or cppflags to be emptyTodd C. Miller
1999-05-02fix typos, spotted by espieTodd C. Miller
1999-04-30Crank the for loop max index so test #2 succeeds on fast machines. Total tes...Todd C. Miller
1999-04-30Use arch, not unameTodd C. Miller
1999-04-30more cruftTodd C. Miller
1999-04-29New configuration method, use a combination of hints and config.over. Also a...Todd C. Miller
1999-04-29Import of stock perl 5.8.5Todd C. Miller
1999-04-29perl5.005_03 (stock)Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
1999-02-04Grok things like 1.7976931348623157E+308 and the [fF] suffix (float).Todd C. Miller
1999-02-04Hex constants can end in [lLuU]* as well. Fixes limits.ph and others.Todd C. Miller
1998-12-31keep 'perl -T -P' from dumping coreTodd C. Miller
1998-10-19Use env to set the PATH since we run configure in a subshellTodd C. Miller
1998-10-18set PATH before running configure since we can't rely on the user's path bein...Todd C. Miller
1998-09-19xsubpp.cat1 ended up in two places in DESTDIRTheo de Raadt
1998-08-04Use MACHINE_ARCH, not MACHINE when installing .ph files; pefo@opsycon.seTodd C. Miller
1998-07-05Kill extra man page build as well.Jason Downs
1998-07-05use correct directory for h2ph -dTodd C. Miller
1998-07-05run h2ph with -d ${DESTDIR}Todd C. Miller
1998-05-11we have lockf nowTodd C. Miller
1998-05-11disable dynaload on pmax tooTodd C. Miller
1998-05-07define STRUCT_TM_HASZONE; ficusTheo de Raadt
1998-04-27Update gcc version and let Configure figure out how to convert a float toTodd C. Miller
1998-04-27Add missing parens. Peter Galbavy <peter@wonderland.org>Todd C. Miller
1998-04-25Remove dependency error in install targetNiklas Hallqvist
1998-02-20Our semctl takes a union semun as 4th argNiklas Hallqvist
1997-11-30Add "test" target.Todd C. Miller
1997-11-30No more perlovl.podTodd C. Miller
1997-11-30perl 5.004_04Todd C. Miller
1997-11-30perl5.005_03Todd C. Miller
1997-11-30stock perl 5.8.0 from CPANTodd C. Miller
1997-11-30perl5.005_03Todd C. Miller
1997-11-30perl 5.004_04Todd C. Miller
1997-11-30perl5.005_03Todd C. Miller
1997-11-30perl 5.004_04Todd C. Miller
1997-11-30perl 5.004_04Todd C. Miller
1997-09-08permit perl to build non-interactively. I hate making changes to stuffTheo de Raadt
1997-07-24respect ``INSTALL_STRIP=-s'' completely pr 188kstailey