summaryrefslogtreecommitdiff
path: root/scope.h
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Nicholas Clark2008-10-291-2/+2
* Integrate:Nicholas Clark2008-10-171-0/+2
* Arrange for newGP to know when it needs to copy the filename of theNicholas Clark2008-03-061-1/+5
* Integrate:Nicholas Clark2008-02-021-0/+9
* Integrate:Nicholas Clark2007-04-121-1/+1
* Integrate the last definately wanted stragglers from:Jarkko Hietaniemi2007-03-211-0/+1
* Integrate:Nicholas Clark2007-02-051-202/+0
* Integrate:Nicholas Clark2007-02-041-1/+5
* Integrate:Nicholas Clark2007-01-291-0/+9
* Integrate:Jarkko Hietaniemi2007-01-241-2/+2
* Integrate:Marcus Holland-Moritz2007-01-241-2/+2
* Integrate:Nicholas Clark2007-01-221-0/+10
* Integrate:Nicholas Clark2007-01-171-18/+14
* No need to save the PVX to the save stack when saving a GV, as theNicholas Clark2006-10-221-1/+7
* Integrate:Nicholas Clark2006-05-081-0/+1
* Integrate:Nicholas Clark2006-05-051-2/+2
* Integrate:Andy Lester2005-09-191-1/+1
* Integrate:Nicholas Clark2005-04-051-1/+1
* Integrate:Jim Cromie2004-09-091-0/+11
* Integrate:Nicholas Clark2004-03-311-8/+8
* Integrate:Nicholas Clark2004-03-221-1/+1
* Integrate:Nicholas Clark2004-02-261-1/+0
* Integrate:Nicholas Clark2004-02-261-0/+1
* Integrate:Jarkko Hietaniemi2003-07-031-1/+1
* Integrate:Jarkko Hietaniemi2003-06-301-4/+2
* Integrate:Jarkko Hietaniemi2003-05-071-1/+2
* Integrate:Jarkko Hietaniemi2003-05-041-1/+2
* Integrate:Adrian M. Enache2003-03-021-1/+1
* Integrate:Jarkko Hietaniemi2003-03-021-1/+1
* More lexical patches merged by Dave Mitchell.Jarkko Hietaniemi2003-02-281-9/+3
* Integrate:Jarkko Hietaniemi2002-12-231-0/+4
* Sprinkle some copyrights (use the oldest timestamp toJarkko Hietaniemi2002-01-241-0/+9
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-2/+4
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+2
* Integrate changes #9584,9587 from maintperl into mainline.Jarkko Hietaniemi2001-04-061-0/+2
* Catch die in %SIG handler and unblock the signal before re-dying.Nick Ing-Simmons2001-01-111-1/+1
* Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.Nick Ing-Simmons2001-01-101-2/+6
* C<foreach my $x ...> in pseudo-fork()ed process may diddleGurusamy Sarathy2000-11-251-0/+2
* Integrate scope.h@7790 from perlio, works better with multiplicity.Jarkko Hietaniemi2000-11-211-5/+5
* The first step in removing recursion from the REx engineIlya Zakharevich2000-11-201-3/+6
* fix small eval"" memory leaks under USE_ITHREADSGurusamy Sarathy2000-06-021-5/+11
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-19/+58
* fix pad_alloc panic from C<my $w; sub { my($i) = @_; sub { $w } }>Gurusamy Sarathy2000-02-041-0/+14
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+18
* introduce save_I8() for saving byte valuesGurusamy Sarathy1999-12-081-0/+2
* avoid PTR->IV cast warningsGurusamy Sarathy1999-12-011-1/+1
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-0/+2
* avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-0/+2
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-0/+8
* avoid inefficiency in change#3386 (every longjmp() was followedGurusamy Sarathy1999-10-141-29/+37