summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Correct 3 bad email addresses for 'perlbug'.James E Keenan2016-08-011-1/+1
* lib/locale.t: Clarify debug outputKarl Williamson2016-08-011-3/+3
* New bug numbers in lib/ and dist/, tooFather Chrysostomos2016-07-295-6/+6
* bump perl5db.pl's $VERSIONTony Cook2016-07-261-1/+2
* perl5db.pl: ensure PadWalker is loaded from standard pathsTony Cook2016-07-261-2/+8
* Bump version to 5.25.4Steve Hay2016-07-201-1/+1
* lib/locale.t: Fix tests, add a testKarl Williamson2016-07-181-4/+15
* bump feature.pm $VERSIONDavid Mitchell2016-07-171-1/+1
* Update docs for declared_refsFather Chrysostomos2016-07-171-0/+16
* Add declared_refs feature featureFather Chrysostomos2016-07-171-1/+2
* Add experimental::declared_refs warn categFather Chrysostomos2016-07-172-12/+19
* PATCH: [perl #128628] divide by 0 in locale.cKarl Williamson2016-07-141-0/+6
* Change \p{foo} to mean \p{scx: foo}Karl Williamson2016-06-302-6/+20
* perluniprops: Fix podKarl Williamson2016-06-251-21/+7
* Use Unicode 9.0Unicode Consortium2016-06-2152-4764/+12836
* Prepare for Unicode 9.0Karl Williamson2016-06-213-12/+56
* Tell mktables what Unicode version mk_invlist.pl handlesKarl Williamson2016-06-211-8/+48
* t/re/uniprops.t: Add more description for \b{} testsKarl Williamson2016-06-211-4/+42
* Sort @def before generating $warnings::DEFAULT.Matthew Horsfall2016-06-211-2/+2
* Bump the perl version in various places for 5.25.3Matthew Horsfall2016-06-201-1/+1
* diagnostics.pm; Enhance to accept nested listsKarl Williamson2016-06-172-12/+34
* (perl #128199) rmscopy() is VMS specific and not exportedTony Cook2016-06-151-1/+6
* Unicode/UCD.t: better handling of errorsKarl Williamson2016-05-301-4/+9
* Add an example of the '0x' string format.Jarkko Hietaniemi2016-05-301-2/+3