This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Encode-2.60
[perl5.git] / scope.h
2014-03-12 David Mitchellsprinkle LIKELY() on pp_hot.c scope.c and some *.h
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-25 Father ChrysostomosUse SSize_t for tmps stack offsets
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father ChrysostomosRemove SAVEt_STACK_CXPOS
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-06-26 Father ChrysostomosIn-place sort should not leave array read-only
2013-06-02 David Mitchelleliminate PL_reg_state
2012-12-04 David Mitchellrefactor Perl_leave_scope
2012-12-04 David MitchellAdd SS_ADD_* macros and replace most SSPUSH* uses
2012-11-29 Father ChrysostomosClear method caches when unwinding local *foo=sub{}
2012-11-16 Daniel Dragansave_freeop is not an expression, remove PL_Xpv
2012-11-10 David Mitchelladd SAVEt_CLEARPADRANGE
2012-09-26 Father ChrysostomosRestore special blocks to working order
2012-09-17 Father ChrysostomosRevert "Set PL_comppad_name on sub entry"
2012-09-16 Father ChrysostomosSet PL_comppad_name on sub entry
2012-08-08 Father ChrysostomosPrevent double frees/crashes with format syntax errs
2012-06-29 Father ChrysostomosFlag ops that are on the savestack
2012-06-05 Father ChrysostomosSay goodbye to SAVECOPSTASH
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-29 Reini Urban[perl #113060] Save cop_stashlen threaded even with...
2012-04-20 Father Chrysostomos[perl #112316] Make strict vars respect assignment...
2011-09-09 Zeframremove index offsetting ($[)
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-10-29 Zeframadd SAVEFREECOPHH()
2010-09-08 David Mitchellbad things happened with for $x (...) { *x = *y }
2010-05-05 Nicholas ClarkWhen saving ints, if the value is small enough save...
2010-05-05 Nicholas ClarkWhen saving I32s, if the value is small enough save...
2010-05-01 Nicholas ClarkOn the save stack, store the save type as the bottom...
2010-04-21 David Mitchellremove bool* cast from SAVEBOOL
2009-11-18 Nicholas ClarkSkip the scope name checks if PL_scopestack_name is...
2009-11-15 Rafael Garcia-SuarezPerformance optimisation in assert, suggested by Tim...
2009-11-12 Gerard GoossenAdd ENTER_with_name and LEAVE_with_name to automaticly...
2009-07-25 Vincent PitIntroduce save_hdelete() and SAVEHDELETE()
2009-07-25 Vincent PitAdd a new SAVEf_KEEPOLDELEM flag to save_scalar_at...
2009-07-25 Vincent PitIntroduce save_aelem_flags()
2009-07-04 Jan DuboisThe 2nd arg to save_alloc() must be cast to I32 to...
2008-12-28 Vincent PitAdd save_adelete()/SAVEADELETE() to save on the stack...
2008-12-01 Nicholas ClarkMove the implmentation of SAVEHINTS() into a new Perl_s...
2008-12-01 Nicholas ClarkFor SAVEHINTS(), re-order the savestack to be (?:PTR...
2008-12-01 Nicholas ClarkExpose save_pushi32ptr() and implement SAVECOPARYBASE...
2008-12-01 Nicholas ClarkExpose save_pushptrptr() and implement SAVESWITCHSTACK...
2008-11-30 Nicholas ClarkRe-implement the macros SAVECOMPPAD(), SAVECOMPILEWARNI...
2008-11-30 Nicholas ClarkConvert all the scope save functions of the form
2008-11-13 Chip SalzenbergRe: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}...
2008-10-28 Nicholas ClarkAdd MUTABLE_HV(), and remove (HV *) casts from headers.
2008-10-27 Nicholas ClarkAdd a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-04-06 Nicholas ClarkA macro used only once isn't a typing saving, and 3...
2008-01-26 Nicholas ClarkInvestigation reveals that the work of restoring the...
2008-01-01 Marcus Holland-MoritzAdd editor blocks to some header files.
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .h files. Also, in .pl
2007-01-03 Dave Mitchellhandle cloning of parsers on the save stack
2006-12-18 Jarkko HietaniemiRe: [PATCH] do not meddle in the affairs of PERL_TRACK_...
2006-10-18 Dave Bailey[perl #40557] regexec.c saves context stack position...
2006-05-20 Nicholas ClarkRename cop_hints to cop_hints_hash
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-14 Nicholas ClarkChange SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
2006-04-13 Nicholas ClarkRemove SAVEt_FREESHAREDPV, as nothing is using it,...
2006-04-12 Nicholas ClarkChange cop_warnings from an SV holding the warnings...
2006-04-11 Nicholas ClarkFirst stab at using the pad to store the serialised...
2006-04-05 Nicholas ClarkSave the regexp engine state as 1 block on the save...
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-04-01 Nicholas ClarkAutomatically set HINT_LOCALIZE_HH whenever %^H is...
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-02-11 Nicholas ClarkRemove SOFT_CAST() as it no longer does anything useful.
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-02 Dave Mitchellmove the SETJMP exception-handing definitions from...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-01-10 Marcus Holland-MoritzRemove PERL_FLEXIBLE_EXCEPTIONS code.
2004-07-25 Dave Mitchellmake -Dl log runops loop entry and exit, and jump level...
2004-07-02 Dave Mitchell[perl #30258] utf8 POPSTACK crash on split execution
2004-03-26 Dave Mitchell [perl #27040] - hints hash was being double freed...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-01-17 Dave Mitchellback out change #22167 "freeing a CV reference that...
2004-01-17 Dave Mitchell [perl #24914] freeing a CV reference that was currentl...
2003-08-09 Dave Mitchelladd "$lexical not available" warning in C<for my $lex ()>
2003-07-02 James Jurachline numbers are given % 64k
2003-06-28 Dave MitchellTwo debugging patches.
2003-05-05 Adrian M. Enache[patch] Re: [perl #21728] regexp SEGV
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-12-17 Richard Hitt[Fwd: Patch for perl utf8-related bug]
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-24 Jarkko HietaniemiSprinkle some copyrights (use the oldest timestamp to
2002-01-14 Nick Ing-SimmonsUse PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-04-06 Jarkko HietaniemiIntegrate changes #9584,9587 from maintperl into mainline.
2001-01-24 Charles BaileySYN SYN
2001-01-11 Nick Ing-SimmonsCatch die in %SIG handler and unblock the signal before...
2001-01-10 Nick Ing-SimmonsAllow control of 2nd arg to segsetjmp() via -DSCOPE_SAV...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-25 Gurusamy SarathyC<foreach my $x ...> in pseudo-fork()ed process may...
2000-11-21 Jarkko HietaniemiIntegrate scope.h@7790 from perlio, works better with...
2000-11-20 Nick Ing-SimmonsIf we use (aTHX_ ...) then put Perl_ on the front....
2000-11-20 Ilya ZakharevichThe first step in removing recursion from the REx engine
next