This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
for (reverse @foo) now iterates in reverse in place.
[perl5.git] / scope.h
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
1997-03-25 Perl 5 Porters[inseperable changes from patch from perl-5.003_95...
1997-03-25 Gurusamy SarathyRe: embedded perl and top_env problem
1997-02-10 Perl 5 Porters[inseparable changes from patch from perl5.003_25 to... perl-5.003_26
1996-11-19 Perl 5 Porters[inseparable changes from patch from perl5.003_07 to...
1996-06-18 Perl 5 PortersCorrect cast in SAVEDESTRUCTOR macro
1994-10-17 Larry Wallperl 5.000 perl-5.000
1994-05-04 Larry Wallperl 5.0 alpha 9 perl-5a9
1994-03-18 Larry Wallperl 5.0 alpha 6
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2