fef61209fe
- re2c-nogenerationdatedefault.patch: Default to --no-generation-date to avoid build-compare problems [BNC#915937] OBS-URL: https://build.opensuse.org/request/show/283858 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/re2c?expand=0&rev=13
119 lines
4.1 KiB
Plaintext
119 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Feb 3 11:35:34 UTC 2015 - crrodriguez@opensuse.org
|
|
|
|
- re2c-nogenerationdatedefault.patch: Default to
|
|
--no-generation-date to avoid build-compare problems [BNC#915937]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 11 23:03:37 UTC 2014 - crrodriguez@opensuse.org
|
|
|
|
- make test currently does nothing, make check however
|
|
executes the test suite.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 11 21:36:57 UTC 2014 - crrodriguez@opensuse.org
|
|
|
|
- version 0.13.7.5
|
|
* Added UTF-8 and UTF-16 support.
|
|
* fixed PHP HEREDOC problems.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 12 15:03:28 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Cleanup with spec-cleaner
|
|
- Sort out the %prep finds that are no longer needed.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 3 03:10:02 UTC 2013 - crrodriguez@opensuse.org
|
|
|
|
- version 0.13.6
|
|
* allow Yacc-style %{code brackets}%
|
|
* allow C++ // comments
|
|
* Fixed inplace configuration in -e mode
|
|
* Fixed Wrong start_label in -c mode.
|
|
* Fixed Unescaped backslash in file name of #line directive
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 9 20:17:36 UTC 2011 - andrea.turrini@gmail.com
|
|
|
|
- Fixed typo in re2c.spec
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 23 12:52:50 UTC 2010 - cristian.rodriguez@opensuse.org
|
|
|
|
- Use smp_flags
|
|
- when rebuilding the scanner use -g, to generate GCC specific
|
|
code that is slightly faster.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 26 18:36:53 CEST 2008 - mmarek@suse.cz
|
|
|
|
- updated to version 0.13.5
|
|
* Fixed sf#1952896 Segfault in re2c::Scanner::scan.
|
|
* Fixed sf#1952842 Regression.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 7 13:06:36 CEST 2008 - mmarek@suse.cz
|
|
|
|
- updated to version 0.13.4
|
|
* Added transparent handling of #line directives in input files.
|
|
* Added re2c:yyfill:check inplace configuration.
|
|
* Added re2c:define:YYSETSTATE:naked inplace configuration.
|
|
* Added re2c:flags:w and re2c:flags:u inplace configurations.
|
|
* Added the ability to add rules in 'use:re2c' blocks.
|
|
* Changed -r flag to accept only 'rules:re2c' and 'use:re2c'
|
|
blocks.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 17 20:33:16 CET 2008 - crrodriguez@suse.de
|
|
|
|
- update to version 0.13.3 , required for new PHP language parser
|
|
* Added -r flag to allow reuse of scanner definitions.
|
|
* Added -F flag to support flex syntax in rules.
|
|
* Fixed SEGV in scanner that occurs with very large blocks.
|
|
* Fixed issue with unused yybm.
|
|
* Partial support for flex syntax.
|
|
* Changed to allow /* comments with -c switch.
|
|
* Added flag -D/--emit-dot.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 4 14:20:48 CET 2008 - mmarek@suse.cz
|
|
|
|
- updated to version 0.13.1
|
|
* build fixes for non-linux platforms only
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 25 18:38:49 CEST 2007 - dmueller@suse.de
|
|
|
|
- add gcc-c++ buildrequires
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 25 11:58:00 CEST 2007 - dmueller@suse.de
|
|
|
|
- update to versoin 0.13.0:
|
|
* Fixed issue with short form of switches and parameter if not first switch.
|
|
* Fixed #1708378 segfault in actions.cc.
|
|
* Added -c and -t to generate scanners with (f)lex-like condition support.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 4 01:41:09 CEST 2007 - dmueller@suse.de
|
|
|
|
- update to version 0.12.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 1 22:00:58 CEST 2007 - mrueckert@suse.de
|
|
|
|
- update to version 0.11.3
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 4 09:41:10 CET 2007 - mrueckert@suse.de
|
|
|
|
- update to version 0.11.2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 21:06:08 CET 2007 - mrueckert@suse.de
|
|
|
|
- This version fixes a warning in the generated code that some
|
|
compilers issue. No other changes have been made.
|
|
|