summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
...
* perlapi: Clarify SV HandlingKarl Williamson2020-09-051-1/+1
* Document sv_vcatpvfnKarl Williamson2020-09-051-14/+15
* sv.c: Change flags param on two fcns from I32 to U32Karl Williamson2020-09-051-2/+2
* perlapi: Turn some references to mg_[gs]et into linksKarl Williamson2020-09-041-9/+9
* Reorganize perlapiKarl Williamson2020-09-041-4/+4
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-1/+1
* Remove redundant apidoc entries.Karl Williamson2020-09-041-2/+0
* Document vnewSVpvfKarl Williamson2020-08-271-0/+3
* Document a bunch of foo_nocontext functionsKarl Williamson2020-08-231-0/+25
* sv.c: Convert to use av_count()Karl Williamson2020-08-191-1/+1
* Plan9/9front i386 fixesRomano2020-08-031-3/+3
* Remove obsolete FCRYPT ifdefs and associated PL_cryptseen (#17624)Richard Leach2020-07-301-4/+0
* report the index for not found hash/array index lookups in report_uninit()Tony Cook2020-07-301-0/+28
* Define a new SAVEt_HINT_HH typePaul "LeoNerd" Evans2020-07-301-4/+4
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-11/+0
* Remove PERL_GLOBAL_STRUCTDagfinn Ilmari Mannsåker2020-07-201-9/+2
* Remove Symbian portDagfinn Ilmari Mannsåker2020-07-201-9/+0
* Use static asserts when comparing sizeof() to a constantDagfinn Ilmari Mannsåker2020-07-201-1/+1
* Make PL_utf8_foldclosures interpreter levelKarl Williamson2020-06-021-0/+1
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-2/+2
* Remove spurious double spaces before open braces in core C codeDagfinn Ilmari Mannsåker2020-04-131-4/+4
* ensure sv bodies are properly alignedTony Cook2020-03-291-16/+33
* optimize sort by inlining comparison functionsTomasz Konojacki2020-03-091-3/+0
* Fixup POSIX::mbtowc, wctombKarl Williamson2020-02-191-0/+6
* POSIX::mblen() Make thread-safe; allow shift state controlKarl Williamson2020-02-191-0/+4
* perlapi sv_setpvn: Note UTF-8 flag not affectedKarl Williamson2020-01-181-0/+3
* Clarify SvPVbyteFOO docsKarl Williamson2019-12-211-3/+4
* Add memCHRs() macro and use itKarl Williamson2019-12-181-1/+1
* Note that certain flags are documentedKarl Williamson2019-12-171-0/+4
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-161-3/+0
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-0/+3
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-2/+6
* Move regex global variables to interpreter levelKarl Williamson2019-11-261-0/+41
* add explicit 1-arg and 3-arg sig handler functionsDavid Mitchell2019-11-181-0/+2
* clean up quadmath_format_*() functionsTony Cook2019-11-161-8/+3
* Fix: local variable hiding parameter of same nameJames E Keenan2019-11-121-6/+6
* Remove swashes from coreKarl Williamson2019-11-061-10/+0
* 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