summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Implement "my $_".Rafael Garcia-Suarez2004-02-031-0/+4
* Macrofy the compile/runtime test.Jarkko Hietaniemi2003-09-211-1/+1
* utf8 variable names scrambled in error messagesAdrian M. Enache2003-08-211-2/+5
* Most importantly, don't try HvNAME(gp->gp_hv)Jarkko Hietaniemi2003-07-291-8/+12
* Rename again the warning about $* being no longer supportedRafael Garcia-Suarez2003-06-151-1/+1
* Rename the warning about $* being removed,Rafael Garcia-Suarez2003-06-141-1/+1
* Remove the deprecated $* variable.Rafael Garcia-Suarez2003-06-131-4/+8
* RE: maint @ 19683Robin Barker2003-06-051-2/+4
* Fix a case of segfault in gv_check(), by makingRafael Garcia-Suarez2003-05-311-1/+1
* Re: Bug stomping fun. [PATCH: bug #1016]Alex Vandiver2003-05-121-3/+13
* [#21962] Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".Abhijit Menon-Sen2003-04-171-2/+0
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Ook, run tests on correct build-dir next time.Artur Bergman2003-04-141-1/+1
* Fixes to bugs introduced by PL_stashcacheArtur Bergman2003-04-141-0/+2
* Fix bug #21914, 3-arg open + local $fh + strict coredump.Rafael Garcia-Suarez2003-04-101-1/+3
* Add packname->stash cache before the check if a packname is aArtur Bergman2003-04-021-0/+3
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* The new(er) way of controlling Unicode I/O (and other) features;Jarkko Hietaniemi2003-02-151-2/+2
* Make the locale-induced UTF-8-ification of STD fhsJarkko Hietaniemi2003-01-161-3/+12
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-12/+10
* Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist...Gurusamy Sarathy2002-11-191-5/+18
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-15/+0
* Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-291-3/+1
* gv_fullname3 as call to gv_fullname4Nicholas Clark2002-08-121-13/+2
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-1/+1
* Make other nits nervous.Abhijit Menon-Sen2002-04-071-1/+1
* Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymoreIlmari Karonen2002-04-041-1/+9
* -DCRIPPLED_CC RIPDave Mitchell2002-03-211-24/+0