summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* revert smartmatch to 5.27.6 behaviourZefram2017-12-297-80/+102
* minor grammar and punctuation fixesKaren Etheridge2017-12-281-2/+2
* Simplify Unicode::UCD::openunicode() and callersDagfinn Ilmari Mannsåker2017-12-281-43/+27
* Fix typo in POD for new Unicode::UCD::num() variantDagfinn Ilmari Mannsåker2017-12-281-1/+1
* lib/utf8.pm: Further clarification of UTF-8 flavorKarl Williamson2017-12-271-1/+2
* Unicode::UCD: Add optional paramter to num()Karl Williamson2017-12-272-15/+56
* Add warning for script runs being experimentalKarl Williamson2017-12-242-144/+149
* mktables: Generate _Perl_SCX propertyKarl Williamson2017-12-241-3/+71
* Unicode::UCD.pm Add undocumented internal featureKarl Williamson2017-12-241-4/+4
* mktables: Canonicalize '-' into '_'Karl Williamson2017-12-241-1/+1
* utf8.pm: Clarify that UTF-8 is Perl's extended formKarl Williamson2017-12-221-17/+15
* Bump the perl version in various places for v5.27.8Chris 'BinGOs' Williams2017-12-201-1/+1
* mktables: Use already set variableKarl Williamson2017-12-181-2/+1
* 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