Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: re2c | Distribution: SUSE Linux Enterprise 15 |
Version: 1.0.3 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150000.3.3.1 | Build date: Mon Jul 31 12:03:56 2023 |
Group: Development/Libraries/C and C++ | Build host: sheep63 |
Size: 1265735 | Source RPM: re2c-1.0.3-150000.3.3.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: http://re2c.org/ | |
Summary: Tool for generating C-based recognizers from regular expressions |
re2c is a tool for writing fast and flexible lexers. Unlike other such tools, it concentrates solely on generating efficient code for matching regular expressions. This makes it suitable for a wide variety of applications. The generated scanners approach hand-crafted ones in terms of size and speed.
SUSE-Public-Domain
* Fri Jul 28 2023 psimons@suse.com - Apply "CVE-2018-21232-1.patch", "CVE-2018-21232-2.patch", "CVE-2018-21232-3.patch", and "CVE-2018-21232-4.patch" to fix an uncontrolled recursion that exists in re2c versions prior to 2.0 and that could lead to excess stack consumption. [CVE-2018-21232, bsc#1170890] * Thu Nov 09 2017 aavindraa@gmail.com - Update to version 1.0.3: * Fixes build failure on Mac OS X 10.5.8 with gcc 4.2.1 * Documentation fix * 2 examples removed * Mon Sep 04 2017 mpluskal@suse.com - Update to version 1.0.2: * Fixed bug #194 “Build with --enable-docs” * Updated documentation. - Changes for version 1.0.1: * Fixed bug #193 “1.0 build failure on macOS: error: calling a * private constructor of class ‘re2c::Rule’” - Changes for version 1.0: * Added several new options * Added new inplace confgurations * Added warning -Wnondeterministic-tags * Added fuzz-testing scripts * Added paper “Tagged Deterministic Finite Automata with Lookahead” * See provided CHANGELOG for full list of new features * Fixed bugs: + #121 “trailing contexts are fundamentally broken” + #135 “In installation make check give syntax error” + #137 “run_tests.sh fail when running configure script with absolute path” + #138 “website improvement” + #141 “Tests under Windows” + #142 “segvault with null terminated input” + #145 “Values for enum YYCONDTYPE are not generated when default rules with conditions are used” + #147 “Please add symbol name to “can’t find symbol” error message” + #152 “Line number in #line directive after enum YYCONDTYPE is 0-based” + #156 “Build with Visual Studio 14 2015: symbol name conflict” + #158 “Inconsistent forward declaration of struct/class vs definition” + #160 “Open text files with “wb” causes issues on Windows” + #162 “Reading files with “rb” causes issues in Windows” + #165 “Trailing context consumed if initial expression matches it” + #176 “re2c help message is too wide for most terminals” + #184 “Small documentation issue” * Sat Jan 30 2016 mpluskal@suse.com - Update to 0.16 * Fixed bug #127 "code generation error with wide chars and bitmaps (omitted 'goto' statement)" * Added DFA minimization and option '--dfa-minimization <table | moore>' * Fixed bug #128 "very slow DFA construction (resulting in a very large DFA)" * Fixed bug #132 "test failure on big endian archs with 0.15.3" - Make building more verbose * Fri Jan 08 2016 tchvatal@suse.com - Version update to 0.15.3: * Syntax expansion and various updates * See CHANGELOG for in-depth details - Rebase patch to apply: * re2c-nogenerationdatedefault.patch * Mon Oct 05 2015 mpluskal@suse.com - Update to 0.14.3 * applied patch '#27 re2c crashes reading files containing %{ %}' * dropped distfiles for MSVC (they are broken anyway) - Changes for 0.14.2 * fixed #57 Wrong result only if another rule is present * Fri Mar 13 2015 tchvatal@suse.com - Version bump to latest 0.14.1: * Plenty of bugfixes all around * Tue Feb 03 2015 crrodriguez@opensuse.org - re2c-nogenerationdatedefault.patch: Default to - -no-generation-date to avoid build-compare problems [BNC#915937] * Thu Dec 11 2014 crrodriguez@opensuse.org - make test currently does nothing, make check however executes the test suite. * Thu Dec 11 2014 crrodriguez@opensuse.org - version 0.13.7.5 * Added UTF-8 and UTF-16 support. * fixed PHP HEREDOC problems.
/usr/bin/re2c /usr/share/doc/packages/re2c /usr/share/doc/packages/re2c/CHANGELOG /usr/share/doc/packages/re2c/README /usr/share/doc/packages/re2c/examples /usr/share/doc/packages/re2c/examples/01_recognizing_integers.i.c /usr/share/doc/packages/re2c/examples/01_recognizing_integers.i.re /usr/share/doc/packages/re2c/examples/02_recognizing_strings.i.c /usr/share/doc/packages/re2c/examples/02_recognizing_strings.i.re /usr/share/doc/packages/re2c/examples/03_arbitrary_large_input.i.c /usr/share/doc/packages/re2c/examples/03_arbitrary_large_input.i.re /usr/share/doc/packages/re2c/examples/04_parsing_integers_blocks.i.c /usr/share/doc/packages/re2c/examples/04_parsing_integers_blocks.i.re /usr/share/doc/packages/re2c/examples/05_parsing_integers_conditions.ci.c /usr/share/doc/packages/re2c/examples/05_parsing_integers_conditions.ci.re /usr/share/doc/packages/re2c/examples/06_braille.cr8i.c /usr/share/doc/packages/re2c/examples/06_braille.cr8i.re /usr/share/doc/packages/re2c/examples/07_cxx98.i.c /usr/share/doc/packages/re2c/examples/07_cxx98.i.re /usr/share/doc/packages/re2c/examples/08_ipv4.i--tags.c /usr/share/doc/packages/re2c/examples/08_ipv4.i--tags.re /usr/share/doc/packages/re2c/examples/09_etc_passwd.i--tags.c /usr/share/doc/packages/re2c/examples/09_etc_passwd.i--tags.re /usr/share/doc/packages/re2c/examples/10_uri_rfc3986.i--tags.c /usr/share/doc/packages/re2c/examples/10_uri_rfc3986.i--tags.re /usr/share/doc/packages/re2c/examples/11_http_rfc7230.i--tags.c /usr/share/doc/packages/re2c/examples/11_http_rfc7230.i--tags.re /usr/share/doc/packages/re2c/examples/13_records.i--tags.c /usr/share/doc/packages/re2c/examples/13_records.i--tags.re /usr/share/doc/packages/re2c/examples/14_options.i--tags.c /usr/share/doc/packages/re2c/examples/14_options.i--tags.re /usr/share/doc/packages/re2c/examples/15_binsyms.i--input(custom).c /usr/share/doc/packages/re2c/examples/15_binsyms.i--input(custom).re /usr/share/doc/packages/re2c/examples/16_fake_sentinel.i--input(custom).c /usr/share/doc/packages/re2c/examples/16_fake_sentinel.i--input(custom).re /usr/share/doc/packages/re2c/examples/17_ifstream.i--input(custom).c /usr/share/doc/packages/re2c/examples/17_ifstream.i--input(custom).re /usr/share/doc/packages/re2c/examples/18_push_model.if.c /usr/share/doc/packages/re2c/examples/18_push_model.if.re /usr/share/doc/packages/re2c/loplas.ps /usr/share/doc/packages/re2c/sample.bib /usr/share/man/man1/re2c.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 15:02:59 2025