This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A more efficient copy in Perl_reg_temp_copy()
[perl5.git] / gv.c
2007-03-19 Rafael Garcia-SuarezUpgrade to version.pm 0.71, by John Peacock
2007-03-14 Dave Mitchelluse a fresh stack when loading Errno.pm etc.
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-08 Yves OrtonRe: [PATCH] Tweaks so that miniperl.exe doesnt croak...
2007-03-07 Rafael Garcia-SuarezUse another method to avoid the "possible interpolation...
2007-03-07 Rafael Garcia-SuarezAvoid to load the *+ and *- globs too early.
2007-03-06 Rafael Garcia-SuarezFix error messages returned by S_require_tie_mod. Fix...
2007-03-06 Rafael Garcia-SuarezFix a small leak on loading *+ and *- globs
2007-03-02 Nicholas ClarkMore assertion failures, found by auditing the code.
2007-03-02 Nicholas ClarkDon't crash if the symbol table entry for ISA isn't...
2007-02-23 Rick DelaneyRe: [perl #41546] perl 5.8.x bug: overloaded 'eq' does...
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-02-09 Nicholas ClarkFix Pod errors.
2007-02-03 Nicholas ClarkPurge all references to 5005 threads variables in the...
2007-01-26 Nicholas ClarkStop S_incline needing to temporarily write a '\0'...
2007-01-26 Nicholas ClarkAs we're not passing over (or copying in) a NUL, don...
2007-01-25 Nicholas ClarkConvert the last remaining 256 byte "small"bufs to...
2007-01-25 Nicholas ClarkNeither gv_fetchpvn_flags() nor hv_fetch() need a NUL...
2007-01-25 Nicholas ClarkThe last parameter to gv_stashpv/gv_stashpvn/gv_stashsv...
2007-01-25 Nicholas ClarkChange 28058 hadn't been tested with -DPERL_CREATE_GVSV
2007-01-18 Marcus Holland-MoritzAdd missing SVfARG()s in require_tie_mod().
2007-01-15 Yves OrtonAdd support for /k modfier for matching along with...
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2007-01-10 Nicholas ClarkAn implementation of change 29735 for blead (PL_curcop...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-Moritz4th patch from:
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2006-12-22 Rafael Garcia-SuarezUnshare the shared string gp_file_hek only if it exists...
2006-12-16 Nicholas ClarkAdd a new flag SVprv_PCS_IMPORTED (which is a pseudonym...
2006-12-16 Nicholas ClarkSplit out the use of SVp_SCREAM for GVs with GPs into...
2006-11-04 Nicholas ClarkChange 27506 wasn't quite correct - the copy of the...
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-06 Nicholas ClarkDon't bother generating the "Operation \"%s\": no metho...
2006-08-08 Jarkko Hietaniemig++ stage 1 reached
2006-08-07 Jarkko Hietaniemig++ large patch
2006-08-02 Rick DelaneyRe: [perl #39733] $AUTOLOAD is never tainted
2006-06-12 Andy LesterProper use of enums
2006-06-11 Nicholas ClarkA little more work needed to get ext/re/t/re.t test...
2006-06-07 Yitzchak Scott-Tho... exhausting <> in BEGIN{} gets ARGVOUT used only once...
2006-05-29 Andy Lester[PATCH] gv.c consting
2006-05-09 Nicholas ClarkIn Perl_Gv_AMupdate(), there's no need to call sv_unmag...
2006-05-09 Nicholas ClarkGv_AMupdate() always creates magic, so mg can never...
2006-05-02 Nicholas ClarkGvFILE() cannot be a pointer to the memory owned by...
2006-05-02 Nicholas ClarkDe-duplicate the code that creates new GPs into Perl_ne...
2006-04-29 Jarkko Hietaniemimore -ansi -pedantic cleanliness
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lesteruse NOOP macro
2006-04-24 Marcus Holland-MoritzEnsure GvNAME doesn't return NULL
2006-04-05 Steve PetersInitializing variables is good. This is another Coveri...
2006-04-02 Andy LesterRemoved unnecessary pointers checks
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-16 Nicholas ClarkAdd a new per-interpeter variable PL_utf8cache, which...
2006-03-09 Nicholas ClarkCorrect another gv_fetchpv() - it takes a bitmask of...
2006-03-05 Nicholas ClarkPerl_gv_name_set should not leak the old HEK. Allow...
2006-03-05 Nicholas ClarkMove the GvNAME HEK into the IV union - every GV is...
2006-03-05 Nicholas ClarkUse a HEK to store the GV's name, rather than a malloc...
2006-03-05 Nicholas ClarkProvide Perl_gv_name_set to replace LVALUE use of GvNAM...
2006-02-27 Nicholas ClarkChange 27330 failed to decontaminate SvCUR/GvFLAGS...
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-25 Nicholas ClarkStore GvGP in the SV head union. For all the common...
2006-02-24 Nicholas ClarkGiven that Perl_gp_free() is refcount-dec-and-maybe...
2006-02-23 Nicholas ClarkRemove set magic from typeglobs. Remove typeglob magic...
2006-02-23 Nicholas ClarkRemove get magic from typeglobs. This means that PVGVs...
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
2006-02-14 Andy LesterSun Studio lint patches
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-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Nicholas ClarkYet more instances of gv_fetchpv... that should be...
2006-02-02 Nicholas ClarkAnd another assumption.
2006-02-01 Nicholas Clarkdoubleplusoops. Apart from the documented NUL terminati...
2006-02-01 Nicholas ClarkOops. 1 NUL termination assumption remains in Perl_gv_f...
2006-01-31 Nicholas ClarkMake Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-28 Nicholas ClarkPERL_DONT_CREATE_GVSV wasn't as effective as it should...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-11 Gisle AasA few more places that can use hv_fetchs().
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Rafael Garcia-SuarezMore copyright updates
2006-01-04 Gisle AasMake the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle AasGet rid of a few more hardcoded string lengths.
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-03 Steve PetersBad symbols that are pretending to be dirhandles, shoul...
2005-12-30 TelsReduce size of buffers for identifier names, as suggest...
2005-12-30 TelsPerl_gv_fetchpv vs. gv_fetchpvn
2005-12-29 Andy Lesterav.c cleanup, plus!
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-20 Nicholas ClarkTake care in toke.c not to convert constant subroutine...
2005-12-20 Nicholas ClarkAdd a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that...
2005-12-20 Nicholas ClarkCroak if gv_init doesn't know how to create a typeglob...
2005-12-20 Nicholas Clarkgv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-19 Nicholas ClarkMake gv_init recognise a reference-to-something in...
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-10-30 Nicholas ClarkReplace gv_fetchmethod() with a macro to call gv_fetchm...
2005-10-29 Nicholas Clarkgv_fullname3 and gv_efullname3 are definately mathoms...
next