| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #27040] - hints hash was being double freed on scope exit | Dave Mitchell | 2004-03-26 | 1 | -0/+5 |
* | Good catch from Dave Mitchell; plus a null pointer protection. | Rafael Garcia-Suarez | 2004-03-24 | 1 | -2/+2 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | [perl #27638] scope exit could expose freed local() value | Dave Mitchell | 2004-03-14 | 1 | -1/+1 |
* | back out change #22167 "freeing a CV reference that was currently | Dave Mitchell | 2004-01-17 | 1 | -3/+1 |
* | [perl #24914] freeing a CV reference that was currently being | Dave Mitchell | 2004-01-17 | 1 | -1/+3 |
* | When localising a magic value, propagate the readonly flag | Rafael Garcia-Suarez | 2003-09-22 | 1 | -2/+12 |
* | improved 19064 (local $_[0] problems) | Dave Mitchell | 2003-08-26 | 1 | -3/+10 |
* | Retract #19064, broke mod_perl flushing (localisation of $|). | Jarkko Hietaniemi | 2003-08-21 | 1 | -10/+3 |
* | add "$lexical not available" warning in C<for my $lex ()> | Dave Mitchell | 2003-08-09 | 1 | -0/+21 |
* | Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals | Dave Mitchell | 2003-08-07 | 1 | -1/+1 |
* | Fix bug #23141 : localization of readonly magic scalars | Rafael Garcia-Suarez | 2003-08-04 | 1 | -1/+1 |
* | [patch] Re: [perl #21728] regexp SEGV | Adrian M. Enache | 2003-05-05 | 1 | -1/+8 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails. | Dave Mitchell | 2003-03-26 | 1 | -3/+10 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | new flag SvPADSTALE | Dave Mitchell | 2003-01-03 | 1 | -1/+5 |
* | remove flag SvPADBUSY | Dave Mitchell | 2003-01-03 | 1 | -1/+1 |
* | [Fwd: Patch for perl utf8-related bug] | Richard Hitt | 2002-12-17 | 1 | -0/+13 |
* | PL_curpad == AvARRAY(PL_comppad) always | Dave Mitchell | 2002-10-22 | 1 | -9/+9 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -8/+0 |
* | move all pad-related code to its own src file | Dave Mitchell | 2002-10-02 | 1 | -1/+10 |
* | Sarathy pointed out that instead of zeroing heap | Jarkko Hietaniemi | 2002-05-19 | 1 | -7/+7 |
* | Companion to #16601: cxinc would create uninitialized | Jarkko Hietaniemi | 2002-05-18 | 1 | -2/+7 |
* | Read of uninitialized heap found by Third Degree | Jarkko Hietaniemi | 2002-05-15 | 1 | -1/+3 |
* | Re: [PATCH scope.c] Re: local($tied->{foo}) leaks | Dave Mitchell | 2002-05-07 | 1 | -0/+16 |
* | Re: [PATCH scope.c] Re: local($tied->{foo}) leaks | Dave Mitchell | 2002-05-04 | 1 | -6/+0 |
* | Re: local($tied->{foo}) leaks | Dave Mitchell | 2002-05-03 | 1 | -0/+6 |
* | Fix bug id 20020427.004 on %^H. | Rafael Garcia-Suarez | 2002-04-30 | 1 | -0/+4 |
* | # cpp commands must start in the first column. | Jarkko Hietaniemi | 2002-04-23 | 1 | -3/+3 |
* | NetWare tweaks from C Aditya. | Jarkko Hietaniemi | 2002-04-02 | 1 | -0/+4 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Retract #14144 as Hugo isn't happy with it. | Jarkko Hietaniemi | 2002-01-17 | 1 | -2/+6 |
* | Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds! | Nick Ing-Simmons | 2002-01-14 | 1 | -0/+20 |
* | (retracted by #14307) | Hugo van der Sanden | 2002-01-09 | 1 | -6/+2 |
* | Fix READONLY hashes: | Nick Ing-Simmons | 2001-12-19 | 1 | -2/+1 |
* | Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes | Nick Ing-Simmons | 2001-12-18 | 1 | -29/+38 |
* | Integrate maintperl changes #12268 and #12669; | Jarkko Hietaniemi | 2001-10-26 | 1 | -8/+0 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -1/+1 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -4/+4 |
* | Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH] | John Peacock | 2001-05-26 | 1 | -2/+2 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -3/+4 |
* | Integrate changes #9584,9587 from maintperl into mainline. | Jarkko Hietaniemi | 2001-04-06 | 1 | -0/+12 |
* | Integrate changes #9262,9264,9265,9266 from maintperl to mainline. | Jarkko Hietaniemi | 2001-03-21 | 1 | -7/+11 |
* | Integrate changes #9137,9138,9142 from maintperl into mainline. | Jarkko Hietaniemi | 2001-03-14 | 1 | -2/+8 |
* | Integrate pureperl changes #8844,8845,8850 to mainline | Jarkko Hietaniemi | 2001-02-20 | 1 | -4/+0 |
* | save_delete(), err, SAVEDELETE() fixes from Charles Lane. | Jarkko Hietaniemi | 2001-01-09 | 1 | -1/+1 |
* | save_delete() Safefree() doesn't (anymore?) work with shared | Jarkko Hietaniemi | 2001-01-08 | 1 | -1/+1 |
* | (Outcommented by #8369.) | Simon Cozens | 2001-01-08 | 1 | -0/+1 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |