summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* locale.t: Refactor error reporting codeKarl Williamson2017-07-171-39/+39
* RT #130907: Fix the Unicode Bug in split " "Aaron Crane2017-07-151-3/+4
* Add debugging to locale handlingKarl Williamson2017-07-141-0/+3
* mktables: Don't output anything above IV_MAXKarl Williamson2017-07-021-7/+6
* Bump the perl version 5.27.1 -> 5.27.2Eric Herman2017-06-221-1/+1
* Use Unicode 10.0Karl Williamson2017-06-2054-2028/+7208
* Prepare for Unicode 10.0Karl Williamson2017-06-201-1/+16
* commit c93f220f failed to update DirHandle's $VERSION.James E Keenan2017-06-091-1/+1
* DirHandle: document as obsoleteAristotle Pagaltzis2017-06-101-6/+17
* make OP_REF support boolean contextDavid Mitchell2017-06-051-3/+3
* Deparse: support delete %h{foo bar}David Mitchell2017-06-052-5/+20
* Deparse: better handle BEGIN { use_ok() }David Mitchell2017-06-051-1/+11
* Deparse my var attributes correctlyDavid Mitchell2017-06-052-0/+187
* Deparse.pm: handle BEGIN { require expr }David Mitchell2017-06-051-0/+3
* Deparse: avoid deep recursion warningDavid Mitchell2017-06-051-0/+2
* Deparse: don't remove escapes for tabs in patternsDavid Mitchell2017-06-052-0/+12
* Deparse: make a complex pattern readable with /xDavid Mitchell2017-06-051-1/+17
* Deparse: handle OP_PADRANGE in regex code blocksDavid Mitchell2017-06-052-7/+28
* Deparse.t: diag full code that failed to compileDavid Mitchell2017-06-051-2/+6
* Bump the perl version in various places for 5.27.1David Mitchell2017-06-031-1/+1
* Add support for deleting key/value slices (RT#131328)Dagfinn Ilmari Mannsåker2017-06-021-2/+5
* charnames: Clarify commentKarl Williamson2017-06-011-2/+2
* charnames: Remove obsolete pod about NBSPKarl Williamson2017-06-012-7/+5
* mktables: Fix up version compareKarl Williamson2017-06-011-3/+18
* Remove deprecated no-op :locked attributeDagfinn Ilmari Mannsåker2017-06-011-2/+1
* Regenerate and update Op_private and uconfig.hSawyer X2017-05-311-1/+1
* Bump feature.pm for 5.27.0Sawyer X2017-05-311-1/+7
* 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