summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* regen opcodes for 5.29.1Sawyer X2018-06-271-1/+1
* mktables: Correct L<> for perluniprops; rmv trail spaceKarl Williamson2018-06-251-2/+2
* mktables: Add, change some commentsKarl Williamson2018-06-251-4/+7
* mktables: Handle cjkiicore properlyKarl Williamson2018-06-251-1/+1
* mktables: Add guard against Unicode breakageKarl Williamson2018-06-251-0/+8
* Add tests for qr/\p{}/Karl Williamson2018-06-251-1/+11
* utf8.c: Handle qr!\p{nv=6/8}!Karl Williamson2018-06-251-2/+14
* Revise \p{nv=float} lookupKarl Williamson2018-06-252-181/+117
* Remove support for qr/\p{_CanonDCIJ}Karl Williamson2018-06-251-27/+0
* Remove support for qr/\p{_Comb_Above}/Karl Williamson2018-06-251-7/+0
* Remove qr/\p{_Case_Ignorable}/Karl Williamson2018-06-251-50/+0
* qr/\p{...}/: Rmv redundant text from warning msg detailKarl Williamson2018-06-251-2/+2
* Unicode::UCD: Avoid uninit messageKarl Williamson2018-06-251-9/+12
* Bump version to 5.29.0 and regenerate everythingSawyer X2018-06-242-2/+8
* lib/locale.t: TODO some locales on SolarisKarl Williamson2018-05-011-0/+5
* lib/locale.t: Mark a test problematicKarl Williamson2018-05-011-0/+1
* Fix Module::CoreList versionsSawyer X2018-04-201-1/+1
* Document that `use v5.12` and `use feature ":5.12"` differAaron Crane2018-04-201-1/+4
* RT#132744: clarify subs/vars documentationAaron Crane2018-04-192-12/+14
* mktables: Add tests for t/re/unipropsFOOKarl Williamson2018-04-171-0/+18
* bytes.pm: remove 'use utf8' from exampleDavid Mitchell2018-04-041-3/+1
* mktables: Add aliases to the Present_In propertyKarl Williamson2018-03-201-0/+3
* Adjust code which did not get automatically switched over to 5.027011Todd Rinaldo2018-03-201-1/+1
* Deparse.pm: handle postfix $r->$#*David Mitchell2018-03-202-4/+40
* Deparse: handle \our @aDavid Mitchell2018-03-202-1/+6
* Deparse.pm: bump versionDavid Mitchell2018-03-201-1/+1
* Deparse -l: set correct line num at end of subDavid Mitchell2018-03-201-1/+12
* Deparse.pm: tr/...//c was failingDavid Mitchell2018-03-202-5/+33
* Deparse.pm: add some code commentsDavid Mitchell2018-03-201-0/+5
* Deparse: remove spurious tr/// debuggingDavid Mitchell2018-03-201-1/+0
* warnings.pm: sprintf is faster than concatFather Chrysostomos2018-03-111-2/+3
* (perl #132925) correct path handling in mktablesTony Cook2018-03-061-3/+3
* Bump version of POSIX.pm to 1.83; warnings to 1.42Karl Williamson2018-03-021-1/+1
* regenSawyer X2018-03-021-1/+1
* warnings.pm: _at_level functions and chunky handlesFather Chrysostomos2018-02-271-1/+4
* pp_multiconcat: correctly honour stringifyDavid Mitchell2018-02-191-1/+105
* redo magic/overload handing in pp_multiconcatDavid Mitchell2018-02-191-1/+24
* Add 'alpha_assertions' warnings categoryKarl Williamson2018-02-181-10/+15
* lib/locale_threads.t: Add safe thread testKarl Williamson2018-02-181-3/+70
* bump $warnings::VERSIONTony Cook2018-02-121-1/+1
* warnings: Omit handle when $. is 0Slaven Rezić2018-02-111-1/+1
* fix tr/// Deparse tests under EBCDICDavid Mitchell2018-02-071-3/+3
* Bump the perl version in various places for 5.27.9Abigail2018-01-201-1/+1
* move sub attributes before the signatureDavid Mitchell2018-01-192-13/+15
* tr///; simplify $utf8 =~ tr/nonutf8/nonutf8/David Mitchell2018-01-191-2/+3
* tr///c: handle len(replacement charlist) > 32767David Mitchell2018-01-191-1/+4
* B, Deparse fixups for tr///cDavid Mitchell2018-01-192-2/+17
* Update docs wrt bitwise opsFather Chrysostomos2017-12-312-10/+6
* Enable bitwise feature with ‘use v5.28’Father Chrysostomos2017-12-311-4/+4
* revert smartmatch to 5.27.6 behaviourZefram2017-12-297-80/+102