summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* new flag SvPADSTALEDave Mitchell2003-01-031-1/+5
* remove flag SvPADBUSYDave Mitchell2003-01-031-1/+1
* [Fwd: Patch for perl utf8-related bug]Richard Hitt2002-12-171-0/+13
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-9/+9
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-8/+0
* move all pad-related code to its own src fileDave Mitchell2002-10-021-1/+10
* 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
| * introduce save_I8() for saving byte valuesGurusamy Sarathy1999-12-081-0/+14
| * more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-3/+22
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-1/+1
| |\