summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deparse subroutine signaturesDavid Mitchell2016-08-032-3/+217
* fix deparsing of Test::More's use_ok()David Mitchell2016-08-032-23/+11
* OP_MULTIDEREF: remove ghost entry in op_aux listDavid Mitchell2016-08-032-1/+8
* fix up exists etc deparsingDavid Mitchell2016-08-031-1/+5
* handle deparsing of sub prototypes with sigsDavid Mitchell2016-08-032-11/+23
* Deparse: emit pragmas *before* each subDavid Mitchell2016-08-032-15/+17
* Deparse: use more local vars in next_todo()David Mitchell2016-08-031-9/+10
* Deparse: move pragma deparsing into separate subDavid Mitchell2016-08-031-7/+21
* deparse pragmas before subsDavid Mitchell2016-08-033-55/+32
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-0325-785/+1031
* make op.c:S_alloc_LOGOP() non-staticDavid Mitchell2016-08-034-10/+13
* sub signatures: use parser rather than lexerDavid Mitchell2016-08-0315-1345/+1835
* Um, finish reordering the parser structFather Chrysostomos2016-08-031-6/+7
* Reorder parser struct for alignmentFather Chrysostomos2016-08-031-2/+3
* Empty sublex_info into the parser structFather Chrysostomos2016-08-034-35/+32
* parser.h: Remove lex_expectFather Chrysostomos2016-08-031-1/+0
* parser.h: Make nexttoke a U8Father Chrysostomos2016-08-031-1/+1
* locale.c: Add some DEBUG statementsKarl Williamson2016-08-024-35/+88
* locale.c: Use %zu to print size_t values.Karl Williamson2016-08-021-15/+15
* locale.c: Some systems include NUL in strxfrm() returnKarl Williamson2016-08-021-3/+13
* locale.c: White-space onlyKarl Williamson2016-08-021-48/+50
* locale.c: Improve embedded NUL collation handlingKarl Williamson2016-08-021-48/+39
* sv.c: Use raw cmp if error in locale collationKarl Williamson2016-08-021-4/+18
* lib/locale.t: Better debug outputKarl Williamson2016-08-021-1/+5
* lib/locale.t: Add note() function, for future useKarl Williamson2016-08-021-1/+7
* utf8.h: Add comment clarificationKarl Williamson2016-08-021-2/+5
* perlapi: Add a clarification.Karl Williamson2016-08-021-1/+1
* MANIFEST description typoFather Chrysostomos2016-08-011-1/+1
* Correct 3 bad email addresses for 'perlbug'.James E Keenan2016-08-013-3/+3
* [perl #128769] base.pm: Localize @INC unconditionallyFather Chrysostomos2016-08-011-3/+3
* lib/locale.t: Clarify debug outputKarl Williamson2016-08-011-3/+3
* [perl #128740] Check for null in pp_ghostent et al.Father Chrysostomos2016-08-013-6/+2
* [RT #128574] Missed one incorrect usage of fresh_perl_Dan Collins2016-08-011-1/+1
* [RT #128574] Fix use of fresh_perl in testsDan Collins2016-08-015-3/+7
* (perl #128685) generate dependency rules for perlmain$(OBJ_EXT)Tony Cook2016-08-011-2/+3
* MANIFEST typoFather Chrysostomos2016-07-311-1/+1
* [perl #128769] Improve base.pm @INC '.' handlingFather Chrysostomos2016-07-313-3/+31
* Don’t trigger warnings for qq"@builtin"Father Chrysostomos2016-07-312-4/+7
* t/lib/common.pl: Ignore editor droppingsFather Chrysostomos2016-07-311-1/+1
* Exempt @DB::args from ‘used once’ warningsFather Chrysostomos2016-07-312-0/+18
* Fix comment typos principal → principleDagfinn Ilmari Mannsåker2016-07-313-3/+3
* move platform list before function description (RT #128782)Lukas Mai2016-07-311-135/+260
* perlport: remove getservbyport entry orphaned by 204ad8d57498ad6Lukas Mai2016-07-301-2/+0
* perlport: eliminate function signatures missed in 47cd99a476cecLukas Mai2016-07-301-2/+2
* Pull in unnecessarily duplicated case "$opt".Jarkko Hietaniemi2016-07-301-22/+20
* perlport: major overhaulLukas Mai2016-07-302-472/+524
* fix version numbering for dist/PathToolsTony Cook2016-07-3011-11/+11
* locale.c: Revamp my_strerror() for thread-safenessKarl Williamson2016-07-297-24/+118
* t/thread_it.pl: Increase Darwin stack sizeKarl Williamson2016-07-291-1/+1
* t/lib/warnings/pp_pack: Redundant testsFather Chrysostomos2016-07-291-23/+0