summaryrefslogtreecommitdiff
path: root/mathoms.c
Commit message (Expand)AuthorAgeFilesLines
* explicitly ignore the result of sv_utf8_downgrade()Tony Cook2022-08-081-1/+1
* Partially revert remove deprecated functions"Karl Williamson2022-06-281-0/+75
* Revert "Partially remove deprecated functions"Karl Williamson2022-06-251-0/+25
* Restore wrongly deleted pod for sv_pvutf8Karl Williamson2022-06-101-3/+9
* Remove pod for non-existent functionsKarl Williamson2022-06-101-19/+0
* Remove deprecated functionsKarl Williamson2022-06-051-532/+0
* mathoms.c: Comment about PERL_NO_SHORT_NAMESKarl Williamson2022-05-081-0/+3
* perlapi: Consolidate sv_usepvn(_flags)? entriesKarl Williamson2022-05-081-19/+0
* perlapi,perlintern: Add tainting sectionKarl Williamson2022-05-061-1/+1
* mathoms.c pod: Add perlapi section namesKarl Williamson2022-05-061-0/+22
* replace all instances of PERL_IMPLICIT_CONTEXT with MULTIPLICITYTomasz Konojacki2021-06-091-2/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-47/+47
* perlapi: Note proper rplcemnt for pad_compname_typeKarl Williamson2020-11-221-0/+2
* perlapi: Consolidate sv_catsv-ish entriesKarl Williamson2020-11-171-8/+0
* perlapi: Consolidate sv_catpvn-ish entriesKarl Williamson2020-11-171-8/+0
* sv.c: Change some formal param names for clarity, consistencyKarl Williamson2020-11-091-10/+10
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-6/+6
* Cast parameters to instr, strstrKarl Williamson2020-11-021-1/+1
* perlapi: deprecate pack_cat() (a mathoms func)Karl Williamson2020-09-051-1/+1
* Reorganize perlapiKarl Williamson2020-09-041-1/+7
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* Move some obsolete UTF-8 handling fcns to mathomsKarl Williamson2020-02-191-0/+96
* mathoms.c,utf8.c: Update to use UTF8_CHK_SKIPKarl Williamson2019-11-031-2/+3
* PATCH: Character class code broke MSWin32 compilationKarl Williamson2019-11-031-152/+0
* Rmv more deprecated characlassify/case change macrosKarl Williamson2019-10-311-88/+0
* mathoms: Restore fcns accidentally deletedKarl Williamson2019-09-301-0/+72
* Remove deprecated character classification/case changing macrosKarl Williamson2019-09-291-305/+0
* embed.fnc: Change some 'x' marked fcns to 'C'Karl Williamson2019-09-151-2/+2
* mathoms.c: Add commentKarl Williamson2019-09-151-0/+4
* PATCH: [perl #134405] Compiler warnings in bleadKarl Williamson2019-09-121-0/+6
* Implement SvPVutf8_nomg and SvPVbyte_nomgPali2019-09-021-0/+16
* Implement sv_utf8_downgrade_nomgPali2019-09-021-0/+8
* Remove redundant info on =for apidoc linesKarl Williamson2019-05-301-1/+1
* Add newSVsv_nomg() macro which is like newSVsv() but does not process get magicPali2019-02-251-0/+6
* Eliminated 3 '-Wparentheses' warnings detected by g++-8.James E Keenan2018-10-101-2/+2
* mathoms.c: Use my_strnlen, not strnlenKarl Williamson2018-08-041-1/+1
* mathoms.c: Make safer a deprecated functionKarl Williamson2018-08-031-2/+3
* Revert "Remove some deprecated functions from mathoms.c"Karl Williamson2018-07-191-0/+241
* Remove some deprecated functions from mathoms.cKarl Williamson2018-06-281-241/+0
* fix -DNO_MATHOMS build, mathomed syms were not removed from perldll.defDaniel Dragan2018-04-151-0/+2
* Move utf8_to_uvchr out of mathoms.cKarl Williamson2018-04-151-30/+0
* widen size-type variables in pack/unpackZefram2017-12-161-1/+1
* Use cBOOL() instead of ? TRUE : FALSEDagfinn Ilmari Mannsåker2017-01-251-4/+2
* regcomp.c, mathoms.c: Convert to use preferred macroKarl Williamson2016-12-231-4/+4
* Clean up warnings uncovered by 'clang -Weverything'.Andy Lester2016-12-051-0/+2
* inline.h: Add 'const's; avoid hiding outer variableKarl Williamson2016-09-171-1/+1
* mathoms.c: Restore previous behaviour of sv_copypvFather Chrysostomos2016-08-111-1/+1
* Unmathomize save_ivFather Chrysostomos2016-07-271-11/+0
* mv function from locale.c to mathoms.cKarl Williamson2016-05-241-0/+12
* mathoms.c: Remove obsolete textKarl Williamson2016-05-241-3/+0