summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+10
* attributes-two.patch, the next batchAndy Lester2005-05-091-3/+3
* Hoist the static "AUTOLOAD" into a static const variable. Makes theNicholas Clark2005-05-091-10/+9
* printf.patch: Adding printf checking for gccAndy Lester2005-05-021-22/+20
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+4
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-4/+4
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-2/+2
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-1/+3
* Consting fiveAndy Lester2005-03-251-2/+6
* Third consting batchAndy Lester2005-03-241-12/+12
* More const parmsAndy Lester2005-03-181-3/+3
* Adding const qualifiersAndy Lester2005-03-141-13/+13
* Further follow-up to 23767Robin Barker2005-01-191-1/+0
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-1/+33
* Add ${^UTF8LOCALE} to give perl space access to PL_utf8localeNicholas Clark2005-01-041-1/+5
* Not all the world's a VAX, er ASCII, so don't make assumptions.Nicholas Clark2005-01-011-9/+13