summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do better locale collation in UTF-8 localesKarl Williamson2016-05-241-2/+52
* Change mem_collxfrm() algorithm for embedded NULsKarl Williamson2016-05-241-1/+14
* perllocale: Document NUL collation handlingKarl Williamson2016-05-241-0/+14
* lib/locale.t: Don't calculate value unless neededKarl Williamson2016-05-241-2/+2
* Update CORE.pod to reflect &CORE::keys() etc.Father Chrysostomos2016-05-201-4/+2
* Allow assignment to &CORE::keys()Father Chrysostomos2016-05-201-2/+2
* Allow &CORE::foo() with hash functionsFather Chrysostomos2016-05-201-110/+115
* Add avhvswitch opFather Chrysostomos2016-05-201-0/+1
* Give feature.pm the concept of no-op featuresFather Chrysostomos2016-05-202-10/+11
* Increase $feature::VERSION to 1.44Father Chrysostomos2016-05-201-1/+1
* Update feature.pm docs for lex sub acceptanceFather Chrysostomos2016-05-201-8/+12
* [perl #128187] Forbid keys @_ in assigned lv subFather Chrysostomos2016-05-201-2/+2