Static cleanup in pp_sort.c
[p5sagit/p5-mst-13.2.git] / gv.c
2006-06-12 Andy Lester Proper use of enums
2006-06-11 Nicholas Clark A 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 Clark In Perl_Gv_AMupdate(), there's no need to call sv_unmag...
2006-05-09 Nicholas Clark Gv_AMupdate() always creates magic, so mg can never...
2006-05-02 Nicholas Clark GvFILE() cannot be a pointer to the memory owned by...
2006-05-02 Nicholas Clark De-duplicate the code that creates new GPs into Perl_ne...
2006-04-29 Jarkko Hietaniemi more -ansi -pedantic cleanliness
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-25 Andy Lester use NOOP macro
2006-04-24 Marcus Holland-Moritz Ensure GvNAME doesn't return NULL
2006-04-05 Steve Peters Initializing variables is good. This is another Coveri...
2006-04-02 Andy Lester Removed unnecessary pointers checks
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-31 Andy Lester Random accumulated patches
2006-03-16 Nicholas Clark Add a new per-interpeter variable PL_utf8cache, which...
2006-03-09 Nicholas Clark Correct another gv_fetchpv() - it takes a bitmask of...
2006-03-05 Nicholas Clark Perl_gv_name_set should not leak the old HEK. Allow...
2006-03-05 Nicholas Clark Move the GvNAME HEK into the IV union - every GV is...
2006-03-05 Nicholas Clark Use a HEK to store the GV's name, rather than a malloc...
2006-03-05 Nicholas Clark Provide Perl_gv_name_set to replace LVALUE use of GvNAM...
2006-02-27 Nicholas Clark Change 27330 failed to decontaminate SvCUR/GvFLAGS...
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-25 Nicholas Clark Store GvGP in the SV head union. For all the common...
2006-02-24 Nicholas Clark Given that Perl_gp_free() is refcount-dec-and-maybe...
2006-02-23 Nicholas Clark Remove set magic from typeglobs. Remove typeglob magic...
2006-02-23 Nicholas Clark Remove get magic from typeglobs. This means that PVGVs...
2006-02-20 Nicholas Clark Add a new CvISXSUB() macro, for abstracting the test...
2006-02-14 Andy Lester Sun Studio lint patches
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubiger s/Nullcv/NULL/g
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clark gv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Nicholas Clark Yet more instances of gv_fetchpv... that should be...
2006-02-02 Nicholas Clark And another assumption.
2006-02-01 Nicholas Clark doubleplusoops. Apart from the documented NUL terminati...
2006-02-01 Nicholas Clark Oops. 1 NUL termination assumption remains in Perl_gv_f...
2006-01-31 Nicholas Clark Make Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-28 Nicholas Clark PERL_DONT_CREATE_GVSV wasn't as effective as it should...
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-11 Gisle Aas A few more places that can use hv_fetchs().
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Rafael Garcia-Suarez More copyright updates
2006-01-04 Gisle Aas Make the new STR_WITH_LEN() affected compile under...
2006-01-04 Gisle Aas Get rid of a few more hardcoded string lengths.
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-03 Steve Peters Bad symbols that are pretending to be dirhandles, shoul...
2005-12-30 Tels Reduce size of buffers for identifier names, as suggest...
2005-12-30 Tels Perl_gv_fetchpv vs. gv_fetchpvn
2005-12-29 Andy Lester av.c cleanup, plus!
2005-12-22 Andy Lester Ho! Ho! Ho! Santa brings consting!
2005-12-22 Nicholas Clark Add an optimisation to allow proxy constant subroutines...
2005-12-20 Nicholas Clark Take care in toke.c not to convert constant subroutine...
2005-12-20 Nicholas Clark Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that...
2005-12-20 Nicholas Clark Croak if gv_init doesn't know how to create a typeglob...
2005-12-20 Nicholas Clark gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask...
2005-12-19 Nicholas Clark Make gv_init recognise a reference-to-something in...
2005-12-16 Nicholas Clark s/Nullhv/NULL/g;
2005-12-16 Nicholas Clark s/Nullav/NULL/g
2005-10-30 Nicholas Clark Replace gv_fetchmethod() with a macro to call gv_fetchm...
2005-10-29 Nicholas Clark gv_fullname3 and gv_efullname3 are definately mathoms...
2005-10-29 Nicholas Clark gv_fullname and gv_efullname are definately mathoms.
2005-10-19 Andy Lester More consting, and DRY leads to shrinking object code
2005-10-13 Andy Lester Stas' croak patch and then some
2005-09-29 Dave Mitchell the return value of start_subparse() can legally be...
2005-09-18 Nicholas Clark It looks like the only way to reliably make Perl_hv_nam...
2005-08-25 Nicholas Clark No need to manually set the reference count of a new...
2005-07-13 Andy Lester More embed.fnc plowing
2005-07-13 Dave Mitchell make the expensive ckWARN() be called as late as possible
2005-07-10 Andy Lester Making my way thru embed.fnc
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-04 Andy Lester Post-YAPC consting, now with an attachment!
2005-06-29 Nicholas Clark Fixes to -DPERL_DONT_CREATE_GVSV to make more tests...
2005-06-29 Nicholas Clark First stab at not automatically creating an unused...
2005-06-28 Nicholas Clark Convert strcpy to memcpy where we already know the...
2005-06-27 Andy Lester We're going round in circles with pp_sys.c
2005-06-23 Nicholas Clark Remove the reference loop between symbol tables and...
2005-06-23 Nicholas Clark Add a define PERL_POISON which tries to trip up anythin...
2005-06-20 Andy Lester The continuing adventures of Constman and Localize Boy
2005-06-20 Rafael Garcia-Suarez Remove the deprecated $# variable
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-07 Nicholas Clark Lots of consting
2005-06-07 Andy Lester Unvoid SvUPGRADE
2005-06-03 Andy Lester Random consting
2005-06-02 Andy Lester use lengths in sv_setpv() calls
2005-06-02 Andy Lester Quotes fixed, see also perl #36079
2005-05-26 Nicholas Clark Store the package name as a shared HEK.
2005-05-21 Rafael Garcia-Suarez Really fix change 24527
2005-05-21 Rafael Garcia-Suarez Compilation fix
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Steve Peters SvPVX_const - patch #2
2005-05-18 Gisle Aas Well defined $? and introduction of ${^CHILD_ERROR_NATI...
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-05-09 Andy Lester attributes-two.patch, the next batch
2005-05-09 Nicholas Clark Hoist the static "AUTOLOAD" into a static const variabl...
2005-05-02 Andy Lester printf.patch: Adding printf checking for gcc
next