summaryrefslogtreecommitdiff
path: root/mathoms.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* add my_[l]stat_flags(); make my_[l]stat() mathomsDavid Mitchell2010-07-031-0/+14
* Return DIE(...) to *return*ing Perl_die(...).Nicholas Clark2010-06-271-2/+0
* Fix the regexp in t/porting/args_assert.t, and add 3 missing macros.Nicholas Clark2010-05-291-0/+1
* add flags arg to sv_2nv (as sv_2nv_flags)David Mitchell2010-05-081-0/+12
* On the save stack, store the save type as the bottom 6 bits of a UV.Nicholas Clark2010-05-011-4/+4
* move JMPENV_JUMP to die_where and mark it as "noreturn"Gerard Goossen2009-11-061-0/+2
* Merge gv_IOadd() into gv_add_by_type().Nicholas Clark2009-08-081-6/+6
* Perl_newIO() can become a mathom by making newIO() a wrapper around newSV_type()Nicholas Clark2009-08-081-0/+7
* Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type().Nicholas Clark2009-08-081-0/+26
* Avoid warnings from exacting C compilers when -DNO_MATHOMS is in force.Nicholas Clark2008-12-021-1/+7
* Convert all the scope save functions of the formNicholas Clark2008-11-301-0/+38
* av_fake() isn't in the public API, and isn't used anywhere, so it canNicholas Clark2008-11-271-23/+0
* Perl_oopsCV() is not part of the public API, not used anywhere, so canNicholas Clark2008-11-261-11/+0
* Perl_cv_ckproto() is not part of the public API, and not used anywhereNicholas Clark2008-11-261-8/+0
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-4/+6
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-5/+5
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-2/+2
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-1/+1
* Update copyright years.Nicholas Clark2008-10-251-1/+1