summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSIONGurusamy Sarathy1999-02-281-3/+2
* add File::Compare::compare_text()Jan Dubois1999-02-282-28/+45
* add README.hpuxGurusamy Sarathy1999-02-283-0/+195
* avoid escaping & et al multiple times (variant of fix suggested byGurusamy Sarathy1999-02-281-1/+1
* Test::Harness setting $ENV{HARNESS_ACTIVE}Jan Dubois1999-02-281-0/+6
* add note about env pollutionGurusamy Sarathy1999-02-282-0/+8
* integrate cfgperl contentsGurusamy Sarathy1999-02-2427-339/+622
|\
| * Fix MacPerl version, change PowerUX to PowerMAX.Jarkko Hietaniemi1999-02-221-4/+4
| * Snapshot the cross-compilation/multiarchitecture stuffJarkko Hietaniemi1999-02-223-12/+30
| * DB_File 1.64 patchPaul Marquess1999-02-225-25/+41
| * Scratch #3008 and introduce $crosscompile and $multiarchJarkko Hietaniemi1999-02-2211-4/+53
| * Add -DMULTIARCH (see change #3006).Jarkko Hietaniemi1999-02-223-3/+3
| * Undo the references to local{lib,arch} introduced by #3006.Jarkko Hietaniemi1999-02-222-9/+1
| * Not OK: perl 5.00555 on OPENSTEP-Mach-thread 4_2 (UNINSTALLED)Hans Mulder1999-02-222-64/+128
| * Configure/Perl knew how to look for use Mach cthreadsJarkko Hietaniemi1999-02-220-0/+0
| * Update Acorn AVAILABILITY.Jarkko Hietaniemi1999-02-211-1/+1
| * PATCH: perlref.pod - symbolic ref exampleRonald J. Kimball1999-02-211-1/+1
| * Sync cfgperl with maint-5.005 change #3000.Jarkko Hietaniemi1999-02-212-76/+73
| * Enhanced the endianness description.Jarkko Hietaniemi1999-02-201-3/+11
| * Glossary now mostly fixed.Jarkko Hietaniemi1999-02-205-43/+185
| * Perldeltify GNU/Hurd.Jarkko Hietaniemi1999-02-201-7/+11
| * pack/unpack better in (network-)short-non-16-bits andJarkko Hietaniemi1999-02-193-74/+38
| * Regen Configure.Jarkko Hietaniemi1999-02-194-4/+11
| * Configure update: fstatvfs/fstafs/getmntent/hasmntopt wereKurt D. Starsinic1999-02-195-71/+93
| * Ultrix hints update.Spider Boardman1999-02-171-4/+4
| * Change #2965 wiped out some Sarathy's _55 changes.Jarkko Hietaniemi1999-02-171-5/+10
| * Configure tweaks.Jarkko Hietaniemi1999-02-171-17/+12
| * Integrate from mainperl.Jarkko Hietaniemi1999-02-1636-4370/+3197
| |\
* | | perldoc -q brokenDaniel Grisinger1999-02-241-1/+0
* | | ansify perlio.c, fix PerlIO-ish typosGurusamy Sarathy1999-02-244-126/+58
* | | adjust a Perl_malloc() flag for NeXTHans Mulder1999-02-241-1/+1
* | | perltodo adjustments from Joshua Pritikin <joshua.pritikin@db.com>Gurusamy Sarathy1999-02-241-96/+80
* | | improved error message [PATCH _55] [RESEND]Joshua Pritikin1999-02-241-6/+8
* | | perlfunc updates (against 55)Tom Christiansen1999-02-241-357/+494
* | | testsuite adjustmentsM. J. T. Guy1999-02-242-3/+3
* | | avoid modifying readonly values from qw()Gurusamy Sarathy1999-02-241-2/+2
* | | more "correct" utbuf for utime()Gurusamy Sarathy1999-02-241-6/+6
* | | 5.005_55 (CORE) Sparse intializer in regcomp.cJohn Bley1999-02-201-1/+2
* | | fix typo in Perl_sbrk()Hans Mulder1999-02-201-1/+1
* | | integrate change#2980 from maint-5.005Gurusamy Sarathy1999-02-201-0/+1
* | | test failures with MIME-tools-4.122 and perl 5.005_55 Hugo van der Sanden1999-02-202-5/+13
* | | resend [PATCH 5.005_55] Various win32/win32.c cleanupJan Dubois1999-02-201-29/+36
* | | do poll() emulation unless HAS_POLL && I_POLLGurusamy Sarathy1999-02-201-4/+1
* | | tweak RE for NaNQ? recognitionGurusamy Sarathy1999-02-191-6/+12
* | | mention C<use utf8> and C<use warning> in perldeltaGurusamy Sarathy1999-02-191-2/+15
* | | doc for change#2978Gurusamy Sarathy1999-02-191-2/+4
* | | bring '*' prototype closer to how it behaves internallyGurusamy Sarathy1999-02-195-16/+50
* | | stem leakage of perly.h #defines #ifndef PERL_COREGurusamy Sarathy1999-02-191-0/+3
* | | distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy propagationGurusamy Sarathy1999-02-188-14/+37
* | | missing PERL_POLLUTE_MALLOCGurusamy Sarathy1999-02-181-3/+1