summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sv.c: Don’t flip flags so many times in glob_assign_globFather Chrysostomos2014-02-151-5/+0
* sv.c: Add commentKarl Williamson2014-02-131-1/+3
* sv,c, sv_cmp_locale_flags: flags is unused if locales are disabledBrian Fraser2014-02-051-0/+2
* sv.c: Remove leftover ifdef from the %vd formatBrian Fraser2014-02-051-3/+0
* Avoid compiler warnings by consistently using #ifdef instead of plain #ifBrian Fraser2014-02-051-8/+8
* Add tests and fix new fatal errors related to $/Yves Orton2014-02-041-0/+8
* White-space, comments onlyKarl Williamson2014-01-271-1/+1
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-0/+1
* Comments, white-spaceKarl Williamson2014-01-221-0/+2
* sv.c, Perl_dirp_dup: Skip the fchdir sections if telldir and seekdir are not ...Brian Fraser2014-01-211-2/+2