summaryrefslogtreecommitdiff
path: root/regen/regcomp.pl
Commit message (Expand)AuthorAgeFilesLines
* Account for 'less' reserving an extra columnKarl Williamson2020-11-301-2/+3
* Confine regnodes.h symbols to coreKarl Williamson2020-11-021-0/+3
* regnodes.h: Add two convenience bit masksKarl Williamson2020-10-161-0/+44
* regen/regcomp.pl: Generate #defines for UTF8nessKarl Williamson2020-10-141-8/+88
* regen/regcomp.pl: Change variable nameKarl Williamson2020-10-141-8/+8
* regen/regcomp.pl: Extract repeated format to a scalarKarl Williamson2020-10-021-2/+3
* regen/regcomp.pl: Add cautionary commentKarl Williamson2020-02-131-1/+2
* regen/regcomp.pl: Rename variableKarl Williamson2019-09-271-4/+4
* regen/regcomp.pl, regcomp.sym: CommentsKarl Williamson2019-09-271-20/+15
* regcomp.sym: longj field is a booleanKarl Williamson2018-11-161-1/+6
* regen/regcomp.pl: close FH before unlinkDaniel Dragan2018-03-011-1/+2
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-1/+1
* Get regen to work before 5.10Father Chrysostomos2016-07-161-2/+3
* Cleanup, document, and restructure regen/regcomp.plYves Orton2015-10-051-282/+478
* silence diagnostics in regen/regcomp.pl for nowYves Orton2014-09-171-2/+2
* only produce diagnostic warnings in regen/regcomp.pl when STDERR is a terminalYves Orton2014-09-171-1/+2
* Eliminate the duplicative regops BOL and EOLYves Orton2014-09-171-1/+20
* Fix for Coverity perl5 CID 29034: Out-of-bounds read (OVERRUN) overrun-local:...Jarkko Hietaniemi2014-04-301-1/+16
* Show intflags as well as extflagsYves Orton2013-06-221-1/+46
* Improve how regcomp.pl handles multibitsYves Orton2013-03-271-7/+16
* regcomp.pl: Calculate col widths for perldebgutsFather Chrysostomos2012-12-221-1/+1
* Regenerate the regnode table in perldebguts.pod automaticallyFather Chrysostomos2012-12-221-4/+62
* [perl #94490] const fold should not trigger special split " "Father Chrysostomos2012-09-221-1/+1
* regen/regcomp.pl: Allow ';' in commentsKarl Williamson2012-07-241-1/+1
* handle U suffixed unsigned int literals from regexp.hTony Cook2012-01-171-0/+4
* Add an optional third argument to open_new(), to invoke read_only_top() with.Nicholas Clark2011-05-191-4/+2
* Rename safer_open() to open_new(), and eliminate the first parameter.Nicholas Clark2011-05-191-1/+1
* Change close_and_rename() to read_only_bottom_close_and_rename()Nicholas Clark2011-01-231-5/+2
* In regen/*.pl, refactor the repeated code for close and rename if different.Nicholas Clark2011-01-231-6/+2
* In regen_lib.pl, when opening, first unlink a previous file of that name.Nicholas Clark2011-01-231-3/+0
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-6/+2
* regcomp.pl: Add capability for fields to be > 1 bitKarl Williamson2011-01-161-2/+24
* regcomp.pl -> regen/regcomp.plFather Chrysostomos2010-10-131-1/+1
* Move regen scripts to regen/Steffen Mueller2010-10-101-0/+320