summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-4/+4
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-1/+9
* Yet more instances of gv_fetchpv... that should be GV_ADD rather thanNicholas Clark2006-02-021-2/+2
* And another assumption.Nicholas Clark2006-02-021-1/+3
* doubleplusoops. Apart from the documented NUL termination assumption.Nicholas Clark2006-02-011-14/+23
* Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flagsNicholas Clark2006-02-011-1/+1
* Make Perl_gv_fetchpvn_flags actually heed the passed in length.Nicholas Clark2006-01-311-13/+14
* PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.Nicholas Clark2006-01-281-0/+1
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-4/+4
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-4/+4
* It's the Barbie bus patchAndy Lester2006-01-101-8/+8
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+12
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Make the new STR_WITH_LEN() affected compile under -Dusethreads.Gisle Aas2006-01-041-4/+4
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-041-4/+4
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-3/+3
* Bad symbols that are pretending to be dirhandles, should say they Steve Peters2006-01-031-2/+15
* Reduce size of buffers for identifier names, as suggested inTels2005-12-301-2/+2
* Perl_gv_fetchpv vs. gv_fetchpvnTels2005-12-301-4/+4
* av.c cleanup, plus!Andy Lester2005-12-291-1/+1
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-4/+4
* Add an optimisation to allow proxy constant subroutines to be copiedNicholas Clark2005-12-221-1/+4
* Take care in toke.c not to convert constant subroutine referenceNicholas Clark2005-12-201-0/+19
* Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disablesNicholas Clark2005-12-201-2/+3
* Croak if gv_init doesn't know how to create a typeglob from that typeNicholas Clark2005-12-201-0/+10
* gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, ratherNicholas Clark2005-12-201-1/+1
* Make gv_init recognise a reference-to-something in a symbol table asNicholas Clark2005-12-191-3/+16
* s/Nullhv/NULL/g;Nicholas Clark2005-12-161-2/+2
* s/Nullav/NULL/gNicholas Clark2005-12-161-1/+1
* Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()Nicholas Clark2005-10-301-14/+0
* gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.Nicholas Clark2005-10-291-12/+0
* gv_fullname and gv_efullname are definately mathoms.Nicholas Clark2005-10-291-14/+0
* More consting, and DRY leads to shrinking object codeAndy Lester2005-10-191-4/+4
* Stas' croak patch and then someAndy Lester2005-10-131-6/+6
* the return value of start_subparse() can legally be ignoredDave Mitchell2005-09-291-1/+1
* It looks like the only way to reliably make Perl_hv_name_set a pureNicholas Clark2005-09-181-2/+2
* No need to manually set the reference count of a new IO to 1.Nicholas Clark2005-08-251-1/+4
* More embed.fnc plowingAndy Lester2005-07-131-4/+2
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-2/+3
* Making my way thru embed.fncAndy Lester2005-07-101-7/+8
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-7/+7
* Post-YAPC consting, now with an attachment!Andy Lester2005-07-041-1/+1
* Fixes to -DPERL_DONT_CREATE_GVSV to make more tests passNicholas Clark2005-06-291-1/+1
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-291-17/+55
* Convert strcpy to memcpy where we already know the length.Nicholas Clark2005-06-281-1/+1
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-13/+13
* Remove the reference loop between symbol tables and typeglobs.Nicholas Clark2005-06-231-1/+3
* Add a define PERL_POISON which tries to trip up anything accessingNicholas Clark2005-06-231-1/+1
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-11/+8
* Remove the deprecated $# variableRafael Garcia-Suarez2005-06-201-6/+2