summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-0216-40/+125
* vec() loses numericalness (modified version of patch suggestedGurusamy Sarathy2000-06-012-3/+12
* submit missing embed.pl changeGurusamy Sarathy2000-06-011-1/+1
* counting tr/// corrupts later operation (from M.J.T Guy)Gurusamy Sarathy2000-06-012-2/+27
* h2xs tweaksGurusamy Sarathy2000-06-011-2/+2
* replace pod2latex with the one in Pod-LaTeX v0.52 from CPANGurusamy Sarathy2000-06-016-647/+1857
* further qualify references to "alphanumeric" (from Wolfgang LaunGurusamy Sarathy2000-06-017-11/+16
* remove incorrect documentation about implicit split to @_ inGurusamy Sarathy2000-06-012-5/+9
* tweak for change#6127Gurusamy Sarathy2000-06-011-2/+1
* SelfLoader can lose $@ in AUTOLOAD() (from Nicholas ClarkGurusamy Sarathy2000-06-013-1/+203
* buggy modulus on UVs introduced by change#3378 (resulted inGurusamy Sarathy2000-05-312-3/+10
* fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>Gurusamy Sarathy2000-05-312-1/+2
* scalar() doesn't force scalar context when used in void contextGurusamy Sarathy2000-05-312-2/+7
* change#6142 needs tweaks to tests to work where there's no symlink()Gurusamy Sarathy2000-05-311-2/+9
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-05-3141-793/+2286
|\
| * Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.Jarkko Hietaniemi2000-05-3016-61/+101
| * tweak todoJarkko Hietaniemi2000-05-301-1/+6
| * Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROTJarkko Hietaniemi2000-05-3017-64/+299
| * Integrate with Sarathy.Jarkko Hietaniemi2000-05-301-16/+17
| |\ | |/ |/|
* | fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)Gurusamy Sarathy2000-05-301-16/+16
* | fix memory leak in method call optimization (change#3768);Gurusamy Sarathy2000-05-301-0/+1
| * detypoJarkko Hietaniemi2000-05-301-2/+2
| * Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,Jarkko Hietaniemi2000-05-299-239/+1292
| * Changes for the File::Temp 0.08 (change #6159) test suiteJarkko Hietaniemi2000-05-294-13/+32
| * Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.Jarkko Hietaniemi2000-05-295-124/+191
| * Regen Configure to jive with #6149.Jarkko Hietaniemi2000-05-291-1/+1
| * Integrate with Sarathy.Jarkko Hietaniemi2000-05-2938-284/+703
| |\ | |/ |/|
* | small bug in change#6144; remove random \xA0 character that snuckGurusamy Sarathy2000-05-282-2/+3
* | avoid type mismatch warningGurusamy Sarathy2000-05-281-1/+1
* | prettier Test::Harness output on failed tests (from Nicholas ClarkGurusamy Sarathy2000-05-281-1/+1
* | cosmetic fixups of RE debug output (from Ilya Zakharevich)Gurusamy Sarathy2000-05-281-8/+14
* | fix accidental pessimization in RE optimizer (from Ilya Zakharevich)Gurusamy Sarathy2000-05-281-3/+9
* | perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)Gurusamy Sarathy2000-05-281-67/+78
* | OS/2 tweaks for usethreads build (from Rocco CaputoGurusamy Sarathy2000-05-2813-136/+153
* | close open file before chmod() (from Rocco Caputo <troc@netrus.net>)Gurusamy Sarathy2000-05-281-6/+10
* | add a make entry to Config.pm so "perl -V:make" works on VMSGurusamy Sarathy2000-05-281-0/+1
* | doc typoGurusamy Sarathy2000-05-282-2/+2
* | make xsubpp skip embedded pod (from Matthias NeeracherGurusamy Sarathy2000-05-281-0/+17
* | MacOS support, part 2: make AutoSplit use File::Spec insteadGurusamy Sarathy2000-05-281-12/+20
* | MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-2815-42/+331
* | File::Find fails to chdir when chasing symlinks (fromGurusamy Sarathy2000-05-282-1/+36
* | BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,Jarkko Hietaniemi2000-05-281-6/+30
| * Integrate with Sarathy.Jarkko Hietaniemi2000-05-2894-252/+2723
| |\ | |/ |/|
* | revise mktables.PL for bugs and newness in Unicode 3.0Gurusamy Sarathy2000-05-2850-73/+1922
* | add note about the handling of negative indices to tied arraysGurusamy Sarathy2000-05-281-0/+6
* | fix bogus redeclaration warning for "our" variables in differentGurusamy Sarathy2000-05-282-2/+5
* | random pod typos (from Peter Scott <Peter@PSDT.com>)Gurusamy Sarathy2000-05-282-3/+3
* | enable Test::Harness to dynamically determine column width etc.Gurusamy Sarathy2000-05-281-22/+57
* | make Test::Harness use wait.h/WCOREDUMP if availableGurusamy Sarathy2000-05-281-8/+1
* | elide bogus test in change#6132Gurusamy Sarathy2000-05-281-20/+0