summaryrefslogtreecommitdiff
path: root/scope.h
Commit message (Expand)AuthorAgeFilesLines
* The 2nd arg to save_alloc() must be cast to I32 to avoid pointer truncation w...Jan Dubois2009-07-061-1/+1
* Move the implmentation of SAVEHINTS() into a new Perl_save_hints() inNicholas Clark2009-03-301-16/+1
* Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it.Nicholas Clark2009-03-301-7/+1
* Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it.Nicholas Clark2009-03-301-4/+1
* Re-implement the macros SAVECOMPPAD(), SAVECOMPILEWARNINGS(),Nicholas Clark2009-03-301-18/+3
* Convert all the scope save functions of the formNicholas Clark2009-03-301-0/+6
* Add MUTABLE_HV(), and remove (HV *) casts from headers.Nicholas Clark2009-03-291-1/+1
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2009-03-291-5/+5
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Nicholas Clark2008-10-161-0/+2
* Integrate:Nicholas Clark2008-01-301-0/+9
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-1/+1
* handle cloning of parsers on the save stackDave Mitchell2007-01-031-0/+8
* Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOLJarkko Hietaniemi2006-12-181-0/+4
* [perl #40557] regexec.c saves context stack position improperly Dave Bailey2006-10-181-0/+9
* 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