summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* warnings.pm: sprintf is faster than concatFather Chrysostomos2018-03-111-2/+3
* (perl #132925) correct path handling in mktablesTony Cook2018-03-061-3/+3
* Bump version of POSIX.pm to 1.83; warnings to 1.42Karl Williamson2018-03-021-1/+1
* regenSawyer X2018-03-021-1/+1
* warnings.pm: _at_level functions and chunky handlesFather Chrysostomos2018-02-271-1/+4
* pp_multiconcat: correctly honour stringifyDavid Mitchell2018-02-191-1/+105
* redo magic/overload handing in pp_multiconcatDavid Mitchell2018-02-191-1/+24
* Add 'alpha_assertions' warnings categoryKarl Williamson2018-02-181-10/+15
* lib/locale_threads.t: Add safe thread testKarl Williamson2018-02-181-3/+70
* bump $warnings::VERSIONTony Cook2018-02-121-1/+1
* warnings: Omit handle when $. is 0Slaven Rezić2018-02-111-1/+1
* fix tr/// Deparse tests under EBCDICDavid Mitchell2018-02-071-3/+3
* Bump the perl version in various places for 5.27.9Abigail2018-01-201-1/+1
* move sub attributes before the signatureDavid Mitchell2018-01-192-13/+15
* tr///; simplify $utf8 =~ tr/nonutf8/nonutf8/David Mitchell2018-01-191-2/+3
* tr///c: handle len(replacement charlist) > 32767David Mitchell2018-01-191-1/+4
* B, Deparse fixups for tr///cDavid Mitchell2018-01-192-2/+17
* Update docs wrt bitwise opsFather Chrysostomos2017-12-312-10/+6
* Enable bitwise feature with ‘use v5.28’Father Chrysostomos2017-12-311-4/+4
* 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