summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix deparsing of transliterations with unprintable characters.John Lightsey2017-11-062-1/+6
* deparse implicit ~~ as explicit with -x2Zefram2017-11-051-2/+2
* pp_multiconcat: don't stringify LHS overload argDavid Mitchell2017-11-041-1/+40
* fix Perl_get_cvn_flags() return valueDavid Mitchell2017-11-011-0/+1
* Add OP_MULTICONCAT opDavid Mitchell2017-10-313-24/+354
* overload.t: add more concat testsDavid Mitchell2017-10-311-2/+160
* Bump version to 5.27.6Steve Hay2017-10-201-1/+1
* Deparse.t tweakFather Chrysostomos2017-10-191-1/+1
* Increase $B::Deparse::VERSION to 1.43Father Chrysostomos2017-10-081-1/+1
* Deparse: Better constant-dumping heuristicsFather Chrysostomos2017-10-082-1/+29
* Let Deparse.t be run from the top-levelFather Chrysostomos2017-10-081-2/+2
* Add tests for 'p' and 'x' commands without subsequent whitespace.James E Keenan2017-09-302-1/+89
* Debugger cmds not requiring spacesSmylers2017-09-301-2/+5
* Change save/restore behavior for comparisonsjpl2017-09-211-1/+16
* Bump perl version to 5.27.5, including Module::CoreList bitsJohn SJ Anderson2017-09-201-1/+1
* avoid sysread()/syswrite() warnings from the default :utf8 from PERL_UNICODETony Cook2017-09-201-1/+6
* Add SORTf_UNSTABLE flagFather Chrysostomos2017-08-212-2/+8
* Bump perl version to 5.27.4, including Module::CoreList bitsMatthew Horsfall2017-08-211-1/+1
* lib/locale.t: TODO some netbsd defective localesKarl Williamson2017-08-071-0/+1
* lib/locale.t: Add commentsKarl Williamson2017-08-071-0/+21
* lib/locale.t: Canonicalize $^O into lowercaseKarl Williamson2017-08-071-9/+10
* make scalar(keys(%lexical)) less slow.David Mitchell2017-07-271-1/+7
* optimise (index() == -1)David Mitchell2017-07-273-4/+63
* add boolean context support to several opsDavid Mitchell2017-07-271-3/+6
* pp_length: use TARGi rather rather than sv_setiv()David Mitchell2017-07-271-1/+11
* optimise @array in boolean contextDavid Mitchell2017-07-271-2/+2
* optimise away OP_KEYS op in scalar/void contextDavid Mitchell2017-07-273-4/+35
* OP_VALUES: reserve OPpMAYBE_LVSUB bitDavid Mitchell2017-07-271-2/+2
* Revert B::Debug removalDagfinn Ilmari Mannsåker2017-07-251-0/+1
* Remove B::Debug from core distribution.James E Keenan2017-07-251-1/+0
* (perl #131685) improve utf8::* function documentationTony Cook2017-07-241-14/+57
* Bump Perl version from 5.27.2 to 5.27.3Aaron Crane2017-07-201-1/+1
* 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