summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/locale.t: Up the permissible failure % for os390Karl Williamson2016-12-061-1/+5
* lib/locale.t: Improve test when NUL isn't a controlKarl Williamson2016-11-291-10/+21
* lib/locale.t: Don't assume NUL is a controlKarl Williamson2016-11-281-5/+11
* lib/locale.t: Improve skipping of incompatible localesKarl Williamson2016-11-281-3/+8
* utf8.c: Clarify warning message.Karl Williamson2016-11-241-1/+1
* Bump the perl version in various places for 5.25.8Chad Granum2016-11-201-1/+1
* Fixup Unicode::UCD pod/version and regen dependent filesMatthew Horsfall2016-11-141-2/+2
* Additional warning of Name.pl going awayH.Merijn Brand2016-11-141-1/+2
* Unicode::UCD documentation for reading Name.pl as encouraged practiceH.Merijn Brand2016-11-141-2/+38
* eliminate OPpRUNTIME private PMOP flagDavid Mitchell2016-11-141-4/+0
* Allow "." to be excluded from @INCH.Merijn Brand2016-11-113-3/+2
|\
| * Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-113-3/+2
* | Move Unicode-Normalize to dist/Karl Williamson2016-11-111-2/+2
|/
* lib/locale.t: Skip testing known incompatible localesKarl Williamson2016-10-261-1/+41
* lib/locale.t: Add skip(), fail() functionsKarl Williamson2016-10-261-0/+8
* t/loc_tools.pl: Make find_locales accept string inputKarl Williamson2016-10-261-1/+1
* t/loc_tools.pl: Complement sense of optional parameterKarl Williamson2016-10-261-2/+1
* Bump version numbers ready for 5.25.7Aaron Crane2016-10-201-1/+1
* uniprops.t: split into 10 seperate test files t/re/uniprops01.t etcYves Orton2016-10-191-18/+42
* Add details to UTF-8 malformation error messagesKarl Williamson2016-10-131-1/+1
* Revert "Reduce SelectSaver memory footprint"James E Keenan2016-10-111-3/+4
* Reduce SelectSaver memory footprintNicolas R2016-10-071-4/+3
* Better optimise my/local @a = split()David Mitchell2016-10-042-4/+7
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-043-50/+80
* Speed up compilation of overload.pm a smidge.James Raspass2016-09-281-5/+3
* padrange, aelemfast: use label for private bitsDavid Mitchell2016-09-271-2/+2
* OP_AVHVSWITCH: make op_private bits 0..1 symbolicDavid Mitchell2016-09-271-0/+3
* updating opcodes (version number mostly)Stevan Little2016-09-241-1/+1
* Add additional tests for DirHandle to improve coverage.James E Keenan2016-09-071-8/+96
* restore Internals::hv_clear_placeholders for nowYves Orton2016-08-251-0/+9
* Bump the perl version in various places for v5.25.5Chris 'BinGOs' Williams2016-08-201-1/+1
* lib/locale.t: Add some extra info to a debug statementKarl Williamson2016-08-171-1/+4
* lib/locale.t: Generalize testKarl Williamson2016-08-171-4/+4
* first step to documenting the Internals namespaceYves Orton2016-08-141-0/+69
* lib/locale_threads.t: Add new test fileKarl Williamson2016-08-101-0/+53
* Add some error checking/debugging for localeKarl Williamson2016-08-101-1/+3
* Correct spelling errors: lib/unicore/mktablesShlomi Fish2016-08-061-23/+24
* Deparse.pm - avoid deep recursion warningDavid Mitchell2016-08-031-0/+10
* deparse subroutine signaturesDavid Mitchell2016-08-032-3/+217
* fix deparsing of Test::More's use_ok()David Mitchell2016-08-031-0/+11
* OP_MULTIDEREF: remove ghost entry in op_aux listDavid Mitchell2016-08-031-1/+6
* fix up exists etc deparsingDavid Mitchell2016-08-031-1/+5
* handle deparsing of sub prototypes with sigsDavid Mitchell2016-08-031-10/+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-032-9/+90
* 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