forked from pool/cflow
33a0ebf1f6
- update to 1.7: * Multiple start functions are allowed * New option --target=FUNCTION * New output format: dot The '-f dot' (or '--format=dot') option instructs cflow to output graph as a description in DOT language, suitable as input to graphviz programs. * Bugfixes: ** CVE-2019-16165 ** CVE-2019-16166 ** Fix parsing of K&R style function declarations ** Improve parsing of typecasts ** Fix recursive call detection OBS-URL: https://build.opensuse.org/request/show/943855 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cflow?expand=0&rev=11
95 lines
3.3 KiB
Plaintext
95 lines
3.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jan 4 21:52:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.7:
|
|
* Multiple start functions are allowed
|
|
* New option --target=FUNCTION
|
|
* New output format: dot
|
|
The '-f dot' (or '--format=dot') option instructs cflow to output
|
|
graph as a description in DOT language, suitable as input to graphviz
|
|
programs.
|
|
* Bugfixes:
|
|
** CVE-2019-16165
|
|
** CVE-2019-16166
|
|
** Fix parsing of K&R style function declarations
|
|
** Improve parsing of typecasts
|
|
** Fix recursive call detection
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 19 09:26:16 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Update license information
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 25 08:05:15 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Modernise spec file with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 23 19:41:30 UTC 2019 - seanlew@opensuse.org
|
|
|
|
- Update to version 1.6:
|
|
* New option --all (-A)
|
|
* New option --no-main
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 18 17:35:02 UTC 2016 - mpluskal@suse.com
|
|
|
|
- Update to version 1.5:
|
|
* Correctly handle functions returning struct/union (fixes bug
|
|
#31792)
|
|
* Gracefully handle invalid inputs (fixes bug #44113)
|
|
* Debugging output goes to stderr
|
|
* Add a manpage
|
|
* Consistent use of exit codes
|
|
- Cleanup spec file with spec-cleaner
|
|
- Use url for source
|
|
- Add gpg signature
|
|
|
|
-------------------------------------------------------------------
|
|
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)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 11 11:22:43 UTC 2011 - puzel@novell.com
|
|
|
|
- use spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
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)
|
|
|
|
-------------------------------------------------------------------
|
|
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)
|
|
|