aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-02-27 00:38:18 +0200
committerSergey Poznyakoff <gray@gnu.org>2014-02-27 00:38:18 +0200
commite6e8a2a89a45f2f42b6aa0aeb56e43113eac5127 (patch)
tree55850cd83d541294d4d9948d78c127834111ae32
parentda04dd124470860ddc3128d179430a4b7e207a8a (diff)
downloadcflow-e6e8a2a89a45f2f42b6aa0aeb56e43113eac5127.tar.gz
cflow-e6e8a2a89a45f2f42b6aa0aeb56e43113eac5127.tar.bz2
Version 1.4.90
-rw-r--r--NEWS10
-rw-r--r--README11
-rw-r--r--configure.ac4
-rw-r--r--doc/cflow.14
4 files changed, 19 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index b41b60a..5edb361 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,18 @@
-GNU cflow NEWS -- history of user-visible changes. 2011-10-11
+GNU cflow NEWS -- history of user-visible changes. 2014-02-27
Copyright (C) 2005-2007, 2009-2011, 2014 Sergey Poznyakoff
See the end of file for copying conditions.
Please send cflow bug reports to <bug-cflow@gnu.org>.
+Version 1.4.90 (Git)
+
+* Correctly handle functions returning struct/union (fixes bug #31792)
+* Debugging output goes to stderr
+* Add a manpage
+* Consistent use of exit codes
+
+
Version 1.4, 2011-10-11
* Symbol aliases
diff --git a/README b/README
index a2c1a7d..a5d8ed3 100644
--- a/README
+++ b/README
@@ -27,10 +27,11 @@ was dubbed a GNU package.
* Current Status
-The package compiles and runs on GNU/Linux systems. It supports all
-command line switches required by POSIX, plus a number of extended
-ones. It is able to produce output in two formats: in GNU cflow format
-(which is the default) and in POSIX format.
+The package is fully operational. It compiles and runs on any
+GNU/Linux and most decent UNIX-like systems. It supports all command
+line switches required by POSIX, plus a number of extended ones. It is
+able to produce output in two formats: in GNU cflow format (which is
+the default) and in POSIX format.
Currently the utility is only able to process C sources. It is the
only deviation from POSIX specs, which requires ability to process
@@ -38,7 +39,7 @@ YACC and LEX sources as well as binary object files. This support will
appear in future versions.
Emacs module cflow-mode.el works with files in GNU cflow format (as
-opposed to POSIX format). It has been tested with Emacs 21.3.
+opposed to POSIX format). It has been tested with Emacs 24.2.1.
* Compilation
diff --git a/configure.ac b/configure.ac
index 8380736..7dfd109 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of GNU cflow
-# Copyright (C) 2005, 2007, 2009, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2007, 2009, 2011, 2014 Free Software Foundation, Inc.
#
# Written by Sergey Poznyakoff
#
@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.61)
-AC_INIT([GNU cflow], [1.4], [bug-cflow@gnu.org])
+AC_INIT([GNU cflow], [1.4.90], [bug-cflow@gnu.org])
AC_CONFIG_SRCDIR([src/cflow.h])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 gnits tar-ustar dist-bzip2 dist-xz std-options
diff --git a/doc/cflow.1 b/doc/cflow.1
index 592482a..def1496 100644
--- a/doc/cflow.1
+++ b/doc/cflow.1
@@ -13,7 +13,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with Cflow. If not, see <http://www.gnu.org/licenses/>.
-.TH CFLOW 1 "February 7, 2014" "CFLOW"
+.TH CFLOW 1 "February 27, 2014" "CFLOW"
.SH NAME
cflow \- generate a C-language flowgraph
.SH SYNOPSIS
@@ -197,7 +197,7 @@ Don't print line numbers.
\fB\-\-omit\-arguments\fR
Do not print argument lists in function declarations.
.TP
-\fB\-\-no\omit\-arguments\fR
+\fB\-\-no\-omit\-arguments\fR
Print argument lists in function declarations (the default).
.TP
\fB\-\-omit\-symbol\-names\fR

Return to:

Send suggestions and report system problems to the System administrator.