| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Re: [Fwd: BUG 20001205.022] Local on Hash elements | Simon Cozens | 2000-12-11 | 1 | -1/+0 |
* | Re: [PATCH] The largest hoax of all times? | Ilya Zakharevich | 2000-12-05 | 1 | -1/+1 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -48/+0 |
* | C<foreach my $x ...> in pseudo-fork()ed process may diddle | Gurusamy Sarathy | 2000-11-25 | 1 | -0/+19 |
* | [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV | Mike Guy | 2000-10-25 | 1 | -0/+1 |
* | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -6/+26 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -1/+0 |
* | Resync with mainline | Charles Bailey | 2000-02-26 | 1 | -4/+5 |
|\ |
|
| * | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 1 | -2/+2 |
| * | more purification (pp_require() could access free memory; vdie() | Gurusamy Sarathy | 2000-02-13 | 1 | -2/+3 |
| * | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
| * | fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }> | Gurusamy Sarathy | 2000-02-04 | 1 | -0/+7 |