summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* sv.c: Fix Darwin g++ buildFather Chrysostomos2013-11-301-1/+1
* sv.c: String copy commentsFather Chrysostomos2013-11-301-0/+11
* Allow PADTMPs’ strings to be swipedFather Chrysostomos2013-11-301-4/+17
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-1/+12
* remove almost unreachable NULL sv arg code from sv_2*n_flagsDaniel Dragan2013-11-281-11/+7
* fix Gconvert 'ignoring return value' warningsDavid Mitchell2013-11-241-5/+16
* fix 'ignoring return value' compiler warningsDavid Mitchell2013-11-241-1/+4
* Push a new stack in sv_recode_to_utf8Father Chrysostomos2013-11-221-0/+2
* Revert "make perl core quiet under -Wfloat-equal"David Mitchell2013-11-161-13/+13
* sv.c apidocs: SV_NOSTEAL, not NOSTEALFather Chrysostomos2013-11-141-1/+1
* make perl core quiet under -Wfloat-equalDavid Mitchell2013-11-091-13/+13
* Fix pod screwup in a05ea1cf8beFather Chrysostomos2013-11-081-3/+3
* Consistent spaces after dots in sv.c apidocsFather Chrysostomos2013-11-081-8/+9
* POD-only mention sv_setsv does get magic but not set magicDaniel Dragan2013-11-081-3/+3
* Make PL_incgv fully refcountedFather Chrysostomos2013-10-281-1/+1
* [perl #54044] Make PL_replgv refcountedFather Chrysostomos2013-10-281-1/+1
* Make PL_argvgv refcountedFather Chrysostomos2013-10-281-1/+1
* When deleting via hek, pass the computed hash valueFather Chrysostomos2013-10-281-2/+2
* Make PL_hintgv refcountedFather Chrysostomos2013-10-281-1/+1
* Make PL_envgv refcountedFather Chrysostomos2013-10-281-1/+1