blead@25775 Symbian update
[p5sagit/p5-mst-13.2.git] / scope.c
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-07 Dave Mitchell more taint fallout from change 24943
2005-06-23 Andy Lester Pre-YAPC consting fun
2005-06-23 Nicholas Clark Add a define PERL_POISON which tries to trip up anythin...
2005-06-22 Dave Mitchell handle magic in local correctly
2005-06-20 Andy Lester More random cleanups
2005-06-10 Nicholas Clark Work around bug 36211, plus a lot of TODO regression...
2005-06-07 Andy Lester Unvoid SvUPGRADE
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
2005-05-30 Andy Lester [PATCH] More embed.fnc strictures, plus consting and...
2005-05-20 Andy Lester Attribute configuration
2005-05-17 Jarkko Hietaniemi perl 5.9.x (@ 24471): Symbian update
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-18 Steve Peters Refactoring to Sv*_set() macros - patch #4
2005-04-05 Nicholas Clark Add casting to allow g++ (3.3.5) to compile the core...
2005-03-26 Nicholas Clark Need to return something when the compiler doesn't...
2005-03-25 Andy Lester Consting part 4
2005-03-24 Andy Lester Third consting batch
2005-03-18 Andy Lester More const parms
2005-03-14 Andy Lester Adding const qualifiers
2005-01-14 Nicholas Clark Correct the editor block to match the perl 5 policy...
2005-01-13 Nicholas Clark replace NEWSV(), SvSetSV() with newSVsv()
2005-01-13 Nicholas Clark Update copyright years. Add an editor block while passi...
2005-01-10 Marcus Holland-Moritz Remove PERL_FLEXIBLE_EXCEPTIONS code.
2004-09-08 Marcus Holland-Moritz SvO?OK_off()'s return value
2004-08-03 Dave Mitchell more typo fixes for change 3176 (comments at top of...
2004-08-01 Dave Mitchell Add comment to top of reentr.c and fix typos in other...
2004-08-01 Marcus Holland-Moritz Remove redundant SvOOK_off (called implicitly by SvOK_off)
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-07-23 Dave Mitchell remove binary compat from #23156 (remove PL_retstack)
2004-07-23 Dave Mitchell remove the return stack PL_retstack, and store return...
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-24 Rafael Garcia-Suarez Good catch from Dave Mitchell; plus a null pointer...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-03-14 Dave Mitchell [perl #27638] scope exit could expose freed local...
2004-01-17 Dave Mitchell back out change #22167 "freeing a CV reference that...
2004-01-17 Dave Mitchell [perl #24914] freeing a CV reference that was currentl...
2003-09-22 Rafael Garcia-Suarez When localising a magic value, propagate the readonly...
2003-08-26 Dave Mitchell improved 19064 (local $_[0] problems)
2003-08-21 Jarkko Hietaniemi Retract #19064, broke mod_perl flushing (localisation...
2003-08-09 Dave Mitchell add "$lexical not available" warning in C<for my $lex ()>
2003-08-07 Dave Mitchell Fwd: Re: [PATCH] flags set incorrectly on abandoned...
2003-08-04 Rafael Garcia-Suarez Fix bug #23141 : localization of readonly magic scalars
2003-05-05 Adrian M. Enache [patch] Re: [perl #21728] regexp SEGV
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-26 Dave Mitchell [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-01-03 Dave Mitchell new flag SvPADSTALE
2003-01-03 Dave Mitchell remove flag SvPADBUSY
2002-12-17 Richard Hitt [Fwd: Patch for perl utf8-related bug]
2002-10-22 Dave Mitchell PL_curpad == AvARRAY(PL_comppad) always
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-05-19 Nick Ing-Simmons Integrate mailine
2002-05-19 Jarkko Hietaniemi Sarathy pointed out that instead of zeroing heap
2002-05-18 Jarkko Hietaniemi Companion to #16601: cxinc would create uninitialized
2002-05-15 Jarkko Hietaniemi Read of uninitialized heap found by Third Degree
2002-05-07 Dave Mitchell Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
2002-05-04 Dave Mitchell Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
2002-05-03 Dave Mitchell Re: local($tied->{foo}) leaks
2002-04-30 Rafael Garcia-Suarez Fix bug id 20020427.004 on %^H.
2002-04-23 Jarkko Hietaniemi # cpp commands must start in the first column.
2002-04-02 Jarkko Hietaniemi NetWare tweaks from C Aditya.
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-17 Nick Ing-Simmons Integrate mainline (for ndbm fixes etc.)
2002-01-17 Jarkko Hietaniemi Retract #14144 as Hugo isn't happy with it.
2002-01-14 Nick Ing-Simmons Use PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-09 Hugo van der Sanden (retracted by #14307)
2001-12-19 Nick Ing-Simmons Fix READONLY hashes:
2001-12-18 Nick Ing-Simmons Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com...
2001-10-26 Jarkko Hietaniemi Integrate maintperl changes #12268 and #12669;
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-05-26 John Peacock Re: [ID 20010426.005] Magic not being removed at scope...
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-04-06 Jarkko Hietaniemi Integrate changes #9584,9587 from maintperl into mainline.
2001-03-21 Jarkko Hietaniemi Integrate changes #9262,9264,9265,9266 from maintperl...
2001-03-14 Jarkko Hietaniemi Integrate changes #9137,9138,9142 from maintperl into...
2001-02-20 Jarkko Hietaniemi Integrate pureperl changes #8844,8845,8850 to mainline
2001-01-24 Charles Bailey SYN SYN
2001-01-09 Jarkko Hietaniemi save_delete(), err, SAVEDELETE() fixes from Charles...
2001-01-08 Jarkko Hietaniemi save_delete() Safefree() doesn't (anymore?) work with...
2001-01-08 Simon Cozens (Outcommented by #8369.)
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-11 Nick Ing-Simmons Integrate mainline
2000-12-11 Simon Cozens Re: [Fwd: BUG 20001205.022] Local on Hash elements
2000-12-05 Ilya Zakharevich Re: [PATCH] The largest hoax of all times?
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-25 Gurusamy Sarathy C<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 Bailey YA resync with mainstem, including VMS patches from...
2000-06-02 Gurusamy Sarathy fix small eval"" memory leaks under USE_ITHREADS
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-02-26 Charles Bailey Resync with mainline
next