summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * In embed.pl, inline walk_table() into its only caller.Nicholas Clark2011-08-251-27/+6
| * Eliminate global.sym, as makedef.pl can generate it internally.Nicholas Clark2011-08-2517-969/+55
| * Add regen/embed_lib.pl, for the code that processes embed.fnc and regen/opcodesNicholas Clark2011-08-253-133/+143
| * In embed.pl, move processing embed.fnc and regen/opcodes into a function.Nicholas Clark2011-08-251-86/+91
| * In embed.pl, refactor the handling of varargs *_nocontext wrappers.Nicholas Clark2011-08-251-12/+17
| * In makedef.pl, move handling of $ARGS{TARG_DIR} to the open statements.Nicholas Clark2011-08-251-18/+12
| * In makedef.pl, defaulting $ARGS{TARG_DIR} to '' simplifies the code.Nicholas Clark2011-08-251-5/+3
| * Test the TARG_DIR argument to makedef.pl too.Nicholas Clark2011-08-251-0/+1
| * In makedef.pl, no need to store 'config.h' in a variable.Nicholas Clark2011-08-251-2/+1
| * In embed.pl, simplify the code that parses regen/opcodes.Nicholas Clark2011-08-251-4/+2
| * embed.pl was relying on embed.fnc starting with a pre-processor directive.Nicholas Clark2011-08-251-12/+24
|/
* ExtUtils::ParseXS: Accept overridden input typemapsSteffen Mueller2011-08-255-6/+17
* ExtUtils::ParseXS: Explicitly require current version of submodulesSteffen Mueller2011-08-255-4/+20
* perldelat updateFather Chrysostomos2011-08-251-1/+77
* perldelta: Move an entry under TestingFather Chrysostomos2011-08-241-5/+5
* Enable ampersand calls to CORE subs with $$$ prototypesFather Chrysostomos2011-08-243-16/+79
* Simplify the CORE::__FOO__ op-generation codeFather Chrysostomos2011-08-244-12/+9
* Move coresub op-creation from gv.c to op.cFather Chrysostomos2011-08-245-40/+54
* Allow ampersand calls to CORE subs with (_) protoFather Chrysostomos2011-08-243-8/+141
* Add find_rundefsv2 functionFather Chrysostomos2011-08-244-0/+26
* Test CORE::break’s prototype (just that this time)Father Chrysostomos2011-08-241-1/+2
* Move making inplace sort and reverse away from the peephole optimiser to scal...Gerard Goossen2011-08-244-118/+76
* Revert "Test CORE::break’s prototype"Father Chrysostomos2011-08-245-78/+119
* &CORE::breakFather Chrysostomos2011-08-242-0/+13
* Test CORE::break’s prototypeFather Chrysostomos2011-08-245-119/+78
* [perl #71154] undef &$coderef consistencyFather Chrysostomos2011-08-242-2/+9
* Trim dead code in do_kv.Eric Brine2011-08-241-14/+2
* Remove nvi (site no loger works) and put vim above VileLeo Lapworth2011-08-241-15/+3
* Remove Elvis editor as link brokenLeo Lapworth2011-08-241-4/+0
* Fix broken linkLeo Lapworth2011-08-241-1/+1
* Remove a2ps as link does not work and even gnu.org uses the same linkLeo Lapworth2011-08-241-4/+0
* Make $class->method work when $class is tiedFather Chrysostomos2011-08-243-5/+25
* gmagic.t: Correct two test namesFather Chrysostomos2011-08-241-2/+2
* Un-todo gmagic.t tests that now passFather Chrysostomos2011-08-241-15/+8
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-2410-52/+28
* Add tests for autovivication combined with get-magic, some of which are TODO.Gerard Goossen2011-08-241-0/+48
* Add missing files from Archive::Extract 0.56Father Chrysostomos2011-08-245-0/+4
* For microperl, prefix generateuudmap and the 3 generated headers with u.Nicholas Clark2011-08-242-11/+23
* Group 3 headers as $(generated_headers) in microperl's Makefile.Nicholas Clark2011-08-241-4/+5
* Call get-magic once for defined ${...}Father Chrysostomos2011-08-232-3/+14
* SVTYPEMASK must be cast to (svtype) when comparing to SvTYPE()Chip Salzenberg2011-08-233-7/+7
* Stop readline($foo) from autovivifyingFather Chrysostomos2011-08-232-3/+15
* close($undef) should not croak_no_modifyFather Chrysostomos2011-08-232-3/+12
* Call get-magic once for implicit rv2gv in close(), etc.Father Chrysostomos2011-08-234-6/+26
* Update Archive-Extract to CPAN version 0.56Chris 'BinGOs' Williams2011-08-234-15/+40
* Upgrade Pod::Simple from version 3.18 to 3.19Florian Ragwitz2011-08-2344-191/+820
* So much for ‘correcting’ a test!Father Chrysostomos2011-08-231-1/+1
* readdir.t: Remove erroneous comments; correct testFather Chrysostomos2011-08-231-5/+4
* Remove null checks from pp_rv2gvFather Chrysostomos2011-08-231-2/+2
* Run regen/uconfig_h.pl as part of the regen and regen_headers targets.Nicholas Clark2011-08-231-0/+2