summaryrefslogtreecommitdiff
path: root/scope.h
Commit message (Expand)AuthorAgeFilesLines
* Rename cop_hints to cop_hints_hashNicholas Clark2006-05-201-3/+3
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-2/+2
* Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used toNicholas Clark2006-04-141-6/+5
* Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't cateredNicholas Clark2006-04-131-10/+2
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-0/+21
* First stab at using the pad to store the serialised hints data.Nicholas Clark2006-04-111-0/+2
* Save the regexp engine state as 1 block on the save stack.Nicholas Clark2006-04-051-0/+1
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-0/+10
* Automatically set HINT_LOCALIZE_HH whenever %^H is modified.Nicholas Clark2006-04-011-1/+1
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-1/+5
* Remove SOFT_CAST() as it no longer does anything useful.Nicholas Clark2006-02-111-18/+14
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-1/+1
* move the SETJMP exception-handing definitions from scope.h to cop.hDave Mitchell2005-05-021-118/+0
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+1
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-111/+27
* make -Dl log runops loop entry and exit, and jump level poppingDave Mitchell2004-07-251-1/+5
* [perl #30258] utf8 POPSTACK crash on split executionDave Mitchell2004-07-021-0/+11
* [perl #27040] - hints hash was being double freed on scope exitDave Mitchell2004-03-261-8/+8
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* back out change #22167 "freeing a CV reference that was currentlyDave Mitchell2004-01-171-1/+0
* [perl #24914] freeing a CV reference that was currently beingDave Mitchell2004-01-171-0/+1
* add "$lexical not available" warning in C<for my $lex ()>Dave Mitchell2003-08-091-0/+2
* line numbers are given % 64kJames Jurach2003-07-021-1/+1
* Two debugging patches.Dave Mitchell2003-06-281-4/+2
* [patch] Re: [perl #21728] regexp SEGVAdrian M. Enache2003-05-051-1/+2
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* [Fwd: Patch for perl utf8-related bug]Richard Hitt2002-12-171-0/+4
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-9/+3
* 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