mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Mention C99.
This commit is contained in:
@@ -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>
|
2008-08-23 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* doc/gperf.texi (Output Copyright): Reword more carefully.
|
* doc/gperf.texi (Output Copyright): Reword more carefully.
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
@c some day we should @include version.texi instead of defining
|
@c some day we should @include version.texi instead of defining
|
||||||
@c these values at hand.
|
@c these values at hand.
|
||||||
@set UPDATED 24 August 2008
|
@set UPDATED 1 January 2009
|
||||||
@set EDITION 3.0.3
|
@set EDITION 3.0.3
|
||||||
@set VERSION 3.0.3
|
@set VERSION 3.0.3
|
||||||
@c ---------------------
|
@c ---------------------
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
This file documents the features of the GNU Perfect Hash Function
|
This file documents the features of the GNU Perfect Hash Function
|
||||||
Generator @value{VERSION}.
|
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
|
Permission is granted to make and distribute verbatim copies of this
|
||||||
manual provided the copyright notice and this permission notice are
|
manual provided the copyright notice and this permission notice are
|
||||||
@@ -78,7 +78,7 @@ Software Foundation instead of in the original English.
|
|||||||
|
|
||||||
@page
|
@page
|
||||||
@vskip 0pt plus 1filll
|
@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
|
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.
|
for compilers which don't know about this keyword.
|
||||||
|
|
||||||
@item ANSI-C
|
@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++
|
@item C++
|
||||||
C++. This language is understood by C++ compilers.
|
C++. This language is understood by C++ compilers.
|
||||||
|
|||||||
Reference in New Issue
Block a user