]> granicus.if.org Git - re2c/history - bootstrap
Added include/ subdirectory to distribution and updated bootsrap files.
[re2c] / bootstrap /
2019-08-02 Ulya TrofimovichAdded include/ subdirectory to distribution and updated...
2019-08-01 Ulya TrofimovichRe-applied manpage updates (accidentally reverted by...
2019-07-29 Ulya TrofimovichUpdated manpage.
2019-07-26 Ulya TrofimovichRegenerated bootstrap files (some files were not update...
2019-07-17 Ulya TrofimovichUpdated documentation for new options and directives.
2019-07-13 Ulya TrofimovichCosmetic: shortened macro name a bit and removed 'GXX...
2019-07-13 Ulya TrofimovichDisable ceratain warnings on bison-generated output...
2019-07-13 Ulya TrofimovichFixed Clang warning -Wshadow.
2019-07-13 Ulya TrofimovichFixed Clang warnings -Wextra-semi and -Wextra-semi...
2019-05-24 Ulya TrofimovichAdded option --input-encoding <ascii | utf8> that allow...
2019-05-08 Ulya Trofimovichlibre2c: extended lexer to handle some escape sequences...
2019-03-07 Ulya TrofimovichAdded tests for errors in case of out-of-bounds EOF...
2019-03-07 Ulya TrofimovichMoved re2c subdirectory to root directory and renamed...
2006-05-25 helly- Move . -> ./re2c
2006-04-17 helly- When ignoring more then a single line's content the...
2006-04-16 helly- Made two pass mode the default and dropped -t
2006-04-16 helly- Added -t switch to force two pass generation.
2006-04-16 helly- Improve error messge for trailing constxts in named...
2006-04-15 helly- Added /*!ignore!re2c */ to support documenting of...
2006-04-09 helly- Added /*!getstate:re2c */ which triggers generation...
2006-02-25 helly- Fix a warning (no more need to pass around out stream)
2006-02-01 helly- Prepare 0.10.0.rc1 release
2006-01-22 helly- Improve error messages and flush output before error out
2006-01-21 helly- Generic fix for oline generation (by providing specia...
2006-01-20 helly- Detect eof in comment
2006-01-20 helly- Applied #1411087 variable length trailing context.
2006-01-20 helly- Added re2c:startlabel configuration.
2006-01-17 helly- Applied #1408278 readsome with MSVC
2006-01-08 helly- Change to use istreadm::readsome() instead of unsafe...
2006-01-08 helly- Do a few things the right way to make modern compiler...
2006-01-02 helly- Add configuration to generate yybm in hexadecimal...
2006-01-02 helly- Prevent from allowing '::' in config names
2006-01-01 helly- Complex rule must be first
2006-01-01 helly- Added ability to control indendation string
2006-01-01 helly- Improve error messages
2006-01-01 helly- Constify
2006-01-01 helly- Constify
2005-12-31 helly- Regenerate
2005-12-31 helly- Add error message if 'indent' below zero
2005-12-31 helly- Regenerated
2005-12-30 helly- Added ability to control indendation.
2005-12-29 helly- Provide config_w32.h to be able to build out of the...
2005-12-28 helly- Correct #line directives
2005-12-28 helly- Added experimental unicode support
2005-12-28 helly- WS
2005-12-27 helly- Add error message for illegal closure forms
2005-12-27 helly- Fix bug 1390174 re2c cannot accept {0,}
2005-12-27 helly- Update bootstrab dir
2005-10-30 helly- Initialize yyaccept
2005-07-10 helly- Moved some actions into class Scanner to be able...
2005-07-09 helly- . must not include \n
2005-07-09 helly- Also implement '.' as shortcut for [\000-\377]
2005-07-09 helly- Implemented #1232777 negated char classes.
2005-06-26 helly- Prepare for 0.9.8 release
2005-04-24 helly- Fix generation of '#line' directives according to...
2005-04-08 helly- Fix [ 1163046 ] re2c hangs when processing valid...
2005-04-08 helly- Add /*!max:re2c */ which emits a '#define YYMAXFILL...
2004-11-01 nufferChanged scanner to use a 0 as a terminator for the...
2004-11-01 nufferUpdating.
2004-11-01 nufferModified the code to be in namespace re2c, this should...
2004-07-27 nufferModified to use a hex code for any non-printable character.
2004-05-13 nufferAdded -o option to specify the output file which also...
2004-05-13 nufferModified code to use portable c++ streams instead of...
2004-04-21 hellyBugfix 869297
2004-04-19 hellyBe more informative with error messages.
2004-04-19 hellyFeaturerequest #869298 (Add case insensitive string...
2004-03-30 hellyClose: [ 891940 ] braced quantifiers: {\d+(,|,\d+)...
2004-03-13 hellyNot needed here
2004-01-31 nufferIntegrated patch from UTF2000 wiki.
2004-01-31 nufferregenerated.
2004-01-31 nufferFixed things so they compile.
2003-12-13 nufferInitial revision