aboutsummaryrefslogtreecommitdiff
path: root/doc/cflow.texi
AgeCommit message (Collapse)AuthorFiles
2022-01-02Update copyright yearSergey Poznyakoff1
2021-12-30Fix the "no invariant" text in the documentation licenseSergey Poznyakoff1
2021-12-23Fix the info direntry for cflow modeSergey Poznyakoff1
2021-11-05Document the --target option. New option --start: alias for --main.Sergey Poznyakoff1
2021-04-02Document the dot output formatSergey Poznyakoff1
2021-04-01Revise docstringsSergey Poznyakoff1
* src/main.c: Revise docstrings. Customize help output. * doc/cflow.texi: Remove obsolete passage. * po/POTFILES.in: Update. * configure.ac: Version 1.6.91 * NEWS: Update.
2021-03-30Accept multiple start symbolsSergey Poznyakoff1
* doc/cflow.texi: Document changes. * src/cflow.h (symbol_start): New flag. (install_starter,set_default_starter,clear_starters) (first_starter,next_starter): New protos. * src/main.c (no_main_option): New static; (start_name): Remove. (main): Change handling of the --main and --no-main options. * src/output.c (tree_output): Iterate over all defined starter symbols. * src/parser.c (get_symbol): Special handling for symbol_start. * src/symbol.c (install_starter,set_default_starter,clear_starters) (first_starter,next_starter): New functions.
2021-01-06Update copyright yearsSergey Poznyakoff1
2019-02-10Finish implementation of --allSergey Poznyakoff1
* doc/cflow.1: Document the --all --all behavior * doc/cflow.texi: Likewise. * src/main.c: Increment all_functions for each -A option. * src/output.c (tree_output): If one --all option is used, output graphs for all top-level functions (i.e. functions, not reachable from other ones). If used twice, output graphs for all global function. * tests/all.at: New test. * tests/Makefile.am: Add new test. * tests/testsuite.at: Likewise.
2019-02-08Fix the documentationSergey Poznyakoff1
2019-02-08Fix typoSergey Poznyakoff1
2019-02-08New options: --all and --no-mainSergey Poznyakoff1
* NEWS: Document --all and --no-main * configure.ac: Version 1.5.90 * doc/cflow.texi: Document --all and --no-main * src/cflow.h (all_functions): New extern. * src/main.c: New options: -A (--all) and --no-main * src/output.c (tree_output): Output all graphs if all_functions is set or no main function is defined.
2017-01-02Happy GNU YearSergey Poznyakoff1
2016-03-22Fix flowchart-generation rule in Makefile and in docsSergey Poznyakoff1
Don't use $@ in explicit rules.
2016-03-22Update copyright yearsSergey Poznyakoff1
2015-03-02Update copyright yearsSergey Poznyakoff1
2014-02-07Use exit codes consistently.Sergey Poznyakoff1
* doc/cflow.1: Document exit codes. * doc/cflow.texi: Likewise. * src/cflow.h: Define exit code constants. * src/main.c: Use exit codes consistently. * src/output.c: Likewise. * src/parser.c: Likewise. * src/posix.c: Likewise. * src/rc.c: Likewise.
2014-02-07Update copyright statements. Remove 'Front-Cover' clause from cflow.texiSergey Poznyakoff1
2011-10-11Final cleanup before the release.release-1_4Sergey Poznyakoff1
* NEWS: Update. * README: Update. * doc/cflow.texi: Update. * src/main.c (symbol_override): pass allocated argument to install. * src/parser.c (yyparse): Return 0.
2011-10-11Change to double-space sentence spacing in cflow.texi.Sergey Poznyakoff1
2011-10-11Improve the docs.Sergey Poznyakoff1
* doc/cflow.texi: Document symbol classes and aliases. * src/cflow.rc: Minor change. * src/main.c: Mention aliasing feature in the docstring for --symbol.
2010-01-02Update copyright years.Sergey Poznyakoff1
Happy GNU Year!
2007-05-18Add version-etc moduleSergey Poznyakoff1
2006-09-20UpdateSergey Poznyakoff1
2005-10-05Updated. Mention cflow2vcg and vcg tools.Sergey Poznyakoff1
2005-10-04Minor fixSergey Poznyakoff1
2005-10-04Fix posix outputSergey Poznyakoff1
2005-10-03Fix typoSergey Poznyakoff1
2005-09-27UpdatedSergey Poznyakoff1
2005-09-26UpdatedSergey Poznyakoff1
2005-09-26Use --no-OPTION instead of --OPTION=noSergey Poznyakoff1
2005-09-26Fixed wording and checked the spellingSergey Poznyakoff1
2005-09-25Finished! Some @FIXMEs left, though.Sergey Poznyakoff1
2005-09-25UpdatedSergey Poznyakoff1
2005-09-24UpdatedSergey Poznyakoff1
2005-09-19UpdatedSergey Poznyakoff1
2005-09-18UpdatedSergey Poznyakoff1
2005-09-18UpdatedSergey Poznyakoff1
2005-09-18UpdatedSergey Poznyakoff1
2005-09-17UpdatedSergey Poznyakoff1
2005-09-15Add planSergey Poznyakoff1
2005-09-14Update bug reporting address.Sergey Poznyakoff1
2005-05-18Changed FSF postal addressSergey Poznyakoff1
2005-03-19Documentation frameworkSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.