| Commit message (Expand) | Author | Age | Files | Lines |
* | mv function from locale.c to mathoms.c | Karl Williamson | 2016-05-24 | 1 | -0/+12 |
* | mathoms.c: Remove obsolete text | Karl Williamson | 2016-05-24 | 1 | -3/+0 |
* | mathoms.c: consolidate comments | David Mitchell | 2016-05-23 | 1 | -18/+17 |
* | mathoms.c: add explanation why fns must be kept | David Mitchell | 2016-05-23 | 1 | -2/+10 |
* | mathoms.c: Add instructions for moving code here | Karl Williamson | 2016-05-17 | 1 | -3/+17 |
* | mathoms.c: Remove special casing from instr() | Karl Williamson | 2016-05-12 | 1 | -9/+2 |
* | embed.fnc: Alter 'b' flag meaning | Karl Williamson | 2016-05-12 | 1 | -61/+1 |
* | mathoms.c: Fix prototype | Karl Williamson | 2016-05-12 | 1 | -3/+2 |
* | Finish mathomizing Perl_instr. | Craig A. Berry | 2016-05-09 | 1 | -0/+20 |
* | Various pods: Add C<> around many typed-as-is things | Karl Williamson | 2015-09-03 | 1 | -14/+14 |
* | perlapi, perlintern: Add L<> links to pod | Karl Williamson | 2015-09-03 | 1 | -3/+3 |
* | perlapi: Use C<> instead of I<> for parameter names, etc | Karl Williamson | 2015-08-01 | 1 | -1/+1 |
* | Revert "Mathomise save_re_context" | David Mitchell | 2015-03-30 | 1 | -6/+0 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | Remove out-dated comment from mathoms.c | Steve Hay | 2015-01-27 | 1 | -2/+0 |
* | move functions marked as mathomed in embed.fnc to mathoms.c | Daniel Dragan | 2015-01-27 | 1 | -0/+24 |
* | makedef.pl: don't hard-code list of mathoms | Aaron Crane | 2014-12-14 | 1 | -1/+2 |
* | fix incomplete mathoming of Perl_pad_compname_type | Daniel Dragan | 2014-12-01 | 1 | -0/+2 |
* | Mathomise pad_compname_type | Father Chrysostomos | 2014-11-30 | 1 | -0/+16 |
* | Mathomise save_re_context | Father Chrysostomos | 2014-09-12 | 1 | -0/+7 |
* | Remove or downgrade unnecessary dVAR. | Jarkko Hietaniemi | 2014-06-25 | 1 | -58/+0 |
* | Silence -Wunused-parameter my_perl under threads. | Jarkko Hietaniemi | 2014-06-19 | 1 | -0/+27 |
* | perlapi: Refactor placements, headings of some functions | Karl Williamson | 2014-06-05 | 1 | -0/+8 |
* | Move some deprecated utf8-handling functions to mathoms | Karl Williamson | 2014-05-31 | 1 | -0/+162 |
* | add va_end() calls where missing for a va_start() or va_end(). | Jarkko Hietaniemi | 2014-05-29 | 1 | -2/+8 |
* | Taint more operands with case changes | Karl Williamson | 2014-01-27 | 1 | -4/+4 |
* | utf8.c: Move a bunch of deprecated fcns to mathoms.c | Karl Williamson | 2014-01-05 | 1 | -0/+395 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -17/+19 |
* | [perl #115736] fix undocumented param from newATTRSUB_flags | Daniel Dragan | 2013-12-23 | 1 | -1/+1 |
* | remove almost unreachable NULL sv arg code from sv_2*n_flags | Daniel Dragan | 2013-11-28 | 1 | -0/+6 |
* | fix multi-eval of Perl_custom_op_xop in XopENTRY | Daniel Dragan | 2013-11-10 | 1 | -2/+2 |
* | Move functions prematurely placed into mathoms back to utf8.c | Karl Williamson | 2013-09-04 | 1 | -54/+0 |
* | utf8.c: Remove wrapper functions. | Karl Williamson | 2013-08-29 | 1 | -1/+1 |
* | utf8.c: Stop using two functions | Karl Williamson | 2013-08-29 | 1 | -1/+46 |
* | Deprecate NATIVE_TO_NEED and ASCII_TO_NEED | Karl Williamson | 2013-08-29 | 1 | -0/+15 |
* | 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 |