Accepting request 826191 from home:polslinux:branches:devel:tools:compiler
- Update to version 2.0.2: * Go backend. The new Go code generation backend can be used either with a --lang go re2c option, or as a standalone re2go binary * Free-form generic API. Generic API now supports two styles * Improved reuse mode and start conditions * Backwards incompatible changes: + Generic APIs YYSHIFT/YYSHIFTSTAG/YYSHIFTMTAG have been added + Generic APIs YYSTAGPD/YYMTAGPD have been removed + The re2c🎏type-header option now treats the header filename as relative to the output directory + Some internal labels have been renamed, in particular the yyFillLabel prefix has been replaced with yyfill OBS-URL: https://build.opensuse.org/request/show/826191 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=37
This commit is contained in:
parent
62ffe94f58
commit
875a17d87c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f37f25ff760e90088e7d03d1232002c2c2672646d5844fdf8e0d51a5cd75a503
|
||||
size 1239280
|
3
re2c-2.0.2.tar.xz
Normal file
3
re2c-2.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cddbb558dbfd697a729cb4fd3f095524480283b89911ca5221835d8a67ae5e0
|
||||
size 1292972
|
16
re2c.changes
16
re2c.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 13 07:10:43 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to version 2.0.2:
|
||||
* Go backend. The new Go code generation backend can be used either
|
||||
with a --lang go re2c option, or as a standalone re2go binary
|
||||
* Free-form generic API. Generic API now supports two styles
|
||||
* Improved reuse mode and start conditions
|
||||
* Backwards incompatible changes:
|
||||
+ Generic APIs YYSHIFT/YYSHIFTSTAG/YYSHIFTMTAG have been added
|
||||
+ Generic APIs YYSTAGPD/YYMTAGPD have been removed
|
||||
+ The re2c:flags:type-header option now treats the header filename
|
||||
as relative to the output directory
|
||||
+ Some internal labels have been renamed, in particular the
|
||||
yyFillLabel prefix has been replaced with yyfill
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 08:52:11 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: re2c
|
||||
Version: 1.3
|
||||
Version: 2.0.2
|
||||
Release: 0
|
||||
Summary: Tool for generating C-based recognizers from regular expressions
|
||||
License: SUSE-Public-Domain
|
||||
@ -60,7 +60,9 @@ make check %{?_smp_mflags}
|
||||
%doc CHANGELOG
|
||||
%doc examples/
|
||||
%{_bindir}/re2c
|
||||
%{_bindir}/re2go
|
||||
%{_mandir}/man1/re2c.1%{?ext_man}
|
||||
%{_mandir}/man1/re2go.1.gz
|
||||
%dir %{_datadir}/re2c
|
||||
%dir %{_datadir}/re2c/stdlib
|
||||
%{_datadir}/re2c/stdlib/unicode_categories.re
|
||||
|
Loading…
Reference in New Issue
Block a user