SHA256
1
0
forked from pool/re2c

4 Commits

Author SHA256 Message Date
a217e866ff Accepting request 1323922 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/1323922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re2c?expand=0&rev=50
2025-12-23 12:43:42 +00:00
a31df15bf5 - Update to version 4.4
* Added generalized end-of-input symbol $ (#525). This change may
    break old code with conflicitng end-of-input rules, as they now
    have position-based precedence. The broken cases were reported
    with -Wdeprecated-eof-rule since version 4.3.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=62
2025-12-21 12:32:03 +00:00
dd4040a6f8 Accepting request 1321149 from devel:tools:compiler
OBS-URL: https://build.opensuse.org/request/show/1321149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/re2c?expand=0&rev=49
2025-12-05 15:50:38 +00:00
699ff2ef4b - Update to version 4.3.1
Bugfix release
  * allow conditions that have no rules except for default rule,
    use unsigned character type in C/C++ examples) and most
    importantly #564 - fix broken end of input rule $ with captures
    – the latter bug was inadvertently introduced in version 4.3.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=60
2025-12-04 12:16:26 +00:00
4 changed files with 23 additions and 4 deletions

BIN
re2c-4.3.tar.xz LFS

Binary file not shown.

3
re2c-4.4.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b6b865924447ef992d5db4e52fb9307e5f65f26edd43efa91395da810f4280a
size 1884312

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Dec 21 09:31:47 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 4.4
* Added generalized end-of-input symbol $ (#525). This change may
break old code with conflicitng end-of-input rules, as they now
have position-based precedence. The broken cases were reported
with -Wdeprecated-eof-rule since version 4.3.
-------------------------------------------------------------------
Tue Dec 2 13:05:45 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 4.3.1
Bugfix release
* allow conditions that have no rules except for default rule,
use unsigned character type in C/C++ examples) and most
importantly #564 - fix broken end of input rule $ with captures
the latter bug was inadvertently introduced in version 4.3.
-------------------------------------------------------------------
Fri Nov 7 07:51:22 UTC 2025 - pgajdos@suse.com

View File

@@ -17,7 +17,7 @@
Name: re2c
Version: 4.3
Version: 4.4
Release: 0
Summary: Tool for generating C-based recognizers from regular expressions
License: SUSE-Public-Domain