summaryrefslogtreecommitdiff
path: root/mathoms.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+2
* need backwards-compatile to_utf8_foo()Karl Williamson2012-01-081-0/+37
* do_exec needs no compatibility version in mathoms.c as it's not in the API.Nicholas Clark2011-07-241-11/+0
* More apidoc entries need \n\n before =cutFather Chrysostomos2011-07-161-0/+2
* mathoms.c: pod: fix broken linkKarl Williamson2011-05-181-1/+1
* Protect sv_collxfrm in mathoms.c with a USE_LOCALE_COLLATE ifdefDavid Leadbeater2011-03-281-0/+2
* Replace OP stubs in mathoms.c with #define aliases in opcode.hNicholas Clark2011-01-091-438/+0
* Merge the opcode bodies for pp_bind and pp_connect.Nicholas Clark2010-12-301-0/+5
* Merge the opcode bodies for chop/chomp and schop/schomp.Nicholas Clark2010-12-271-0/+10
* Convert newSUB() to a macro wrapping Perl_newATTRSUB()Nicholas Clark2010-11-171-0/+7
* Document the new custom op functions.Ben Morrow2010-11-141-0/+14
* Improve custom OP support.Ben Morrow2010-11-141-0/+14
* mro_isa_changed_in3 is no longer necessaryFather Chrysostomos2010-11-111-7/+0
* ANSI C-ify the Perl_mro_isa_changed_in return mathoms.cTony Cook2010-10-131-1/+1
* Correct prototype of mathom Perl_mro_isa_changed_in() for ithreads.Nicholas Clark2010-10-111-1/+1
* Allow mro_isa_changed_in to be called on nonexistent packagesFather Chrysostomos2010-10-111-0/+7
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-0/+7
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-0/+14