This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace all reads of RXf_UTF8 with RX_UTF8().
[perl5.git] / pad.c
2007-09-10 Dave Mitchellwhen anon subs are cloned, the 'assign once only' flag...
2007-07-16 Dave Mitchell [perl #43425] local $[: fix scoping during parser...
2007-06-22 Dave Mitchellsafely handle cloning a stale lexical var
2007-05-12 Dave Mitchellmove PL_in_my and PL_in_my_stash into the PL_parser...
2007-04-21 Nicholas ClarkVarious variables in intrpvar.h and thrdvar.h are consi...
2007-03-12 Rafael Garcia-SuarezLike fake scalars, state variables shouldn't get new...
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-03 Nicholas ClarkRename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR...
2006-12-29 Nicholas ClarkWith xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX...
2006-12-28 Nicholas ClarkMove PAD_COMPNAME_GEN from SvCUR to SvUVX.
2006-12-28 Nicholas ClarkMove PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-28 Nicholas ClarkMove the low/high cop sequences from NVX/IVX to a two...
2006-12-28 Nicholas ClarkAbstract the pad code's overloaded use of SvNVX and...
2006-12-28 Nicholas ClarkChange PAD_MAX to something a bit less FORTRAN-ish...
2006-12-12 Nicholas Clarkpads haven't actually contained any PVGVs since change...
2006-05-03 Rafael Garcia-SuarezIntroduce a new keyword, state, for state variables.
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-25 Andy Lesteruse NOOP macro
2006-04-24 Marcus Holland-MoritzA couple of casts to PADOFFSET.
2006-04-03 Andy LesterSvREFCNT_inc tweaks
2006-03-08 Nicholas ClarkAdd MAD changes to pad code (new function Perl_pad_peg)
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-24 Nicholas ClarkUse PVMGs rather than PVGVs to store the names of our...
2006-02-24 Nicholas ClarkStore the stash for our in the magic slot. This will...
2006-02-24 Nicholas ClarkReplace usage of GvSTASH for storing the stash of C...
2006-02-23 Nicholas ClarkReplace direct flags tests & manipulations for SVpad_TY...
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-14 Andy LesterSun Studio lint patches
2006-02-08 Andy LesterHandle unused args
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubigers/Nullcv/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-12-10 Andy LesterExcluding pad funcs when not debugging
2005-11-14 Nicholas ClarkMark all places where perl needs to look at a possibly...
2005-11-09 Nicholas ClarkAdd a comment about possible future refactoring of...
2005-10-13 Andy LesterStas' croak patch and then some
2005-10-05 Andy LesterRe: [PATCH] Random constings and printf cleanup
2005-08-07 Jarkko Hietaniemiundup
2005-08-01 Rafael Garcia-SuarezMore typo fixes (damn generated pod files)
2005-07-20 Steve HaySilence Win32 compiler warning (signed/unsigned mismatch)
2005-07-19 Rafael Garcia-SuarezExtend the the "our variable redeclared" warning to...
2005-07-19 Rafael Garcia-SuarezOverhaul the semantics of the warning
2005-07-18 Andy LesterThe continuing plod through embed.fnc
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-12 Dave MitchellS_pad_findlex has side effects, so its return value...
2005-07-04 Andy LesterPost-YAPC consting, now with an attachment!
2005-06-23 Dave Mitchellchange 24967 got the #endif in the wrong place
2005-06-23 Dave Mitchelldon't repopulate PADTMP slots with null SVs when freein...
2005-06-23 Nicholas ClarkRemove the reference loop between symbol tables and...
2005-06-20 Andy LesterThe continuing adventures of Constman and Localize Boy
2005-06-08 Nicholas Clarks/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-07 Andy LesterRandom cleanups #47
2005-05-24 Andy Lesterembed.fnc cleanup + SvPVX_const usage
2005-05-21 Steve PetersSvPVX_const - patch #2
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-05 Dave Mitchellavoid accessing a just-freed SV (keep ponie happy)
2005-05-02 Andy Lesterprintf.patch: Adding printf checking for gcc
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Andy Lesterpad_compname_type(), takes care of a clunky macro
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-08 Nicholas ClarkAdd SvIVX() to PERL_DEBUG_COW, and change pad.c to...
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #1
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-03-29 Rafael Garcia-SuarezDon't #ifdef out a return statement
2005-03-28 Dave Mitchellexpand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2005-03-24 Andy LesterThird consting batch
2005-03-18 Andy LesterMore const parms
2005-03-11 Andy Lesterpad_push numero three-o
2004-10-29 Dave Mitchell[perl #31851] Threading crash with closures
2004-08-01 Dave MitchellAdd comment to top of reentr.c and fix typos in other...
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-06-02 Marcus Holland-MoritzMake change #22889 work for threaded builds.
2004-06-02 Rafael Garcia-SuarezMake the dUNDERBAR/UNDERBAR macros work as advertised.
2004-05-30 Dave Mitchell[perl #29708] Problem with autouse (causing Perl to...
2004-03-17 Robin Barkerformat/casting/warning RE: perl 5.9.1
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-06 Dave Mitchellfix coredump in /(?{sub{}})/
2004-02-20 Dave MitchellDocument the SVf_PADSTALE flag
2003-08-12 Jarkko HietaniemiA new try from Dave Mitchell for [perl #23265].
2003-08-10 Jarkko HietaniemiRetract #20597, too many resulting core dumps.
2003-08-10 Dave MitchellRe: [perl #23265] Nested anonymous subs
2003-08-09 Jarkko HietaniemiReintroduce the U_32-ification to pad.c,
2003-08-09 Jarkko HietaniemiRetract #20524 since it was due to broken INT32_MIN in
2003-08-06 Gerrit P. HaaseRe: perl with cygwin 1.5, need help
2003-08-02 Adrian M. EnacheSmall nit to pad.c
2003-07-24 Dave MitchellRe: Fatal 5.8.1 error in our $FOO = x if $FOO
2003-05-31 Dave Mitchelljumbo closure patch broke formats
2003-05-29 Dave Mitchelljumbo closure fix
next