summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Jarkko Hietaniemi2003-08-211-10/+3
* Retract #20479 (was part of #20493) from maint.Jarkko Hietaniemi2003-08-081-1/+1
* Integrate:Jarkko Hietaniemi2003-08-051-1/+1
* Integrate:Jarkko Hietaniemi2003-05-071-1/+8
* Integrate:Jarkko Hietaniemi2003-05-041-1/+2
* Integrate:Jarkko Hietaniemi2003-03-271-3/+10
* Integrate:Jarkko Hietaniemi2003-03-021-1/+1
* More lexical patches merged by Dave Mitchell.Jarkko Hietaniemi2003-02-281-9/+9
* The Great Pad Run of '02Jarkko Hietaniemi2003-02-281-1/+10
* Integrate:Jarkko Hietaniemi2002-12-231-0/+13
* Sarathy pointed out that instead of zeroing heapJarkko Hietaniemi2002-05-191-7/+7
* Companion to #16601: cxinc would create uninitializedJarkko Hietaniemi2002-05-181-2/+7
* Read of uninitialized heap found by Third DegreeJarkko Hietaniemi2002-05-151-1/+3
* Re: [PATCH scope.c] Re: local($tied->{foo}) leaksDave Mitchell2002-05-071-0/+16
* Re: [PATCH scope.c] Re: local($tied->{foo}) leaksDave Mitchell2002-05-041-6/+0
* Re: local($tied->{foo}) leaksDave Mitchell2002-05-031-0/+6
* Fix bug id 20020427.004 on %^H.Rafael Garcia-Suarez2002-04-301-0/+4
* # cpp commands must start in the first column.Jarkko Hietaniemi2002-04-231-3/+3
* NetWare tweaks from C Aditya.Jarkko Hietaniemi2002-04-021-0/+4
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Retract #14144 as Hugo isn't happy with it.Jarkko Hietaniemi2002-01-171-2/+6
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-0/+20
* (retracted by #14307)Hugo van der Sanden2002-01-091-6/+2
* Fix READONLY hashes:Nick Ing-Simmons2001-12-191-2/+1
* Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashesNick Ing-Simmons2001-12-181-29/+38
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-261-8/+0
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-1/+1
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-4/+4
* Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]John Peacock2001-05-261-2/+2
* [LARGE!] symbolic magicDave Mitchell2001-05-201-3/+4
* Integrate changes #9584,9587 from maintperl into mainline.Jarkko Hietaniemi2001-04-061-0/+12
* Integrate changes #9262,9264,9265,9266 from maintperl to mainline.Jarkko Hietaniemi2001-03-211-7/+11
* Integrate changes #9137,9138,9142 from maintperl into mainline.Jarkko Hietaniemi2001-03-141-2/+8
* Integrate pureperl changes #8844,8845,8850 to mainlineJarkko Hietaniemi2001-02-201-4/+0
* save_delete(), err, SAVEDELETE() fixes from Charles Lane.Jarkko Hietaniemi2001-01-091-1/+1
* save_delete() Safefree() doesn't (anymore?) work with sharedJarkko Hietaniemi2001-01-081-1/+1
* (Outcommented by #8369.)Simon Cozens2001-01-081-0/+1
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Re: [Fwd: BUG 20001205.022] Local on Hash elementsSimon Cozens2000-12-111-1/+0
* Re: [PATCH] The largest hoax of all times?Ilya Zakharevich2000-12-051-1/+1
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-48/+0
* C<foreach my $x ...> in pseudo-fork()ed process may diddleGurusamy Sarathy2000-11-251-0/+19
* [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGVMike Guy2000-10-251-0/+1
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-6/+26
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-1/+0
* Resync with mainlineCharles Bailey2000-02-261-4/+5
|\
| * make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-2/+2
| * more purification (pp_require() could access free memory; vdie()Gurusamy Sarathy2000-02-131-2/+3
| * set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
| * fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>Gurusamy Sarathy2000-02-041-0/+7