summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-211-1/+1
* Turn the "$# / $* is no longer supported" warnings intoRafael Garcia-Suarez2007-07-111-1/+1
* First patch from:Brandon Black2007-06-261-2/+5
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-061-2/+2
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-031-11/+11
* Re: mro status, etcBrandon Black2007-04-301-27/+4
* Put the "Can't locate package..." warnings in the "syntax"Rafael Garcia-Suarez2007-04-191-2/+2
* Re: new C3 MRO patchBrandon Black2007-04-191-111/+139
* Remove the "performance hack" that suppressed used only once warningsNicholas Clark2007-04-161-13/+0
* Work round what appears to be a bug in Sun C++ 5.8 2005/10/13Nicholas Clark2007-04-111-1/+5
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-191-1/+1
* use a fresh stack when loading Errno.pm etc.Dave Mitchell2007-03-141-1/+2
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-24/+9
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-10/+11
* Use another method to avoid the "possible interpolation" warningRafael Garcia-Suarez2007-03-071-1/+4
* Avoid to load the *+ and *- globs too early.Rafael Garcia-Suarez2007-03-071-8/+5
* Fix error messages returned by S_require_tie_mod. Fix small leaksRafael Garcia-Suarez2007-03-061-19/+21
* Fix a small leak on loading *+ and *- globsRafael Garcia-Suarez2007-03-061-0/+2
* More assertion failures, found by auditing the code.Nicholas Clark2007-03-021-1/+1
* Don't crash if the symbol table entry for ISA isn't a typeglob.Nicholas Clark2007-03-021-1/+1
* Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod'Rick Delaney2007-02-231-0/+13
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-3/+1
* Fix Pod errors.Nicholas Clark2007-02-091-1/+1
* Purge all references to 5005 threads variables in the code.Nicholas Clark2007-02-031-1/+0
* Stop S_incline needing to temporarily write a '\0' into its passed-inNicholas Clark2007-01-261-8/+16
* As we're not passing over (or copying in) a NUL, don't need that extraNicholas Clark2007-01-261-10/+10
* Convert the last remaining 256 byte "small"bufs to 128 bytes.Nicholas Clark2007-01-251-1/+1
* Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminatedNicholas Clark2007-01-251-6/+4
* The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmaskNicholas Clark2007-01-251-32/+31
* Change 28058 hadn't been tested with -DPERL_CREATE_GVSVNicholas Clark2007-01-251-1/+1
* Add missing SVfARG()s in require_tie_mod().Marcus Holland-Moritz2007-01-181-2/+2
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $...Yves Orton2007-01-151-0/+6
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-151-2/+1
* An implementation of change 29735 for blead (PL_curcop could be NULL)Nicholas Clark2007-01-101-2/+3
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* 4th patch from: Marcus Holland-Moritz2007-01-041-2/+2
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-39/+69
* Unshare the shared string gp_file_hek only if it exists in a GP.Rafael Garcia-Suarez2006-12-221-1/+2
* Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)Nicholas Clark2006-12-161-0/+6
* Split out the use of SVp_SCREAM for GVs with GPs into a new symbolicNicholas Clark2006-12-161-2/+2
* Change 27506 wasn't quite correct - the copy of the AMAGIC flag shouldNicholas Clark2006-11-041-0/+6
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-0/+4
* Don't bother generating the "Operation \"%s\": no method found..."Nicholas Clark2006-10-061-0/+3
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-13/+9
* g++ large patchJarkko Hietaniemi2006-08-071-10/+15
* Re: [perl #39733] $AUTOLOAD is never taintedRick Delaney2006-08-021-1/+0
* Proper use of enumsAndy Lester2006-06-121-0/+1
* A little more work needed to get ext/re/t/re.t test 14 (no segv) passingNicholas Clark2006-06-111-1/+7
* exhausting <> in BEGIN{} gets ARGVOUT used only once warningYitzchak Scott-Thoennes2006-06-071-0/+3
* [PATCH] gv.c constingAndy Lester2006-05-291-1/+1