Re2c Changelog

What's new in Re2c 0.14.3

May 21, 2015
  • applied patch '#27 re2c crashes reading files containing %{ %}' by Rui
  • dropped distfiles for MSVC (they are broken anyway)

New in Re2c 0.14.2 (Apr 3, 2015)

  • fixed #57 Wrong result only if another rule is present

New in Re2c 0.14.1 (Mar 2, 2015)

  • fixed #55 re2c-0.14: re2c -V outputs null byte

New in Re2c 0.14 (Feb 24, 2015)

  • Added generic input API 21 (#21 Support to configure how re2c code interfaced with the symbol buffer?)
  • fixed #46 re2c generates an infinite loop, depends on existence of previous parser
  • fixed #47 Dot output label escaped characters

New in Re2c 0.13.7.5 (Aug 26, 2014)

  • Fixed Gentoo bug: https://bugs.gentoo.org/show_bug.cgi?id=518904 (PHP lexer)

New in Re2c 0.13.7.4 (Aug 5, 2014)

  • Enabled 'make docs' only if configured with '--enable-docs'
  • Disallowed to use yacc/byacc instead of bison to build parser
  • Removed non-portable sed feature in script that runs tests