This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate change #11519 from perlio:
[perl5.git] / scope.c
2001-05-26 John PeacockRe: [ID 20010426.005] Magic not being removed at scope...
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-04-06 Jarkko HietaniemiIntegrate changes #9584,9587 from maintperl into mainline.
2001-03-21 Jarkko HietaniemiIntegrate changes #9262,9264,9265,9266 from maintperl...
2001-03-14 Jarkko HietaniemiIntegrate changes #9137,9138,9142 from maintperl into...
2001-02-20 Jarkko HietaniemiIntegrate pureperl changes #8844,8845,8850 to mainline
2001-01-24 Charles BaileySYN SYN
2001-01-09 Jarkko Hietaniemisave_delete(), err, SAVEDELETE() fixes from Charles...
2001-01-08 Jarkko Hietaniemisave_delete() Safefree() doesn't (anymore?) work with...
2001-01-08 Simon Cozens(Outcommented by #8369.)
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-11 Nick Ing-SimmonsIntegrate mainline
2000-12-11 Simon CozensRe: [Fwd: BUG 20001205.022] Local on Hash elements
2000-12-05 Ilya ZakharevichRe: [PATCH] The largest hoax of all times?
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-25 Gurusamy SarathyC<foreach my $x ...> in pseudo-fork()ed process may...
2000-10-25 Mike Guy[ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
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-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-02-26 Charles BaileyResync with mainline
2000-02-20 Gurusamy Sarathymake change#3386 a build-time option (avoids problems...
2000-02-13 Gurusamy Sarathymore purification (pp_require() could access free memor...
2000-02-09 Charles BaileyMinor fixes to assuage picky compilers (unsigned compar...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-04 Gurusamy Sarathyfix pad_alloc panic from C<my $w; sub { my($i) = @_...
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 Sarathymore complete pseudo-fork() support for Windows
1999-11-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-06 Jarkko HietaniemiSo many printfs, so little time.
1999-11-01 Gurusamy Sarathymacros for COP.cop_filegv access
1999-10-31 Gurusamy Sarathymake nested ARGV/$^I loops work correctly; fixes severa...
1999-10-23 Jarkko HietaniemiMore printf-fixes (see also #4426).
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 Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-11 Chip Salzenberggutsupport for C++ exceptions
1999-04-03 Gurusamy Sarathygrow PL_tmps_stack more efficiently; make it more amena...
1999-04-03 Gurusamy Sarathyremove duplicate code and an extra branch in sv_setsv...
1999-03-22 Gurusamy Sarathyupdate copyright years
1998-11-28 Gurusamy Sarathyvarious tweaks; result passes all tests for normal...
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathyintegrate changes#1982,2014,2021 (from maint-5.005)
1998-10-25 Gurusamy Sarathyproperly restore PL_rsfp_filters after require
1998-10-13 Gurusamy Sarathychange#1614 merely disabled earlier fix (doh!); undo...
1998-09-28 Gurusamy Sarathyfix various 5.00552 mishaps (fixes suggested by Jan...
1998-09-23 Albert DvornikSSNEW() API for allocating memory on the savestack
1998-08-02 Ilya Zakharevichtweaked version of suggested patch
1998-07-21 Gurusamy Sarathyfix memory leak in C<local(*foo) = 'bar'>
1998-07-20 Gurusamy Sarathycomplete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-SimmonsPL_ stuff for threads
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-06 Gurusamy Sarathyrename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-06-30 Gurusamy Sarathytweaks to overloaded constants (change#1259)
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-06-10 Chip SalzenbergInvalidate method cache on C<local *subname>
1998-05-29 Gurusamy Sarathy[asperl] integrate mainline changes
1998-05-29 Gurusamy Sarathy[win32] misc changes
1998-05-26 Gurusamy Sarathy[asperl] more changes to satisfy non-debug VC build...
1998-04-08 Gurusamy Sarathy[asperl] integrate mainline changes
1998-04-03 Gurusamy Sarathy[win32] implement stack-of-stacks so that magic invocat...
1998-03-16 Malcolm BeattieBump patchlevel.h to 63.
1998-03-16 Stephen McCamantSTRESS_REALLOC
1998-03-09 Gurusamy Sarathy[win32] merge C<local $tied{foo}> patch, also moved...
1998-03-07 Gurusamy Sarathy[win32] integrate mainline changes
1998-03-05 Gurusamy Sarathy[win32] add Nick's dTHR fixes
1998-03-05 Spider Boardman[win32] maintpatch
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 Gurusamy Sarathy[win32] fix extra LEAVE when require fails
1998-02-09 Gurusamy Sarathy[asperl] integrate win32 branch contents
1998-02-03 Gurusamy Sarathy[win32] integrate mainline
1998-02-02 Malcolm BeattieIntroduced thr->threadsvp and THREADSV() for faster...
1998-02-01 Douglas Lankshear[asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy[asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1998-01-24 Nick Ing-SimmonsGisle's av_unshift tweak, two small patches from chip
1998-01-14 Nick Ing-SimmonsTIEARRAY updates - almost works ...
1997-12-23 Gurusamy Sarathy[win32] Trivial bugfix#1 from local repository
1997-11-21 Malcolm Beattie$_ is now per-thread (rather a lot of changes). Only...
1997-11-13 Malcolm BeattieChange CONTEXT to PERL_CONTEXT throughout source (since...
1997-10-31 Nick Ing-SimmonsConvert miniperl sources to ANSI C. Several passes of
1997-10-16 Malcolm BeattieMerge maint-5.004 branch (5.004_04) with mainline.
1997-10-08 Malcolm BeattieMerge maint-5.004 branch (5.004_03) with mainline.
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-08-06 Gurusamy Sarathyobject never destructs
next