This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Use safer code practice
[perl5.git] / regen_perly.pl
2014-06-13 Jarkko HietaniemiRemove MAD.
2013-05-06 Nicholas ClarkImprove the logic in regen_perly.pl for manually genera...
2013-03-03 Ruslan Zakirovupdate regen_perly.pl to recognise bison 2.7
2012-09-25 Jesse Luehrsfix regen_perly.pl for bison 2.6
2012-08-08 Father ChrysostomosPrevent double frees/crashes with format syntax errs
2012-06-27 Reini Urbanregen_perly.pl: support latest bison-2.5.1
2012-06-13 David MitchellAvoid braces warning in regen_perly.pl
2012-01-19 Steffen SchwigonBump several file copyright dates
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 ClarkStore the SHA-256 of the source in files generated...
2011-01-23 Nicholas ClarkOutput "read only" editor blocks from regen_perly.pl
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in misc. files.
2010-10-14 Zeframaf00134636ffe4172cbffeaed3bbad802e58d8a0 broke regen_perly.
2010-08-28 Zeframavoid unnecessarily changing timestamp on perly.h
2010-05-04 Leon BrocardGive an error message if bison is not found at all
2009-03-24 Vincent PitUpdate the version requirement message in regen_perly.pl
2009-03-24 Vincent PitMake regen_perly.pl compatible with bison 2.4
2006-12-17 Dave Mitchellmerge the four parser stacks into one
2006-12-16 Dave Mitchellremove extraneous declaration prom perly.tab
2006-12-13 Dave Mitchellmisc MAD coredump fixes and parser leak fixes
2006-12-10 Dave Mitchellparser: expand yy_is_opval[] to include all value types
2006-12-04 Dave Mitchellanother fix for bison 2.3
2006-12-03 Dave Mitchelladd support for bison 2.3
2006-07-17 Steve HayAvoid an error that VC++'s resource compiler seems...
2006-05-27 Dave Mitchellstop OPs leaking in eval "syntax error"
2006-03-11 Nicholas ClarkFix the last 2 perly.y specific parts of regen_perly...
2005-10-13 Rafael Garcia-SuarezThe new REQUIRE token introduced by change 25599 must be
2005-09-04 Yitzchak Scott-Tho... Re: [perl #37039] perlref documentation about optional...
2005-05-07 Dave Mitchelladd 1.875c to the list of supported bisons
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-02-10 Marcus Holland-Moritzregen_perly.pl runs fine with bison 2.0.
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....