2011-10-14 12:27:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 14 12:22:32 UTC 2011 - puzel@suse.com
|
|
|
|
|
|
|
|
- update to cflow-1.4
|
|
|
|
* Symbol aliases
|
|
|
|
The `--symbol' option has been extended to allow for defining
|
|
|
|
symbol aliases. Aliases are useful for declaring reserved
|
|
|
|
words such as `__restrict' or `__inline'. For example,
|
|
|
|
the option `--symbol __restrict:=restrict' instructs cflow
|
|
|
|
to treat `__restrict' exactly as `restrict'.
|
|
|
|
* New syntactic class: qualifiers
|
|
|
|
Tokens in this class can legitimately appear in place of C
|
|
|
|
qualifiers, such as `static' or `inline'. This class is useful
|
|
|
|
for some compiler-depending keywords, such as `__extension__'
|
|
|
|
in gcc. The usual declaration of this symbol is `--symbol
|
|
|
|
__extension__:qualifier'.
|
|
|
|
* Speed up recursive call detection.
|
|
|
|
* Fix parsing of typedefs after `struct'.
|
|
|
|
* Fix the output of branch marks in tree mode.
|
|
|
|
* Fix processing of static inline functions (RH bug 650716).
|
|
|
|
- drop cflow-fix-yyparse-return-type.patch (upstream)
|
|
|
|
|
2011-04-11 11:25:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 11 11:22:43 UTC 2011 - puzel@novell.com
|
|
|
|
|
|
|
|
- use spec-cleaner
|
|
|
|
|
2011-04-11 11:13:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 12 11:36:39 CEST 2009 - puzel@novell.com
|
|
|
|
|
|
|
|
- update to cflow-1.3
|
|
|
|
* Optimize symbol tables.
|
|
|
|
* New symbol tables considerably improve the program performance.
|
|
|
|
* Bugfixes.
|
|
|
|
- drop cflow-fix-extern-inline.patch (fixed upstream)
|
|
|
|
|
2009-01-06 11:08:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 5 15:48:53 CET 2009 - puzel@suse.cz
|
|
|
|
|
|
|
|
- do 'make check' in spec
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 17 11:22:32 CET 2008 - puzel@suse.cz
|
|
|
|
|
|
|
|
- initial package (version 1.2)
|
|
|
|
|