Skip to content

Commit

Permalink
Release 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
skvadrik committed Dec 14, 2019
1 parent ca41c36 commit e1901b7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
27 changes: 20 additions & 7 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,35 @@ Changelog
=========

----
1.2x
1.3x
----

1.2.2 (2019-12-14)
~~~~~~~~~~~~~~~~~~
1.3 (2019-12-14)
~~~~~~~~~~~~~~~~

- Added option: ``--stadfa``.

- Added warning: ``-Wsentinel-in-midrule``.

- Added ``--stadfa`` option that enables staDFA submatch extraction algorithm.
- Added generic API primitives:

- Added ``YYSTAGPD`` and ``YYMTAGPD`` configurations.
+ ``YYSTAGPD``
+ ``YYMTAGPD``

- Added ``-Wsentinel-in-midrule`` warning and ``re2c:sentinel`` configuration.
- Added configurations:

- Reproducible builds
+ ``re2c:sentinel = 0;``
+ ``re2c:define:YYSTAGPD = "YYSTAGPD";``
+ ``re2c:define:YYMTAGPD = "YYMTAGPD";``

- Worked on reproducible builds
(`#258 <https://github.com/skvadrik/re2c/pull/258>`_:
Make the build reproducible).

----
1.2x
----

1.2.1 (2019-08-11)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([re2c],[1.2.1],[[email protected]])
AC_INIT([re2c],[1.3],[[email protected]])
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip])
AM_SILENT_RULES([yes])

Expand Down

0 comments on commit e1901b7

Please sign in to comment.