summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* warnings.pm: sprintf is faster than concatFather Chrysostomos2018-03-111-2/+3
* (perl #132925) don't use $0 to get the name of mk_invlists.plTony Cook2018-03-061-5/+6
* Revert "charclasslists.h: script enums visible to CORE,EXT"Karl Williamson2018-03-051-2/+1
* Bump version of POSIX.pm to 1.83; warnings to 1.42Karl Williamson2018-03-021-1/+1
* regen/regcomp.pl: close FH before unlinkDaniel Dragan2018-03-011-1/+2
* warnings.pm: _at_level functions and chunky handlesFather Chrysostomos2018-02-271-1/+4
* pp_multiconcat: correctly honour stringifyDavid Mitchell2018-02-191-1/+1
* Add 'alpha_assertions' warnings categoryKarl Williamson2018-02-181-0/+2
* ‘Nonelems’ for pushing sparse array on the stackFather Chrysostomos2018-02-181-0/+3
* bump $warnings::VERSIONTony Cook2018-02-121-1/+1
* warnings: Omit handle when $. is 0Slaven Rezić2018-02-111-1/+1
* charclasslists.h: script enums visible to CORE,EXTKarl Williamson2018-01-301-1/+2
* regen/mk_invlists.pl: Allow override of where enums get definedKarl Williamson2018-01-301-2/+7
* regen/mk_invlists.pl: Allow multiple files to accessKarl Williamson2018-01-301-3/+10
* tr/// functions: add some basic code commentsDavid Mitchell2018-01-191-6/+7
* Use ck_null for ~.Father Chrysostomos2018-01-091-3/+1
* regen/mk_invlists.pl: Add table for currency symbolsKarl Williamson2018-01-011-0/+2
* Update docs wrt bitwise opsFather Chrysostomos2017-12-311-8/+4
* Enable bitwise feature with ‘use v5.28’Father Chrysostomos2017-12-311-1/+1
* revert smartmatch to 5.27.6 behaviourZefram2017-12-294-10/+15
* Add warning for script runs being experimentalKarl Williamson2017-12-241-1/+3
* regen/mk_invlists.pl: Generate tables for scx propertyKarl Williamson2017-12-241-0/+72
* regen/mk_invlists.pl: Don't generate unneeded #defineKarl Williamson2017-12-241-2/+3
* regen/mk_invlists.pl: Add support of 'sl' formatsKarl Williamson2017-12-241-4/+122
* regen/mk_invlists.pl: Simplify handling of early Unicode releasesKarl Williamson2017-12-241-191/+75
* regen/mk_invlists.pl: Add defensive checkKarl Williamson2017-12-241-0/+1
* regen/mk_invlists.pl: Fix name clash handlerKarl Williamson2017-12-241-1/+7
* 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-174-15/+10
|\
| * add "whereis"Zefram2017-12-061-0/+2
| * internally change "when" to "whereso"Zefram2017-12-051-2/+2
| * change "when" keyword to "whereso"Zefram2017-12-052-4/+4
| * merge leavegiven op type into leaveloopZefram2017-12-051-1/+0
| * remove unused CXp_FOR_DEF and OPpITER_DEFZefram2017-11-291-1/+0
| * remove useless "break" mechanismZefram2017-11-292-3/+0
| * use LOOP struct for entergiven opZefram2017-11-291-1/+1
| * remove useless "default" mechanismZefram2017-11-281-2/+0
| * update doc in lib/ about smartmatchZefram2017-11-221-2/+2
| * eviscerate smartmatchZefram2017-11-221-1/+1
* | regen/mk_invlists.pl: reformulate a branch and outdentKarl Williamson2017-12-161-124/+123
* | regen/mk_invlists.pl: Outdent codeKarl Williamson2017-12-161-158/+156
* | regen/mk_invlists.pl: Fix typoKarl Williamson2017-12-161-1/+1
* | Add PERL_REENTRANT for XS modulesKarl Williamson2017-12-131-1/+1
* | put shadowing warnings in their own categoryZefram2017-12-061-1/+2
* | add OPpCONCAT_NESTED flagDavid Mitchell2017-11-231-0/+11
|/
* regen/unicode_constants.pl: Add U+10FFFF entryKarl Williamson2017-11-181-0/+2
* rip out quicksort and sort algorithm controlZefram2017-11-171-1/+0
* fix handling of registered warning categoriesZefram2017-11-151-36/+50
* Replace multiple 'use vars' by 'our' in regen.Nicolas R2017-11-112-4/+4