This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct code-like snippet in documentation
[perl5.git] / regen / regcomp.pl
2023-01-09 Yves Ortonregcomp.pl - fixup intflags debug data to handle gaps...
2022-12-24 Yves Ortonregen/regcomp.pl - use regen/HeaderParser to read regno...
2022-11-05 Yves Ortonregen/regcomp.pl - add more detail on what the script...
2022-08-06 Yves Ortonregen/regcomp.pl - Apparently this extra const breaks g++
2022-08-06 Yves Ortonregex engine - replace many attribute arrays with one
2022-08-03 Yves Ortonregex engine - Rename PL_reg_name to PL_regnode_name
2022-08-03 Yves Ortonregex engine - Rename PL_reg_off_by_arg to PL_regnode_o...
2022-08-03 Yves Ortonregex engine - Rename PL_regkind to PL_regnode_kind
2022-08-03 Yves Ortonregex engine - Rename PL_regargvaries to PL_regnode_arg...
2022-08-03 Yves Ortonregex engine - Rename PL_regarglen to PL_regnode_arg_len
2022-08-03 Yves Ortonregen/regcomp.pl - add PL_regargvaries
2022-08-03 Yves Ortonregen/regcomp.pl - add a way to dump the node/state...
2022-08-03 Yves Ortonregen/regcomp.pl - fix documentation (add missing PL_...
2022-08-03 Yves Ortonregcomp.pl - use the regnode typedefs in EXTRA_SIZE...
2022-08-03 Yves Ortonregex engine - Rename reg_off_by_arg to PL_reg_off_by_arg
2022-08-03 Yves Ortonregex engine rename -> reg_off_by_arg
2022-08-03 Yves Ortonregen/regcomp.pl - create typedefs for all regnode...
2022-08-03 Yves Ortonregen/regcomp.pl - Make regarglen available as PL_regar...
2021-08-23 Karl Williamsonregnodes.h: Add new set of defines
2020-12-01 Karl WilliamsonAccount for 'less' reserving an extra column
2020-11-02 Karl WilliamsonConfine regnodes.h symbols to core
2020-10-16 Karl Williamsonregnodes.h: Add two convenience bit masks
2020-10-14 Karl Williamsonregen/regcomp.pl: Generate #defines for UTF8ness
2020-10-14 Karl Williamsonregen/regcomp.pl: Change variable name
2020-10-02 Karl Williamsonregen/regcomp.pl: Extract repeated format to a scalar
2020-02-13 Karl Williamsonregen/regcomp.pl: Add cautionary comment
2019-09-27 Karl Williamsonregen/regcomp.pl: Rename variable
2019-09-27 Karl Williamsonregen/regcomp.pl, regcomp.sym: Comments
2018-11-16 Karl Williamsonregcomp.sym: longj field is a boolean
2018-03-01 Daniel Draganregen/regcomp.pl: close FH before unlink
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-07-16 Father ChrysostomosGet regen to work before 5.10
2015-10-05 Yves OrtonCleanup, document, and restructure regen/regcomp.pl
2014-09-17 Yves Ortonsilence diagnostics in regen/regcomp.pl for now
2014-09-17 Yves Ortononly produce diagnostic warnings in regen/regcomp.pl...
2014-09-17 Yves OrtonEliminate the duplicative regops BOL and EOL
2014-04-29 Jarkko HietaniemiFix for Coverity perl5 CID 29034: Out-of-bounds read...
2013-06-22 Yves OrtonShow intflags as well as extflags
2013-03-27 Yves OrtonImprove how regcomp.pl handles multibits
2012-12-23 Father Chrysostomosregcomp.pl: Calculate col widths for perldebguts
2012-12-23 Father ChrysostomosRegenerate the regnode table in perldebguts.pod automat...
2012-09-23 Father Chrysostomos[perl #94490] const fold should not trigger special...
2012-07-25 Karl Williamsonregen/regcomp.pl: Allow ';' in comments
2012-01-16 Tony Cookhandle U suffixed unsigned int literals from regexp.h
2011-05-19 Nicholas ClarkAdd an optional third argument to open_new(), to invoke...
2011-05-19 Nicholas ClarkRename safer_open() to open_new(), and eliminate the...
2011-01-23 Nicholas ClarkChange close_and_rename() to read_only_bottom_close_and...
2011-01-23 Nicholas ClarkIn regen/*.pl, refactor the repeated code for close...
2011-01-23 Nicholas ClarkIn regen_lib.pl, when opening, first unlink a previous...
2011-01-23 Nicholas ClarkMove all the generated file header printing into read_o...
2011-01-16 Karl Williamsonregcomp.pl: Add capability for fields to be > 1 bit
2010-10-14 Father Chrysostomosregcomp.pl -> regen/regcomp.pl
2010-10-10 Steffen MuellerMove regen scripts to regen/