This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Some more missing isGV_with_GP()s
[perl5.git] / scope.h
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
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-06-02 Gurusamy Sarathyfix small eval"" memory leaks under USE_ITHREADS
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
2000-02-09 Charles BaileyResync with mainline
2000-02-04 Gurusamy Sarathyfix pad_alloc panic from C<my $w; sub { my($i) = @_...
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-08 Gurusamy Sarathyintroduce save_I8() for saving byte values
1999-12-01 Gurusamy Sarathyavoid PTR->IV cast warnings
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-10-14 Gurusamy Sarathyavoid inefficiency in change#3386 (every longjmp()...
1999-10-10 Gurusamy Sarathyrevert SAVEDESTRUCTOR() to accepting void(*)(void*...
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-07-12 Gurusamy Sarathyfixups for sundry warnings about function pointers
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-05-28 Vishal Bhatiafixing eval in the compiler
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberggutsupport for C++ exceptions
1998-10-25 Gurusamy Sarathyproperly restore PL_rsfp_filters after require
1998-09-23 Albert DvornikSSNEW() API for allocating memory on the savestack
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-06-30 Gurusamy Sarathytweaks to overloaded constants (change#1259)
1998-06-29 Gurusamy Sarathyadd missing SSCHECK() to rectify faulty SSPUSH*() logic...
1998-06-29 Ilya Zakharevichadded patch for overloading constants, made PERL_OBJECT...
1998-06-15 Gurusamy Sarathyback out previous change (it breaks PERL_OBJECT)
1998-06-15 Joshua Pritikinadded patch, fixed typo, reworked documentation
1998-03-16 Gurusamy Sarathy[asperl] various changes to get asperl working under...
1998-03-07 Gurusamy Sarathy[win32] integrate mainline changes
1998-03-02 Gurusamy Sarathy[win32] fix misapplied hunks in change#614
1998-03-02 Stephen McCamant[win32] this one with adjusted test numbers
1998-02-14 Gurusamy Sarathy[asperl] bring ASPerl uptodate with mainline changes
1998-02-12 Malcolm BeattieMissing WITH_THR from new deb() in ENTER/LEAVE caused...
1998-02-12 Gurusamy Sarathy[win32] fix extra LEAVE when require fails
1998-02-01 Douglas Lankshear[asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1998-01-30 Gurusamy Sarathy[asperl] Created new branch from win32@396, added AS...
1998-01-19 Gurusamy Sarathy[win32] foo() -> PerlGroup_foo() patch from ActiveState
1997-11-06 Malcolm BeattieRemove #ifdef DEPRECATED stuff: newXSUB, pp_entersubr...
1997-07-01 Malcolm BeattieSupport for op in global register (still buggy)
1997-04-01 Jim AveraFix MM doc's use of "SUPER::"
1997-04-01 Chip SalzenbergDon't use setjmp() and longjmp() in complex exprs
next