summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* perluniprops: Display controls sorted by alphaKarl Williamson2017-11-301-1/+6
* mktables: Add safety codeKarl Williamson2017-11-301-1/+5
* perluniprops: Make sc property refer to scxKarl Williamson2017-11-301-1/+29
* perluniprops/mktables: Fix bad entryKarl Williamson2017-11-301-1/+1
* mktables: Comment fixes onlyKarl Williamson2017-11-301-15/+17
* mktables: Use global for Script_Extensions objectKarl Williamson2017-11-301-3/+2
* perluniprops: \p{Greek} is a shortcut for scx:greekKarl Williamson2017-11-301-5/+7
* perluniprops: Improve sortingKarl Williamson2017-11-291-16/+58
* $overloaded .= $x: don't stringify $xDavid Mitchell2017-11-281-6/+12
* mktables: Avoid some workKarl Williamson2017-11-231-7/+17
* Deparse: handle warnings NOFATALDavid Mitchell2017-11-231-5/+11
* Deparse: handle state attributesDavid Mitchell2017-11-232-7/+24
* Deparse: don't parenthesise state @a = ...David Mitchell2017-11-233-7/+19
* Don't Deparse "${$}abc" as "$$abc"David Mitchell2017-11-232-2/+11
* Deparse: avoid upgrading RV to GV in stash entriesDavid Mitchell2017-11-232-3/+33
* Deparse nested (($x .= ...) .= ...) correctly.David Mitchell2017-11-232-1/+8
* add OPpCONCAT_NESTED flagDavid Mitchell2017-11-231-1/+4
* Deparse.pm: handle optimised-away keys() betterDavid Mitchell2017-11-232-9/+53
* Bump the perl version in various places for 5.27.7Karen Etheridge2017-11-201-1/+1
* PATCH: [perl #132463] perluniprops for \p{Word}Karl Williamson2017-11-181-1/+2
* restore deparsing style for \&fooZefram2017-11-172-2/+32
* rip out quicksort and sort algorithm controlZefram2017-11-173-100/+19
* deparse trailing-colon barewords carefullyZefram2017-11-162-7/+59
* deparse ::CORE::foo barewords carefullyZefram2017-11-162-0/+4
* rip out CPAN-release cruft from B::DeparseZefram2017-11-161-135/+11
* fix handling of registered warning categoriesZefram2017-11-152-33/+42
* Remove use vars from B::DeparseTodd Rinaldo2017-11-152-3/+3
* lib/perl5db.pl: don't dump argless argsDavid Mitchell2017-11-151-8/+4
* lib/perl5db.t: remove debugging codeDavid Mitchell2017-11-151-1/+0
* Make perlbug.t forgiving about newlines.Craig A. Berry2017-11-131-1/+1
* Merge branch 'smoke-me/jkeenan/afresh/132401-file-copy' into bleadJames E Keenan2017-11-122-2/+9
|\
| * Increment $File::Copy::VERSIONJames E Keenan2017-11-061-1/+1
| * Support Time::HiRes::utime in File::CopyAndrew Fresh2017-11-062-1/+8
* | Replace multiple 'use vars' by 'our' in libNicolas R2017-11-1117-50/+69
* | Add support for --help and --version in perlbugTodd Rinaldo2017-11-101-1/+11
* | lib/locale.t: Clarify test nameKarl Williamson2017-11-091-1/+1
* | 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