summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* More SvPV consting.Nicholas Clark2005-06-071-2/+2
* Lots of constingNicholas Clark2005-06-071-2/+2
* Unvoid SvUPGRADEAndy Lester2005-06-071-1/+1
* Random constingAndy Lester2005-06-031-9/+9
* use lengths in sv_setpv() callsAndy Lester2005-06-021-2/+2
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-22/+23
* Store the package name as a shared HEK.Nicholas Clark2005-05-261-8/+14
* Really fix change 24527Rafael Garcia-Suarez2005-05-211-1/+1
* Compilation fixRafael Garcia-Suarez2005-05-211-1/+1
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-33/+38
* SvPVX_const - patch #2Steve Peters2005-05-211-6/+6
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-181-0/+4