| Commit message (Expand) | Author | Age | Files | Lines |
* | embed.fnc, mathoms.c: Add comments | Karl Williamson | 2012-11-28 | 1 | -0/+2 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 1 | -43/+43 |
* | [perl #115440] Fix various leaks with fatal FETCH | Father Chrysostomos | 2012-10-25 | 1 | -2/+4 |
* | Perl_sv_mortalcopy expects a return value. | Craig A. Berry | 2012-10-07 | 1 | -1/+1 |
* | [perl #79824] Don’t cow for sv_mortalcopy call from XS | Father Chrysostomos | 2012-10-05 | 1 | -0/+7 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -2/+2 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Use the (START|END)_EXTERN_C macros. | Craig A. Berry | 2012-05-24 | 1 | -6/+2 |
* | Unmangle mathoms under C++. | Craig A. Berry | 2012-05-24 | 1 | -0/+11 |
* | Bump several file copyright dates | Steffen Schwigon | 2012-01-19 | 1 | -1/+2 |
* | need backwards-compatile to_utf8_foo() | Karl Williamson | 2012-01-08 | 1 | -0/+37 |
* | do_exec needs no compatibility version in mathoms.c as it's not in the API. | Nicholas Clark | 2011-07-24 | 1 | -11/+0 |
* | More apidoc entries need \n\n before =cut | Father Chrysostomos | 2011-07-16 | 1 | -0/+2 |
* | mathoms.c: pod: fix broken link | Karl Williamson | 2011-05-18 | 1 | -1/+1 |
* | Protect sv_collxfrm in mathoms.c with a USE_LOCALE_COLLATE ifdef | David Leadbeater | 2011-03-28 | 1 | -0/+2 |
* | Replace OP stubs in mathoms.c with #define aliases in opcode.h | Nicholas Clark | 2011-01-09 | 1 | -438/+0 |
* | Merge the opcode bodies for pp_bind and pp_connect. | Nicholas Clark | 2010-12-30 | 1 | -0/+5 |
* | Merge the opcode bodies for chop/chomp and schop/schomp. | Nicholas Clark | 2010-12-27 | 1 | -0/+10 |
* | Convert newSUB() to a macro wrapping Perl_newATTRSUB() | Nicholas Clark | 2010-11-17 | 1 | -0/+7 |
* | Document the new custom op functions. | Ben Morrow | 2010-11-14 | 1 | -0/+14 |
* | Improve custom OP support. | Ben Morrow | 2010-11-14 | 1 | -0/+14 |
* | mro_isa_changed_in3 is no longer necessary | Father Chrysostomos | 2010-11-11 | 1 | -7/+0 |
* | ANSI C-ify the Perl_mro_isa_changed_in return mathoms.c | Tony Cook | 2010-10-13 | 1 | -1/+1 |
* | Correct prototype of mathom Perl_mro_isa_changed_in() for ithreads. | Nicholas Clark | 2010-10-11 | 1 | -1/+1 |
* | Allow mro_isa_changed_in to be called on nonexistent packages | Father Chrysostomos | 2010-10-11 | 1 | -0/+7 |
* | [perl #76814] FETCH called twice - ! | Father Chrysostomos | 2010-09-24 | 1 | -0/+7 |
* | [perl #76814] FETCH called twice - string comparison ops | Father Chrysostomos | 2010-09-24 | 1 | -0/+14 |
* | add my_[l]stat_flags(); make my_[l]stat() mathoms | David Mitchell | 2010-07-03 | 1 | -0/+14 |
* | Return DIE(...) to *return*ing Perl_die(...). | Nicholas Clark | 2010-06-27 | 1 | -2/+0 |
* | Fix the regexp in t/porting/args_assert.t, and add 3 missing macros. | Nicholas Clark | 2010-05-29 | 1 | -0/+1 |
* | add flags arg to sv_2nv (as sv_2nv_flags) | David Mitchell | 2010-05-08 | 1 | -0/+12 |
* | On the save stack, store the save type as the bottom 6 bits of a UV. | Nicholas Clark | 2010-05-01 | 1 | -4/+4 |
* | move JMPENV_JUMP to die_where and mark it as "noreturn" | Gerard Goossen | 2009-11-06 | 1 | -0/+2 |
* | Merge gv_IOadd() into gv_add_by_type(). | Nicholas Clark | 2009-08-08 | 1 | -6/+6 |
* | Perl_newIO() can become a mathom by making newIO() a wrapper around newSV_type() | Nicholas Clark | 2009-08-08 | 1 | -0/+7 |
* | Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type(). | Nicholas Clark | 2009-08-08 | 1 | -0/+26 |
* | Avoid warnings from exacting C compilers when -DNO_MATHOMS is in force. | Nicholas Clark | 2008-12-02 | 1 | -1/+7 |
* | Convert all the scope save functions of the form | Nicholas Clark | 2008-11-30 | 1 | -0/+38 |
* | av_fake() isn't in the public API, and isn't used anywhere, so it can | Nicholas Clark | 2008-11-27 | 1 | -23/+0 |
* | Perl_oopsCV() is not part of the public API, not used anywhere, so can | Nicholas Clark | 2008-11-26 | 1 | -11/+0 |
* | Perl_cv_ckproto() is not part of the public API, and not used anywhere | Nicholas Clark | 2008-11-26 | 1 | -8/+0 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -4/+6 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -5/+5 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -2/+2 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -1/+1 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | Define sv_insert() as a wrapper to sv_insert_flags(), and move | Nicholas Clark | 2008-04-01 | 1 | -0/+8 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+123 |
* | As Perl_magic_setbm() and Perl_magic_setfm() aren't in the public API, | Nicholas Clark | 2007-12-31 | 1 | -12/+0 |
* | Perl_magic_setbm() and Perl_magic_setfm() are mathoms that can be | Nicholas Clark | 2007-12-31 | 1 | -0/+12 |