mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Release gperf-3.2.
* src/version.cc (version_string): Bump to 3.2. * src/options.cc (Options::parse_options): Bump copyright year. * tests/*.exp: Update. * doc/gperf.texi: Bump date.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2022-01-05 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Release gperf-3.2.
|
||||||
|
* src/version.cc (version_string): Bump to 3.2.
|
||||||
|
* src/options.cc (Options::parse_options): Bump copyright year.
|
||||||
|
* tests/*.exp: Update.
|
||||||
|
* doc/gperf.texi: Bump date.
|
||||||
|
|
||||||
2021-06-06 Michael Drake <tlsa@netsurf-browser.org> (tiny change)
|
2021-06-06 Michael Drake <tlsa@netsurf-browser.org> (tiny change)
|
||||||
|
|
||||||
Honor --readonly-tables when outputting table for --ignore-case.
|
Honor --readonly-tables when outputting table for --ignore-case.
|
||||||
|
|||||||
@@ -17,9 +17,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 17 September 2018
|
@set UPDATED 5 January 2022
|
||||||
@set EDITION 3.1
|
@set EDITION 3.2
|
||||||
@set VERSION 3.1
|
@set VERSION 3.2
|
||||||
@c ---------------------
|
@c ---------------------
|
||||||
|
|
||||||
@c remove the black boxes generated in the GPL appendix.
|
@c remove the black boxes generated in the GPL appendix.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* Handles parsing the Options provided to the user.
|
/* Handles parsing the Options provided to the user.
|
||||||
Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011, 2016-2018 Free Software Foundation, Inc.
|
Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011, 2016-2018, 2022 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>.
|
||||||
|
|
||||||
@@ -1021,7 +1021,7 @@ License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n
|
|||||||
This is free software: you are free to change and redistribute it.\n\
|
This is free software: you are free to change and redistribute it.\n\
|
||||||
There is NO WARRANTY, to the extent permitted by law.\n\
|
There is NO WARRANTY, to the extent permitted by law.\n\
|
||||||
",
|
",
|
||||||
"1989-2018");
|
"2022");
|
||||||
fprintf (stdout, "Written by %s and %s.\n",
|
fprintf (stdout, "Written by %s and %s.\n",
|
||||||
"Douglas C. Schmidt", "Bruno Haible");
|
"Douglas C. Schmidt", "Bruno Haible");
|
||||||
exit (0);
|
exit (0);
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Current program version number.
|
/* Current program version number.
|
||||||
|
|
||||||
Copyright (C) 1989-1998, 2000, 2002-2003, 2005, 2007, 2009 Free Software Foundation, Inc.
|
Copyright (C) 1989-1998, 2000, 2002-2003, 2005, 2007, 2009, 2022 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.1";
|
const char *version_string = "3.2";
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* C code produced by gperf version 3.1 */
|
/* C code produced by gperf version 3.2 */
|
||||||
/* 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) \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* ANSI-C code produced by gperf version 3.1 */
|
/* ANSI-C code produced by gperf version 3.2 */
|
||||||
/* 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,$' */
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* C code produced by gperf version 3.1 */
|
/* C code produced by gperf version 3.2 */
|
||||||
/* 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) \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* C code produced by gperf version 3.1 */
|
/* C code produced by gperf version 3.2 */
|
||||||
/* 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) \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* ANSI-C code produced by gperf version 3.1 */
|
/* ANSI-C code produced by gperf version 3.2 */
|
||||||
/* 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,$' */
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* ANSI-C code produced by gperf version 3.1 */
|
/* ANSI-C code produced by gperf version 3.2 */
|
||||||
/* Command-line: ../src/gperf -t */
|
/* Command-line: ../src/gperf -t */
|
||||||
/* Computed positions: -k'1,3' */
|
/* Computed positions: -k'1,3' */
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* C code produced by gperf version 3.1 */
|
/* C code produced by gperf version 3.2 */
|
||||||
/* 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) \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* ANSI-C code produced by gperf version 3.1 */
|
/* ANSI-C code produced by gperf version 3.2 */
|
||||||
/* 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,$' */
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* ANSI-C code produced by gperf version 3.1 */
|
/* ANSI-C code produced by gperf version 3.2 */
|
||||||
/* 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) \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* ANSI-C code produced by gperf version 3.1 */
|
/* ANSI-C code produced by gperf version 3.2 */
|
||||||
/* 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) \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* ANSI-C code produced by gperf version 3.1 */
|
/* ANSI-C code produced by gperf version 3.2 */
|
||||||
/* Command-line: ../src/gperf -m5 */
|
/* Command-line: ../src/gperf -m5 */
|
||||||
/* Computed positions: -k'1-2' */
|
/* Computed positions: -k'1-2' */
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* ANSI-C code produced by gperf version 3.1 */
|
/* ANSI-C code produced by gperf version 3.2 */
|
||||||
/* Command-line: ../src/gperf -m5 */
|
/* Command-line: ../src/gperf -m5 */
|
||||||
/* Computed positions: -k'1-2' */
|
/* Computed positions: -k'1-2' */
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* ANSI-C code produced by gperf version 3.1 */
|
/* ANSI-C code produced by gperf version 3.2 */
|
||||||
/* Command-line: ../src/gperf -m5 --ignore-case */
|
/* Command-line: ../src/gperf -m5 --ignore-case */
|
||||||
/* Computed positions: -k'1-2' */
|
/* Computed positions: -k'1-2' */
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* ANSI-C code produced by gperf version 3.1 */
|
/* ANSI-C code produced by gperf version 3.2 */
|
||||||
/* 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) \
|
||||||
|
|||||||
Reference in New Issue
Block a user