This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add svt_local slot to magic vtable, and fix local $shared
[perl5.git] / gv.c
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...
2005-10-29 Nicholas Clarkgv_fullname and gv_efullname are definately mathoms.
2005-10-19 Andy LesterMore consting, and DRY leads to shrinking object code
2005-10-13 Andy LesterStas' croak patch and then some
2005-09-29 Dave Mitchellthe return value of start_subparse() can legally be...
2005-09-18 Nicholas ClarkIt looks like the only way to reliably make Perl_hv_nam...
2005-08-25 Nicholas ClarkNo need to manually set the reference count of a new...
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-13 Dave Mitchellmake the expensive ckWARN() be called as late as possible
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-04 Andy LesterPost-YAPC consting, now with an attachment!
2005-06-29 Nicholas ClarkFixes to -DPERL_DONT_CREATE_GVSV to make more tests...
2005-06-29 Nicholas ClarkFirst stab at not automatically creating an unused...
2005-06-28 Nicholas ClarkConvert strcpy to memcpy where we already know the...
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-23 Nicholas ClarkRemove the reference loop between symbol tables and...
2005-06-23 Nicholas ClarkAdd a define PERL_POISON which tries to trip up anythin...
2005-06-20 Andy LesterThe continuing adventures of Constman and Localize Boy
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2005-06-07 Nicholas ClarkMore SvPV consting.
2005-06-07 Nicholas ClarkLots of consting
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-03 Andy LesterRandom consting
2005-06-02 Andy Lesteruse lengths in sv_setpv() calls
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-26 Nicholas ClarkStore the package name as a shared HEK.
2005-05-21 Rafael Garcia-SuarezReally fix change 24527
2005-05-21 Rafael Garcia-SuarezCompilation fix
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Steve PetersSvPVX_const - patch #2
2005-05-18 Gisle AasWell defined $? and introduction of ${^CHILD_ERROR_NATI...
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-09 Andy Lesterattributes-two.patch, the next batch
2005-05-09 Nicholas ClarkHoist the static "AUTOLOAD" into a static const variabl...
2005-05-02 Andy Lesterprintf.patch: Adding printf checking for gcc
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-03-25 Andy LesterConsting five
2005-03-24 Andy LesterThird consting batch
2005-03-18 Andy LesterMore const parms
2005-03-14 Andy LesterAdding const qualifiers
2005-01-19 Robin BarkerFurther follow-up to 23767
2005-01-07 Nicholas ClarkStage 1 of utf8 support for soft references.
2005-01-04 Nicholas ClarkAdd ${^UTF8LOCALE} to give perl space access to PL_utf8...
2005-01-01 Nicholas ClarkNot all the world's a VAX, er ASCII, so don't make...
2004-12-31 Nicholas ClarkImprove documentation for is_gv_magical, and split...
2004-12-31 Nicholas ClarkBecause name is always NUL terminated we can incorporat...
2004-12-31 Nicholas ClarkGenerate smaller object code by using a single switch...
2004-12-31 Nicholas ClarkTidy up comments in change 23716
2004-12-31 Nicholas ClarkRefactor gv_fetchpv so that the overwhelmingly common...
2004-12-13 Steve HayDocument gv_stashpvn
2004-12-07 Nicholas ClarkRevert part of the change to gv_fullname4(), as the...
2004-12-03 Rafael Garcia-Suarez$foo::_ was wrongly forced as $main::_.
2004-12-03 Nicholas ClarkSmall code tidy up in gv_fullname4
2004-12-03 Nicholas ClarkThere are clearer ways of saying m/^[ab]$/ than strchr...
2004-09-08 Marcus Holland-MoritzSvO?OK_off()'s return value
2004-08-06 Steve HayAnother small clean-up following changes #23190 and...
2004-08-06 Dave Mitchellremove leaks associated with version object change...
2004-08-04 John PeacockFinal version object core patch?
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-06-20 Dave Mitchellfix typo in gp_free
2004-04-21 Stas Bekman[patch] log the interpreter id in warnings
2004-03-29 Dave Mitchellbackout change 22606 (make gv_fullname() include a...
2004-03-28 Dave Mitchellmake gv_fullname() etc include a literal '^' for *...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-02-03 Rafael Garcia-SuarezImplement "my $_".
2003-09-21 Jarkko HietaniemiMacrofy the compile/runtime test.
2003-08-21 Adrian M. Enacheutf8 variable names scrambled in error messages
2003-07-29 Jarkko HietaniemiMost importantly, don't try HvNAME(gp->gp_hv)
2003-06-15 Rafael Garcia-SuarezRename again the warning about $* being no longer supported
2003-06-14 Rafael Garcia-SuarezRename the warning about $* being removed,
2003-06-13 Rafael Garcia-SuarezRemove the deprecated $* variable.
2003-06-05 Robin BarkerRE: maint @ 19683
2003-05-31 Rafael Garcia-SuarezFix a case of segfault in gv_check(), by making
2003-05-12 Alex VandiverRe: Bug stomping fun. [PATCH: bug #1016]
2003-04-17 Abhijit Menon-Sen[#21962] Speculative fix: don't set GvNAMELEN to 1...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-14 Artur BergmanOok, run tests on correct build-dir next time.
2003-04-14 Artur BergmanFixes to bugs introduced by PL_stashcache
2003-04-10 Rafael Garcia-SuarezFix bug #21914, 3-arg open + local $fh + strict coredump.
2003-04-02 Artur BergmanAdd packname->stash cache before the check if a packnam...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-15 Jarkko HietaniemiThe new(er) way of controlling Unicode I/O (and other...
next