summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* gv.c: rework special var matching logic to be simplerYves Orton2016-10-191-28/+30
* gv.c: rework string separator parsing to use new string macrosYves Orton2016-10-191-5/+6
* gv.c: switch to using string constant friendly macrosYves Orton2016-10-191-7/+7
* gv.c: add a require_tie_mod_s() wrapper for constant string argsYves Orton2016-10-191-7/+14
* gv.c: document where @- and @+ (and %- and %+ are initialized in gv.c)Yves Orton2016-10-191-2/+2
* fix #129267: rework gv_fetchmethod_pvn_flags separator parsingYves Orton2016-09-131-10/+26
* clean up gv_fetchmethod_pvn_flags: rename nsplit to last_separatorYves Orton2016-09-131-12/+12
* clean up gv_fetchmethod_pvn_flags: move origname init to function startYves Orton2016-09-131-1/+0
* clean up gv_fetchmethod_pvn_flags: introduce name_endYves Orton2016-09-131-6/+8
* Revert "fix: [perl #129267] Possible string overrun with invalid len in gv.c"Yves Orton2016-09-131-6/+5
* Revert "rename "nend" name_cursor in Perl_gv_fetchmethod_pvn_flags"Yves Orton2016-09-131-13/+13
* rename "nend" name_cursor in Perl_gv_fetchmethod_pvn_flagsYves Orton2016-09-131-13/+13
* fix: [perl #129267] Possible string overrun with invalid len in gv.cYves Orton2016-09-131-5/+6
* gv.c:require_tie_mod: Make var name a char paramFather Chrysostomos2016-08-121-11/+8
* gv.c:require_tie_mod: Create namesv only when neededFather Chrysostomos2016-08-041-10/+7
* Rationalise gv.c:gv_magicalizeFather Chrysostomos2016-08-041-24/+22
* Revert "gv.c:require_tie_mod: Create namesv only when needed"James E Keenan2016-08-041-5/+6
* gv.c:require_tie_mod: Create namesv only when neededFather Chrysostomos2016-08-041-6/+5
* gv.c: comment typeoFather Chrysostomos2016-08-041-1/+1
* gv.c:require_tie_mod: Accept pvn paramsFather Chrysostomos2016-08-041-7/+9
* Rework mod loading for %- and %!; fix mem leakFather Chrysostomos2016-08-041-39/+46
* Exempt @DB::args from ‘used once’ warningsFather Chrysostomos2016-07-311-0/+4
* gv.c: Add a comment about what powers Foo->import|unimportÆvar Arnfjörð Bjarmason2016-07-151-0/+3
* Disable ${^ENCODING}Father Chrysostomos2016-07-131-3/+0
* [perl #128238] Crash with non-stash in stashFather Chrysostomos2016-06-231-2/+2
* only treat stash entries with .*:: as sub-stashesDavid Mitchell2016-06-211-1/+4
* Allow assignment to &CORE::keys()Father Chrysostomos2016-05-201-1/+1
* Allow &CORE::foo() with array functionsFather Chrysostomos2016-05-201-5/+1
* Allow &CORE::foo() with hash functionsFather Chrysostomos2016-05-201-3/+1
* Add missing break in switch.Jarkko Hietaniemi2016-02-071-0/+1
* make gimme consistently U8David Mitchell2016-02-031-1/+1
* reimplement $^WIN32_SLOPPY_STAT as a magic varDaniel Dragan2015-10-191-0/+4
* perlapi use 'UTF-8' instead of variants of thatKarl Williamson2015-09-031-2/+2
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-19/+19
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-3/+5
* dont create *{"_<$filename"} globs for perl lang debugging of XSUBsDaniel Dragan2015-08-121-1/+3
* [perl #125541] Fix crash with %::=(); J->${\"::"}Father Chrysostomos2015-07-241-1/+1
* overload.c -> overload.incJarkko Hietaniemi2015-07-221-1/+1
* combine PERLDB_LINE and PERLDB_SAVESRC flag testsDaniel Dragan2015-07-221-1/+1
* gv_const_sv() handle subrefs directly in the stashTony Cook2015-03-241-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-7/+5
* [perl #123960] sv.c: Fix gp_free -Do outputFather Chrysostomos2015-03-011-2/+5
* [PATCH] fix PL_nan_u from leaking in every translation object on Win32 VCDaniel Dragan2015-02-041-1/+1
* 5th arg to indicate numeric bitwise overloadingFather Chrysostomos2015-01-311-2/+9
* gv.c: Make &.= overloading workFather Chrysostomos2015-01-311-0/+3
* Revert "refactor gv_add_by_type"Matthew Horsfall2015-01-201-81/+50
* refactor gv_add_by_typeDaniel Dragan2015-01-061-50/+81
* Fix gv_fetchmeth_sv: it might stringify SV more than once.syber2014-12-081-2/+8
* Fix method assertion failuresFather Chrysostomos2014-12-071-3/+9