summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-081-5/+5
* [perl #3330] warn on increment of an non number/non-magically incable valueTony Cook2014-07-031-12/+45
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-97/+3
* Unused contexts found under PERL_GLOBAL_STRUCT.Jarkko Hietaniemi2014-06-241-0/+3
* PERL_UNUSED_CONTEXT -> remove interp context where possibleDaniel Dragan2014-06-241-2/+1
* In response to 7fefc6c, make autodoc smarter.Matthew Horsfall2014-06-221-0/+2
* Add a new warning about redundant printf argumentsÆvar Arnfjörð Bjarmason2014-06-211-1/+31
* Split up the fake "missing" warning category into an actual categoryÆvar Arnfjörð Bjarmason2014-06-211-1/+0
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-6/+3
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-3/+6
* d_namlen can be signed.Jarkko Hietaniemi2014-06-161-2/+2
* More (void*) for %p.Jarkko Hietaniemi2014-06-161-2/+3
* Follow-up to b84edbf2; (IV) the IVdf.Jarkko Hietaniemi2014-06-161-7/+7
* Use %"IVdf" instead of %zd.Jarkko Hietaniemi2014-06-151-7/+7
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-4/+4
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-4/+4
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-4/+4
* Remove MAD.Jarkko Hietaniemi2014-06-131-18/+0
* Silence several -Wunused-parameter warnings about my_perlBrian Fraser2014-06-131-0/+3
* Adding missing SVfARG() invocationsBrian Fraser2014-06-131-1/+1
* Protect against ptrdiff_t not being available.Brian Fraser2014-06-131-0/+6
* perlapi: Nit, and mention NUL for some functionsKarl Williamson2014-06-071-6/+10
* perlapi: Include general informationKarl Williamson2014-06-051-8/+8
* Move a VMS-specific include file in sv.c.Craig A. Berry2014-06-051-5/+7
* when unCOWing a string, set SvCUR to 0David Mitchell2014-06-051-0/+1
* sv.c: Add commentKarl Williamson2014-05-311-0/+3
* sv.c: Clarify commentKarl Williamson2014-05-301-3/+3
* perlapi: Clarify some instances where NUL is or isn't permittedKarl Williamson2014-05-301-3/+8
* Wrap various pod uses of NUL with C<>Karl Williamson2014-05-301-7/+7
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-16/+16
* temporary fix for [perl #121975] COW speedup lost after e8c6a474Yves Orton2014-05-291-3/+8
* cleanup on commit "Pseudo-fork dups arg array on argless calls"Daniel Dragan2014-05-291-8/+7
* fix sv_usepvn_flags's docsDaniel Dragan2014-05-281-4/+6
* Use the C_ARRAY_LENGTH.Jarkko Hietaniemi2014-05-281-3/+2
* Add PERL_UNUSED_RESULT() and use that instead of the V_Gconvert().Jarkko Hietaniemi2014-05-281-14/+5
* Remove redundant testPierre Bogossian2014-05-281-9/+8
* sv.c: fix closing commentDavid Mitchell2014-05-121-1/+1
* document sv_gets() internalsYves Orton2014-05-121-8/+118
* Implement "max waste" thresholds to avoid problems with COW and deliberately ...Yves Orton2014-05-121-17/+71
* [perl #121771] Revert the new warning for ++ on non- /\A[a-zA-Z]+[0-9]*\z/Tony Cook2014-05-071-45/+13
* Pseudo-fork dups arg array on argless callsDavid Mitchell2014-04-281-2/+4
* [perl #121366] avoid using an invalid SvPVX() in Perl_sv_pvn_force_flagsTony Cook2014-03-261-1/+2
* pp_tms should use a local struct tms, instead of PL_timesbuf.Nicholas Clark2014-03-011-4/+0
* copy xhv_rand and xhv_last_rand in threads cloneDavid Mitchell2014-02-281-0/+4
* add aux_flags field to HVs with aux structDavid Mitchell2014-02-281-0/+1
* make OP_AELEMFAST work with negative indicesDavid Mitchell2014-02-281-4/+4
* fix win32 buildDavid Mitchell2014-02-231-5/+5
* [perl #121259] Always allow COW after $input=<>Father Chrysostomos2014-02-221-1/+7
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* [perl #121242] Fix crash in gp_free when gv is freedFather Chrysostomos2014-02-151-1/+6