summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make PL_firstgv and PL_secondgv refcountedFather Chrysostomos2013-10-281-2/+2
* Make PL_DBgv and other db interp vars refcountedFather Chrysostomos2013-10-261-3/+3
* refactor sv_add_backrefDaniel Dragan2013-10-231-20/+18
* make sv_2bool_flags() non-recursive on overloadDaniel Dragan2013-10-211-3/+26
* Remove PL_ASCII; use existing array slots for itKarl Williamson2013-09-241-1/+0
* Add inversion list for U+80 - U+FFKarl Williamson2013-09-241-0/+1
* Removed the define for FCALLBrian Fraser2013-09-231-3/+1
* Remove an ifdef for the Harris HCX-9 froms sv.cBrian Fraser2013-09-211-4/+0
* Remove HAS_64K_LIMITBrian Fraser2013-09-211-11/+0
* Use IVSIZE not HAS_QUAD to enable "long long" formats in sv_vcatpvfn_flags().Nicholas Clark2013-09-171-8/+8
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-0/+1
* Use separate macros for byte vs uv UnicodeKarl Williamson2013-09-101-4/+4
* Fix -DP outputFather Chrysostomos2013-09-091-7/+10
* Don’t let reblessing point SvSTASH to a half-freed stashFather Chrysostomos2013-09-091-1/+3
* Fix PerlIO_get_cnt and friendsLeon Timmermans2013-09-071-15/+15
* Put AV defelem creation code in one placeFather Chrysostomos2013-09-061-0/+13
* Make printf, sprintf respect 'use locale' for radixKarl Williamson2013-08-311-0/+26
* sv.c: Make less ASCII-centricKarl Williamson2013-08-291-2/+4
* Fix some EBCDIC problemsKarl Williamson2013-08-291-1/+1
* Remove unnecessary temp variable in converting to UTF-8Karl Williamson2013-08-291-5/+5
* Extract common code to an inline functionKarl Williamson2013-08-291-14/+4
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-19/+21
* Use SSize_t for tmps stack offsetsFather Chrysostomos2013-08-251-0/+1