summaryrefslogtreecommitdiff
path: root/mathoms.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Mathomise save_re_context"David Mitchell2015-03-301-6/+0
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Remove out-dated comment from mathoms.cSteve Hay2015-01-271-2/+0
* move functions marked as mathomed in embed.fnc to mathoms.cDaniel Dragan2015-01-271-0/+24
* makedef.pl: don't hard-code list of mathomsAaron Crane2014-12-141-1/+2
* fix incomplete mathoming of Perl_pad_compname_typeDaniel Dragan2014-12-011-0/+2
* Mathomise pad_compname_typeFather Chrysostomos2014-11-301-0/+16
* Mathomise save_re_contextFather Chrysostomos2014-09-121-0/+7
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-58/+0
* Silence -Wunused-parameter my_perl under threads.Jarkko Hietaniemi2014-06-191-0/+27
* perlapi: Refactor placements, headings of some functionsKarl Williamson2014-06-051-0/+8
* Move some deprecated utf8-handling functions to mathomsKarl Williamson2014-05-311-0/+162
* add va_end() calls where missing for a va_start() or va_end().Jarkko Hietaniemi2014-05-291-2/+8
* Taint more operands with case changesKarl Williamson2014-01-271-4/+4
* utf8.c: Move a bunch of deprecated fcns to mathoms.cKarl Williamson2014-01-051-0/+395
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-17/+19
* [perl #115736] fix undocumented param from newATTRSUB_flagsDaniel Dragan2013-12-231-1/+1
* remove almost unreachable NULL sv arg code from sv_2*n_flagsDaniel Dragan2013-11-281-0/+6
* fix multi-eval of Perl_custom_op_xop in XopENTRYDaniel Dragan2013-11-101-2/+2
* Move functions prematurely placed into mathoms back to utf8.cKarl Williamson2013-09-041-54/+0
* utf8.c: Remove wrapper functions.Karl Williamson2013-08-291-1/+1
* utf8.c: Stop using two functionsKarl Williamson2013-08-291-1/+46
* Deprecate NATIVE_TO_NEED and ASCII_TO_NEEDKarl Williamson2013-08-291-0/+15
* embed.fnc, mathoms.c: Add commentsKarl Williamson2012-11-281-0/+2
* Remove "register" declarationsKarl Williamson2012-11-241-43/+43
* [perl #115440] Fix various leaks with fatal FETCHFather Chrysostomos2012-10-251-2/+4
* Perl_sv_mortalcopy expects a return value.Craig A. Berry2012-10-071-1/+1
* [perl #79824] Don’t cow for sv_mortalcopy call from XSFather Chrysostomos2012-10-051-0/+7
* Omnibus removal of register declarationsKarl Williamson2012-08-181-2/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Use the (START|END)_EXTERN_C macros.Craig A. Berry2012-05-241-6/+2
* Unmangle mathoms under C++.Craig A. Berry2012-05-241-0/+11