summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gv_fetchmeth_sv now supports SV shared hashessyber2014-12-061-14/+19
* Refactor bodyless-IV/NV hacks into defineEric Herman2014-11-281-0/+2
* Make encoding pragma lexical in scopeKarl Williamson2014-11-201-1/+4
* [perl #123103] Just set SVf_READONLY on magic varsFather Chrysostomos2014-11-031-0/+10
* [perl #57512] Warnings for implicitly closed handlesFather Chrysostomos2014-11-021-0/+10
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-0/+1
* [perl #122799] Always turn off CvNAMED in cvgv-setFather Chrysostomos2014-09-201-1/+1
* gv.c: For ‘Global symbol’ msg, don’t check utf8ness twiceFather Chrysostomos2014-09-181-6/+3
* [perl #121638] Make ‘Global symbol’ message more newbie-friendlyFather Chrysostomos2014-09-181-1/+6
* Avoid reifing GVs in gv.c:gv_try_downgradeFather Chrysostomos2014-09-151-1/+1
* Avoid reifying GVs when lex subs are used for overloadFather Chrysostomos2014-09-151-6/+8
* Avoid reifying GV when lex stub is used as methodFather Chrysostomos2014-09-151-1/+1
* Avoid creating GVs when subs are declaredFather Chrysostomos2014-09-151-5/+26
* For lexical subs, reify CvGV from CvSTASH and CvNAME_HEKFather Chrysostomos2014-09-151-1/+24
* Turn on CVf_LEXICAL for lexical subsFather Chrysostomos2014-09-151-0/+1
* introduce gv_stashsvpvn_cached()syber2014-09-021-9/+50
* Rename S_stashpvn to S_gv_stashpvn_internal and add to embed.fncYves Orton2014-09-021-4/+13
* Fix crash in leave_scope when my sub has CvGVFather Chrysostomos2014-08-281-1/+4
* Fix crash when lex subs are used for overloadFather Chrysostomos2014-08-281-1/+1
* Fix crash when lex subs are used for AUTOLOADFather Chrysostomos2014-08-281-1/+1
* Make S_method_common use gv_stashpvn instead of copypasted cache usagesyber2014-08-201-0/+1
* Make gv_stashpvn() use PL_stashcachesyber2014-08-201-2/+21
* Use grok_atou instead of strtoul (no explicit strtol uses).Jarkko Hietaniemi2014-07-221-1/+1
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-15/+0
* Unused contexts found under PERL_GLOBAL_STRUCT.Jarkko Hietaniemi2014-06-241-0/+1
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-4/+3
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-3/+4
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-4/+3
* Adding missing HEKfARG() invocationsBrian Fraser2014-06-131-1/+1