This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
basic.t: Provide descriptions for all unit tests
[perl5.git] / regen / regcomp.pl
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/