summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* fix pod markup in warnings.pmZefram2017-12-181-2/+2
* [perl #132468] At _at_level warnings functionsFather Chrysostomos2017-12-171-4/+69
* merge branch zefram/dumb_matchZefram2017-12-177-101/+79
|\
| * add "whereis"Zefram2017-12-063-4/+38
| * internally change "when" to "whereso"Zefram2017-12-052-3/+3
| * change "when" keyword to "whereso"Zefram2017-12-053-15/+15
| * merge leavegiven op type into leaveloopZefram2017-12-052-12/+11
| * remove unused CXp_FOR_DEF and OPpITER_DEFZefram2017-11-291-4/+0
| * remove useless "break" mechanismZefram2017-11-293-9/+6
| * use LOOP struct for entergiven opZefram2017-11-291-1/+0
| * remove useless "default" mechanismZefram2017-11-282-31/+10
| * update doc in lib/ about smartmatchZefram2017-11-222-30/+5
| * drop op flag for implicit smartmatchZefram2017-11-221-11/+2
| * eviscerate smartmatchZefram2017-11-221-2/+10
* | Unicode::UCD: max code point is now IV_MAXKarl Williamson2017-12-162-8/+12
* | Declaration after statement in typemapFather Chrysostomos2017-12-101-1/+1
* | Avoid newGVgen in default typemapFather Chrysostomos2017-12-101-4/+8
* | put shadowing warnings in their own categoryZefram2017-12-061-2/+9
* | multiconcat: don't fold adjacent constantsDavid Mitchell2017-12-041-2/+9
* | perluniprops/mktables: Add code points matched annotationsKarl Williamson2017-12-031-22/+277
* | perluniprops/mktables: Add Definition conceptKarl Williamson2017-12-031-19/+34
* | perluniprops/mktables: Fix wong output.Karl Williamson2017-12-031-16/+27
* | 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