1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +00:00

Version 3.0.1.

This commit is contained in:
Bruno Haible
2003-06-12 16:59:53 +00:00
parent fcd638a42f
commit 7f0e124409
18 changed files with 35 additions and 18 deletions

View File

@@ -1,3 +1,16 @@
2003-06-12 Bruno Haible <bruno@clisp.org>
* gperf-3.0.1 released.
* src/version.cc: Bump version number to 3.0.1.
* doc/gperf.texi: Likewise.
* tests/c-parse.exp, tests/charsets.exp, tests/chill.exp,
tests/cplusplus.exp, tests/gpc.exp, tests/incomplete.exp,
tests/java.exp, tests/languages.exp, tests/modula2.exp,
tests/objc.exp, tests/permut2.exp, tests/permut3.exp,
tests/permutc2.exp, tests/test-4.exp: Update.
2003-05-31 Bruno Haible <bruno@clisp.org> 2003-05-31 Bruno Haible <bruno@clisp.org>
* doc/gperf.texi (User-supplied Struct): Mention the possibility of an * doc/gperf.texi (User-supplied Struct): Mention the possibility of an

4
NEWS
View File

@@ -1,3 +1,7 @@
New in 3.0.1:
* Bug fix.
New in 3.0: New in 3.0:
* Added option --output that allows to specify the output file name. * Added option --output that allows to specify the output file name.

View File

@@ -7,9 +7,9 @@
@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 7 May 2003 @set UPDATED 12 June 2003
@set EDITION 3.0 @set EDITION 3.0.1
@set VERSION 3.0 @set VERSION 3.0.1
@c --------------------- @c ---------------------
@c remove the black boxes generated in the GPL appendix. @c remove the black boxes generated in the GPL appendix.

View File

@@ -25,4 +25,4 @@
#include "version.h" #include "version.h"
/* Current release version. */ /* Current release version. */
const char *version_string = "3.0"; const char *version_string = "3.0.1";

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -L C -F ', 0, 0' -j1 -i 1 -g -o -t -G -N is_reserved_word -k'1,3,$' */ /* Command-line: ../src/gperf -L C -F ', 0, 0' -j1 -i 1 -g -o -t -G -N is_reserved_word -k'1,3,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -C -E -G -I -t */ /* Command-line: ../src/gperf -C -E -G -I -t */
/* Computed positions: -k'1-11,22,$' */ /* Computed positions: -k'1-11,22,$' */

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -L C -F ', 0, 0, 0' -D -E -S1 -j1 -i 1 -g -o -t -k'*' */ /* Command-line: ../src/gperf -L C -F ', 0, 0, 0' -D -E -S1 -j1 -i 1 -g -o -t -k'*' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -L C -F ', 0, 0' -j1 -g -o -t -N is_reserved_word -k'1,4,7,$' */ /* Command-line: ../src/gperf -L C -F ', 0, 0' -j1 -g -o -t -N is_reserved_word -k'1,4,7,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -g -o -j1 -t -N is_reserved_word */ /* Command-line: ../src/gperf -g -o -j1 -t -N is_reserved_word */
/* Computed positions: -k'1,$' */ /* Computed positions: -k'1,$' */

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -t */ /* Command-line: ../src/gperf -t */
/* Computed positions: -k'1,3' */ /* Computed positions: -k'1,3' */

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -L C -F ', 0' -t -j1 -i 1 -g -o -N java_keyword -k'1,3,$' */ /* Command-line: ../src/gperf -L C -F ', 0' -t -j1 -i 1 -g -o -N java_keyword -k'1,3,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -C -E -G -I -t */ /* Command-line: ../src/gperf -C -E -G -I -t */
/* Computed positions: -k'1-3,5,$' */ /* Computed positions: -k'1-3,5,$' */

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -n -k1-8 -l */ /* Command-line: ../src/gperf -n -k1-8 -l */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -j1 -i 1 -g -o -t -N is_reserved_word -k'1,3,$' */ /* Command-line: ../src/gperf -j1 -i 1 -g -o -t -N is_reserved_word -k'1,3,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -m5 */ /* Command-line: ../src/gperf -m5 */
/* Computed positions: -k'1-2' */ /* Computed positions: -k'1-2' */

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -m5 */ /* Command-line: ../src/gperf -m5 */
/* Computed positions: -k'1-2' */ /* Computed positions: -k'1-2' */

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -m5 --ignore-case */ /* Command-line: ../src/gperf -m5 --ignore-case */
/* Computed positions: -k'1-2' */ /* Computed positions: -k'1-2' */

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0 */ /* C code produced by gperf version 3.0.1 */
/* Command-line: ../src/gperf -D -t -k'1,$' */ /* Command-line: ../src/gperf -D -t -k'1,$' */
#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \