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

* gperf-3.0.4 released.

* src/version.cc: Bump to 3.0.4.
	* tests/*.exp: Bump to 3.0.4 in header.
	* doc/gperf.1: Regenerate with gperf 3.0.4.
This commit is contained in:
Brendan Kehoe
2009-02-01 12:08:19 +00:00
parent 60039baf67
commit fb59b79a62
17 changed files with 27 additions and 18 deletions

View File

@@ -1,3 +1,12 @@
2009-02-01 Brendan Kehoe <brendan@zen.org>
* gperf-3.0.4 released.
* src/version.cc: Bump to 3.0.4.
* tests/*.exp: Bump to 3.0.4 in header.
* doc/gperf.1: Regenerate with gperf 3.0.4.
* doc/texinfo.tex: Update to copy from texinfo-4.13.
2009-01-19 Bruno Haible <bruno@clisp.org> 2009-01-19 Bruno Haible <bruno@clisp.org>
Don't include the length in the hash function if all keywords have the Don't include the length in the hash function if all keywords have the

View File

@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.23.
.TH GPERF "1" "May 2007" "GNU gperf 3.0.3" FSF .TH GPERF "1" "January 2009" "GNU gperf 3.0.4" FSF
.SH NAME .SH NAME
gperf \- generate a perfect hash function from a key set gperf \- generate a perfect hash function from a key set
.SH SYNOPSIS .SH SYNOPSIS
@@ -198,7 +198,7 @@ Written by Douglas C. Schmidt and Bruno Haible.
.SH "REPORTING BUGS" .SH "REPORTING BUGS"
Report bugs to <bug-gnu-gperf@gnu.org>. Report bugs to <bug-gnu-gperf@gnu.org>.
.SH COPYRIGHT .SH COPYRIGHT
Copyright \(co 1989-1998, 2000-2004, 2006-2007 Free Software Foundation, Inc. Copyright \(co 1989-1998, 2000-2004, 2006-2007, 2009 Free Software Foundation, Inc.
.br .br
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

View File

@@ -1,6 +1,6 @@
/* Current program version number. /* Current program version number.
Copyright (C) 1989-1998, 2000, 2002-2003, 2005, 2007 Free Software Foundation, Inc. Copyright (C) 1989-1998, 2000, 2002-2003, 2005, 2007, 2009 Free Software Foundation, Inc.
Written by Douglas C. Schmidt <schmidt@ics.uci.edu> Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
and Bruno Haible <bruno@clisp.org>. and Bruno Haible <bruno@clisp.org>.
@@ -23,4 +23,4 @@
#include "version.h" #include "version.h"
/* Current release version. */ /* Current release version. */
const char *version_string = "3.0.3"; const char *version_string = "3.0.4";

View File

@@ -1,4 +1,4 @@
/* C code produced by gperf version 3.0.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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.3 */ /* C code produced by gperf version 3.0.4 */
/* 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) \