summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 5.26.3, ahead of its impending releaseSteve Hay2018-11-021-1/+1
* PATCH: [perl #132463] perluniprops for \p{Word}Karl Williamson2018-03-121-1/+2
* Unicode::UCD: max code point is now IV_MAXKarl Williamson2018-03-022-8/+12
* Bump version to 5.26.2, ahead of its impending releaseSteve Hay2018-02-281-1/+1
* Bump version to 5.26.1, ahead of its impending releaseSteve Hay2017-08-241-1/+1
* charnames: Remove obsolete pod about NBSPKarl Williamson2017-08-092-7/+5
* Bump version: 5.25.12 -> 5.26.0Sawyer X2017-04-211-1/+1
* Regenerate opcodes (regen/opcode.pl)Sawyer X2017-04-191-1/+1
* fix lib/B/Deparse.t that assumed '.' in @INCDavid Mitchell2017-04-071-1/+1
* Regen opcodesChris 'BinGOs' Williams2017-03-211-1/+1
* bump version number in lib/B/Op_private.pmDavid Mitchell2017-02-211-1/+1
* Revise documentation of eval and evalbytesKarl Williamson2017-02-191-45/+17
* Balance uniprops testsKarl Williamson2017-02-191-10/+35
* toke.c: Fix bugs where UTF-8 is turned on in mid chunkKarl Williamson2017-02-131-1/+1
* Getopt::Std: Changed pod NAME to follow conventionNeil Bowers2017-02-081-2/+2
* pod: Suggest to use strict :encoding(UTF-8) PerlIO layer over not strict :enc...Pali2017-02-062-8/+8
* lib/utf8.t: Generalize for EBCDICKarl Williamson2017-01-221-1/+4
* Bump the perl version in various places for 5.25.10Abigail2017-01-201-1/+1
* Fix bug with a digit range under re 'strict'Karl Williamson2017-01-191-0/+12
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-132-3/+3
* Fix the Unicode Bug in the range operatorAaron Crane2017-01-051-2/+4
* RT#113960: perl5db should ignore /dev/tty on non-Unix systemsJames E Keenan2017-01-041-8/+11
* Prevent tests from getting hung up on 'NonStop' option.James E Keenan2016-12-301-0/+2
* overload.pm: add a missing 'exists'Dan Collins2016-12-261-2/+2
* Switch most open() calls to three-argument form.John Lightsey2016-12-2317-53/+53
* Bump the perl version in various places for 5.25.9Sawyer X2016-12-201-1/+1
* 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