summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Rmv more deprecated characlassify/case change macrosKarl Williamson2019-10-311-1/+2
* fix panic caused by printf with %n with utf8 length magicTony Cook2019-10-311-1/+10
* The VC6 Chainsaw MassacreSteve Hay2019-10-171-7/+0
* Un-revert "[MERGE] add+use si_cxsubix field"David Mitchell2019-09-231-0/+1
* Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4Max Maischein2019-09-201-1/+0
* add PL_curstackinfo->si_cxsubix fieldDavid Mitchell2019-09-191-0/+1
* PATCH: [perl #134405] Compiler warnings in bleadKarl Williamson2019-09-121-0/+5
* Improve grammar in podKarl Williamson2019-09-031-2/+1
* sv.c: Note that some SV flags are documentedKarl Williamson2019-09-021-0/+14
* perlapi: Fix pod for perl_clone()Karl Williamson2019-09-021-8/+7
* Implement SvPVutf8_nomg and SvPVbyte_nomgPali2019-09-021-10/+14
* Implement sv_utf8_downgrade_nomgPali2019-09-021-4/+16
* [perl #134172] Avoid multiple checks of IN_LC(LC_NUMERIC)Hugo van der Sanden2019-07-311-6/+6
* [perl #134172] restrict scope of locale changes during sprintfHugo van der Sanden2019-07-311-55/+56
* avoid SEGV with uninit warning with multiderefDavid Mitchell2019-07-101-1/+4
* (perl #134035) ensure sv_gets() handles a signal handler modifying svTony Cook2019-06-131-0/+3
* (perl #133913) limit numeric format results to INT_MAXTony Cook2019-06-031-0/+7
* [#134008] More carefully ignore negative precision in sprintfHugo van der Sanden2019-06-031-2/+5
* Make sv_mortalcopy_flags() publicPali2019-05-291-0/+5
* add "see also" reference to newRV_inc and newRV_noinc to newSVrv() docsYves Orton2019-05-031-1/+2
* sv.c: Silence some warningsKarl Williamson2019-04-121-2/+2
* sv.c: Silence some MS VC warningsKarl Williamson2019-04-121-2/+4
* Generalize macro and move to handy.hKarl Williamson2019-03-211-12/+6
* there is no sv_catpvfn()Tony Cook2019-03-141-6/+6
* Add newSVsv_nomg() macro which is like newSVsv() but does not process get magicPali2019-02-251-5/+8
* PERL_GLOBAL_STRUCT: remove static var from sv.cDavid Mitchell2019-02-191-2/+2
* fix thread issue with PERL_GLOBAL_STRUCTDavid Mitchell2019-02-191-7/+0
* add dVAR's for PERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2019-02-191-0/+2
* sv_utf8_upgrade_flags_grow(): Alloc extra byte if emptyKarl Williamson2019-02-051-1/+2
* If comparison is always true, while (1) should suffice.James E Keenan2019-01-291-12/+13
* perlapi: Fix improper formal param nameKarl Williamson2019-01-041-1/+1
* S_uiv_2buf: faster integer stringification algorithmTomasz Konojacki2018-12-121-10/+67
* Eliminate empty conditional branchJames E Keenan2018-11-251-3/+2
* optimize IV -> UV conversionsTomasz Konojacki2018-11-211-2/+2
* Remove obsolete mention of a fifth arena typeDagfinn Ilmari Mannsåker2018-10-111-2/+2
* Minor POD cleanups in sv.cDagfinn Ilmari Mannsåker2018-10-111-2/+1
* Make sv_setsv_flags accept an inversion list srcKarl Williamson2018-08-201-1/+4
* perlapi: Fix up SV handling podKarl Williamson2018-08-051-3/+0
* perlapi: Clarify sv_insert()Karl Williamson2018-08-051-2/+4
* Make global two interpreter variablesKarl Williamson2018-07-141-4/+0
* Fix to compile under -DNO_LOCALEKarl Williamson2018-07-011-0/+5
* Use compiled-in C structure for inverted case foldsKarl Williamson2018-03-311-1/+0
* Remove obsolete variablesKarl Williamson2018-03-311-3/+0
* Use charnames inversion listsKarl Williamson2018-03-311-2/+0
* Move case change invlists from interpreter to globalKarl Williamson2018-03-261-5/+0
* Move UTF-8 case changing data into coreKarl Williamson2018-03-261-0/+1
* Don't include interpreter variable unless usedKarl Williamson2018-03-161-0/+2
* Make Unicode data structures globalKarl Williamson2018-03-141-20/+0
* Silence wrong clang warningsKarl Williamson2018-03-011-0/+5
* remove unused var in sv_eq_flagsDaniel Dragan2018-03-011-7/+3