summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve documentation for is_gv_magical, and split the switchNicholas Clark2004-12-311-92/+106
* Because name is always NUL terminated we can incorporate lengthNicholas Clark2004-12-311-2/+3
* Generate smaller object code by using a single switch statementNicholas Clark2004-12-311-13/+20
* Tidy up comments in change 23716Nicholas Clark2004-12-311-2/+2
* Refactor gv_fetchpv so that the overwhelmingly common caseNicholas Clark2004-12-311-220/+216
* Document gv_stashpvnSteve Hay2004-12-131-3/+15
* Revert part of the change to gv_fullname4(), as the change seems toNicholas Clark2004-12-071-1/+2
* $foo::_ was wrongly forced as $main::_.Rafael Garcia-Suarez2004-12-031-4/+0
* Small code tidy up in gv_fullname4Nicholas Clark2004-12-031-5/+4
* There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)Nicholas Clark2004-12-031-1/+2
* SvO?OK_off()'s return valueMarcus Holland-Moritz2004-09-081-1/+1
* Another small clean-up following changes #23190 and #23198Steve Hay2004-08-061-3/+3
* remove leaks associated with version object change #23190Dave Mitchell2004-08-061-3/+3
* Final version object core patch?John Peacock2004-08-041-13/+7
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+9
* fix typo in gp_freeDave Mitchell2004-06-201-1/+1
* [patch] log the interpreter id in warningsStas Bekman2004-04-211-1/+2
* backout change 22606 (make gv_fullname() include a literal '^')Dave Mitchell2004-03-291-7/+1
* make gv_fullname() etc include a literal '^' for *^FOO style namesDave Mitchell2004-03-281-1/+7