summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-01-01 18:45:27 +0000
committerBruno Haible <bruno@clisp.org>2009-01-01 18:45:27 +0000
commit1e72720e91d9ea1925cdab98bf6c515829282f20 (patch)
tree211dfb04de0b432531b0e96a801a4ad3404d9b21
parent5d57d2f5d9d571a125c4e1b483bd8a737ce66d93 (diff)
downloadgperf-1e72720e91d9ea1925cdab98bf6c515829282f20.tar.gz
Mention C99.
-rw-r--r--ChangeLog4
-rw-r--r--doc/gperf.texi9
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b8f829d..1fe80dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-01 Bruno Haible <bruno@clisp.org>
+
+ * doc/gperf.texi (Gperf Declarations): Mention the C99 standard.
+
2008-08-23 Bruno Haible <bruno@clisp.org>
* doc/gperf.texi (Output Copyright): Reword more carefully.
diff --git a/doc/gperf.texi b/doc/gperf.texi
index b3cf01a..7983e7e 100644
--- a/doc/gperf.texi
+++ b/doc/gperf.texi
@@ -17,7 +17,7 @@
@c some day we should @include version.texi instead of defining
@c these values at hand.
-@set UPDATED 24 August 2008
+@set UPDATED 1 January 2009
@set EDITION 3.0.3
@set VERSION 3.0.3
@c ---------------------
@@ -40,7 +40,7 @@
This file documents the features of the GNU Perfect Hash Function
Generator @value{VERSION}.
-Copyright @copyright{} 1989-2008 Free Software Foundation, Inc.
+Copyright @copyright{} 1989-2009 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
@@ -78,7 +78,7 @@ Software Foundation instead of in the original English.
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} 1989-2008 Free Software Foundation, Inc.
+Copyright @copyright{} 1989-2009 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
@@ -495,7 +495,8 @@ old-style C compilers, provided that you @code{#define const} to empty
for compilers which don't know about this keyword.
@item ANSI-C
-ANSI C. This language is understood by ANSI C compilers and C++ compilers.
+ANSI C. This language is understood by ANSI C (C89, ISO C90) compilers,
+ISO C99 compilers, and C++ compilers.
@item C++
C++. This language is understood by C++ compilers.