summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #124127] fix cloning arrays with unused elementsTony Cook2015-08-101-1/+1
* Consistent spaces after dots in perlapiFather Chrysostomos2015-01-131-2/+2
* sv.c: Silence VMS compiler warningKarl Williamson2015-01-121-1/+1
* sv.c: Suppress compiler warningFather Chrysostomos2015-01-081-2/+2
* [perl #40565] Fix localisation in pseudo-forkFather Chrysostomos2015-01-081-3/+7
* [perl #123029] Don’t steal PADSTALE buffersFather Chrysostomos2014-12-271-1/+2
* sv.c: Always #define COW threshold constantsFather Chrysostomos2014-12-271-13/+11
* Add PERL_UNUSED_RESULT() and use that instead of the V_Gconvert().Jarkko Hietaniemi2014-07-281-14/+5
* Use the C_ARRAY_LENGTH.Jarkko Hietaniemi2014-07-221-3/+2
* when unCOWing a string, set SvCUR to 0David Mitchell2014-07-151-0/+1
* temporary fix for [perl #121975] COW speedup lost after e8c6a474Yves Orton2014-07-151-3/+8
* perlapi: Nit, and mention NUL for some functionsKarl Williamson2014-07-141-6/+10
* perlapi: Clarify some instances where NUL is or isn't permittedKarl Williamson2014-07-141-3/+8
* Wrap various pod uses of NUL with C<>Karl Williamson2014-07-141-7/+7
* fix sv_usepvn_flags's docsDaniel Dragan2014-07-141-4/+6
* 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
* rename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZEDavid Mitchell2014-01-201-4/+4
* sv_buf_to_rw can be staticFather Chrysostomos2014-01-171-2/+2
* COW documentationFather Chrysostomos2014-01-161-0/+4
* PERL_DEBUG_READONLY_COWFather Chrysostomos2014-01-161-2/+62
* Rmv PL_Posix_ptrsKarl Williamson2014-01-091-1/+0
* Remove PL_L1Posix_ptrsKarl Williamson2014-01-091-1/+0
* Use new macros to make sure LC_NUMERIC is correctly setKarl Williamson2014-01-041-38/+10
* cut out/inline wrapper calls of sv_*catpvf*Daniel Dragan2013-12-291-5/+7
* perlapi, sv.c: Comments and API documentationKarl Williamson2013-12-061-21/+25
* sv.c: Rewrite COW logicFather Chrysostomos2013-12-011-103/+88
* sv.c: Clarify COW comments furtherFather Chrysostomos2013-11-301-2/+3