summaryrefslogtreecommitdiff
path: root/mathoms.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mathoms.c: consolidate commentsDavid Mitchell2016-05-231-18/+17
* mathoms.c: add explanation why fns must be keptDavid Mitchell2016-05-231-2/+10
* mathoms.c: Add instructions for moving code hereKarl Williamson2016-05-171-3/+17
* mathoms.c: Remove special casing from instr()Karl Williamson2016-05-121-9/+2
* embed.fnc: Alter 'b' flag meaningKarl Williamson2016-05-121-61/+1
* mathoms.c: Fix prototypeKarl Williamson2016-05-121-3/+2
* Finish mathomizing Perl_instr.Craig A. Berry2016-05-091-0/+20
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-14/+14
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-3/+3
* perlapi: Use C<> instead of I<> for parameter names, etcKarl Williamson2015-08-011-1/+1