| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | In embed.pl, inline walk_table() into its only caller. | Nicholas Clark | 2011-08-25 | 1 | -27/+6 |
| * | Eliminate global.sym, as makedef.pl can generate it internally. | Nicholas Clark | 2011-08-25 | 17 | -969/+55 |
| * | Add regen/embed_lib.pl, for the code that processes embed.fnc and regen/opcodes | Nicholas Clark | 2011-08-25 | 3 | -133/+143 |
| * | In embed.pl, move processing embed.fnc and regen/opcodes into a function. | Nicholas Clark | 2011-08-25 | 1 | -86/+91 |
| * | In embed.pl, refactor the handling of varargs *_nocontext wrappers. | Nicholas Clark | 2011-08-25 | 1 | -12/+17 |
| * | In makedef.pl, move handling of $ARGS{TARG_DIR} to the open statements. | Nicholas Clark | 2011-08-25 | 1 | -18/+12 |
| * | In makedef.pl, defaulting $ARGS{TARG_DIR} to '' simplifies the code. | Nicholas Clark | 2011-08-25 | 1 | -5/+3 |
| * | Test the TARG_DIR argument to makedef.pl too. | Nicholas Clark | 2011-08-25 | 1 | -0/+1 |
| * | In makedef.pl, no need to store 'config.h' in a variable. | Nicholas Clark | 2011-08-25 | 1 | -2/+1 |
| * | In embed.pl, simplify the code that parses regen/opcodes. | Nicholas Clark | 2011-08-25 | 1 | -4/+2 |
| * | embed.pl was relying on embed.fnc starting with a pre-processor directive. | Nicholas Clark | 2011-08-25 | 1 | -12/+24 |
|/ |
|
* | ExtUtils::ParseXS: Accept overridden input typemaps | Steffen Mueller | 2011-08-25 | 5 | -6/+17 |
* | ExtUtils::ParseXS: Explicitly require current version of submodules | Steffen Mueller | 2011-08-25 | 5 | -4/+20 |
* | perldelat update | Father Chrysostomos | 2011-08-25 | 1 | -1/+77 |
* | perldelta: Move an entry under Testing | Father Chrysostomos | 2011-08-24 | 1 | -5/+5 |
* | Enable ampersand calls to CORE subs with $$$ prototypes | Father Chrysostomos | 2011-08-24 | 3 | -16/+79 |
* | Simplify the CORE::__FOO__ op-generation code | Father Chrysostomos | 2011-08-24 | 4 | -12/+9 |
* | Move coresub op-creation from gv.c to op.c | Father Chrysostomos | 2011-08-24 | 5 | -40/+54 |
* | Allow ampersand calls to CORE subs with (_) proto | Father Chrysostomos | 2011-08-24 | 3 | -8/+141 |
* | Add find_rundefsv2 function | Father Chrysostomos | 2011-08-24 | 4 | -0/+26 |
* | Test CORE::break’s prototype (just that this time) | Father Chrysostomos | 2011-08-24 | 1 | -1/+2 |
* | Move making inplace sort and reverse away from the peephole optimiser to scal... | Gerard Goossen | 2011-08-24 | 4 | -118/+76 |
* | Revert "Test CORE::break’s prototype" | Father Chrysostomos | 2011-08-24 | 5 | -78/+119 |
* | &CORE::break | Father Chrysostomos | 2011-08-24 | 2 | -0/+13 |
* | Test CORE::break’s prototype | Father Chrysostomos | 2011-08-24 | 5 | -119/+78 |
* | [perl #71154] undef &$coderef consistency | Father Chrysostomos | 2011-08-24 | 2 | -2/+9 |
* | Trim dead code in do_kv. | Eric Brine | 2011-08-24 | 1 | -14/+2 |
* | Remove nvi (site no loger works) and put vim above Vile | Leo Lapworth | 2011-08-24 | 1 | -15/+3 |
* | Remove Elvis editor as link broken | Leo Lapworth | 2011-08-24 | 1 | -4/+0 |
* | Fix broken link | Leo Lapworth | 2011-08-24 | 1 | -1/+1 |
* | Remove a2ps as link does not work and even gnu.org uses the same link | Leo Lapworth | 2011-08-24 | 1 | -4/+0 |
* | Make $class->method work when $class is tied | Father Chrysostomos | 2011-08-24 | 3 | -5/+25 |
* | gmagic.t: Correct two test names | Father Chrysostomos | 2011-08-24 | 1 | -2/+2 |
* | Un-todo gmagic.t tests that now pass | Father Chrysostomos | 2011-08-24 | 1 | -15/+8 |
* | [perl #97088] Prevent double get-magic in various cases | Gerard Goossen | 2011-08-24 | 10 | -52/+28 |
* | Add tests for autovivication combined with get-magic, some of which are TODO. | Gerard Goossen | 2011-08-24 | 1 | -0/+48 |
* | Add missing files from Archive::Extract 0.56 | Father Chrysostomos | 2011-08-24 | 5 | -0/+4 |
* | For microperl, prefix generateuudmap and the 3 generated headers with u. | Nicholas Clark | 2011-08-24 | 2 | -11/+23 |
* | Group 3 headers as $(generated_headers) in microperl's Makefile. | Nicholas Clark | 2011-08-24 | 1 | -4/+5 |
* | Call get-magic once for defined ${...} | Father Chrysostomos | 2011-08-23 | 2 | -3/+14 |
* | SVTYPEMASK must be cast to (svtype) when comparing to SvTYPE() | Chip Salzenberg | 2011-08-23 | 3 | -7/+7 |
* | Stop readline($foo) from autovivifying | Father Chrysostomos | 2011-08-23 | 2 | -3/+15 |
* | close($undef) should not croak_no_modify | Father Chrysostomos | 2011-08-23 | 2 | -3/+12 |
* | Call get-magic once for implicit rv2gv in close(), etc. | Father Chrysostomos | 2011-08-23 | 4 | -6/+26 |
* | Update Archive-Extract to CPAN version 0.56 | Chris 'BinGOs' Williams | 2011-08-23 | 4 | -15/+40 |
* | Upgrade Pod::Simple from version 3.18 to 3.19 | Florian Ragwitz | 2011-08-23 | 44 | -191/+820 |
* | So much for ‘correcting’ a test! | Father Chrysostomos | 2011-08-23 | 1 | -1/+1 |
* | readdir.t: Remove erroneous comments; correct test | Father Chrysostomos | 2011-08-23 | 1 | -5/+4 |
* | Remove null checks from pp_rv2gv | Father Chrysostomos | 2011-08-23 | 1 | -2/+2 |
* | Run regen/uconfig_h.pl as part of the regen and regen_headers targets. | Nicholas Clark | 2011-08-23 | 1 | -0/+2 |