summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-049-32/+55
* fix large memory leak that has been around for ever, masked byGurusamy Sarathy2000-07-047-58/+257
* fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)Gurusamy Sarathy2000-07-041-0/+2
* slurp mode fix in change#4736 still not quite rightGurusamy Sarathy2000-06-302-7/+9
* dounwind() may cause POPSUB() to diddle the wrong PL_curpadGurusamy Sarathy2000-06-304-2/+27
* integrate vmsperl changes into mainlineGurusamy Sarathy2000-06-302-0/+34
|\
| * Add fallback to tmpfile for use in cases where user's relying onCharles Bailey2000-05-292-0/+34
* | localize %INC in a Safe compartment so that use/require workGurusamy Sarathy2000-06-301-1/+5
* | tweak perlembed for multiplicity/usethreads sanity; correct notesGurusamy Sarathy2000-06-301-24/+9
* | File::Spec 0.82 betaBarrie Slaymaker2000-06-304-87/+41
* | be more optimal about clearing @_Gurusamy Sarathy2000-06-081-3/+8
* | tweak comment about @DB::argsGurusamy Sarathy2000-06-082-3/+3
* | @_ can't have junk in it even in the non-USE_ITHREADS case becauseGurusamy Sarathy2000-06-082-7/+18
* | back out change#6106 (seems problematic)Gurusamy Sarathy2000-06-081-1/+1
* | Perl_eval_pv() leaks 4 bytes every time it is called because itGurusamy Sarathy2000-06-061-3/+2
* | fix yet another eval"" leak under USE_ITHREADSGurusamy Sarathy2000-06-021-0/+1
* | 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