mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Prefer https URLs where possible.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -18,10 +18,10 @@
|
|||||||
Clang emits these warnings in C++11 mode only, see
|
Clang emits these warnings in C++11 mode only, see
|
||||||
<https://clang.llvm.org/docs/AttributeReference.html#fallthrough>,
|
<https://clang.llvm.org/docs/AttributeReference.html#fallthrough>,
|
||||||
and only in clang 3.9 or newer, see
|
and only in clang 3.9 or newer, see
|
||||||
<http://releases.llvm.org/3.9.0/tools/clang/docs/ReleaseNotes.html>.
|
<https://releases.llvm.org/3.9.0/tools/clang/docs/ReleaseNotes.html>.
|
||||||
To avoid them, either [[fallthrough]] or the (nearly equivalent) older
|
To avoid them, either [[fallthrough]] or the (nearly equivalent) older
|
||||||
[[clang::fallthrough]] can be used, see
|
[[clang::fallthrough]] can be used, see
|
||||||
<http://llvm.org/viewvc/llvm-project?view=revision&revision=262881>.
|
<https://llvm.org/viewvc/llvm-project?view=revision&revision=262881>.
|
||||||
* src/output.cc (Output::output_hash_function): Enhance the fallthrough
|
* src/output.cc (Output::output_hash_function): Enhance the fallthrough
|
||||||
marker.
|
marker.
|
||||||
* tests/*.exp: Update.
|
* tests/*.exp: Update.
|
||||||
@@ -183,7 +183,7 @@
|
|||||||
* doc/gperf.texi (Contributors): Likewise.
|
* doc/gperf.texi (Contributors): Likewise.
|
||||||
* tests/*.{c,exp,out}: Update.
|
* tests/*.{c,exp,out}: Update.
|
||||||
Reported by Eric Blake <eblake@redhat.com>
|
Reported by Eric Blake <eblake@redhat.com>
|
||||||
at <http://lists.gnu.org/archive/html/bug-gperf/2014-10/msg00000.html>.
|
at <https://lists.gnu.org/archive/html/bug-gperf/2014-10/msg00000.html>.
|
||||||
|
|
||||||
2016-11-26 Bruno Haible <bruno@clisp.org>
|
2016-11-26 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
@@ -197,7 +197,7 @@
|
|||||||
'in_word_set'.
|
'in_word_set'.
|
||||||
* NEWS: Mention the change.
|
* NEWS: Mention the change.
|
||||||
Reported by Pedro Giffuni <pfg@FreeBSD.org>
|
Reported by Pedro Giffuni <pfg@FreeBSD.org>
|
||||||
at <http://lists.gnu.org/archive/html/bug-gperf/2014-08/msg00000.html>.
|
at <https://lists.gnu.org/archive/html/bug-gperf/2014-08/msg00000.html>.
|
||||||
|
|
||||||
2016-11-26 Bruno Haible <bruno@clisp.org>
|
2016-11-26 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
@@ -205,7 +205,7 @@
|
|||||||
* lib/configure.ac (AR): Determine through AC_CHECK_TOOL.
|
* lib/configure.ac (AR): Determine through AC_CHECK_TOOL.
|
||||||
* lib/Makefile.in (AR): Use value determined by 'configure'.
|
* lib/Makefile.in (AR): Use value determined by 'configure'.
|
||||||
Reported by György Andrasek <jurily@gmail.com>
|
Reported by György Andrasek <jurily@gmail.com>
|
||||||
at <http://lists.gnu.org/archive/html/bug-gperf/2014-04/msg00000.html>.
|
at <https://lists.gnu.org/archive/html/bug-gperf/2014-04/msg00000.html>.
|
||||||
|
|
||||||
2016-11-26 Bruno Haible <bruno@clisp.org>
|
2016-11-26 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
|||||||
@@ -86,8 +86,8 @@ There are three ways to create binaries of this package for Microsoft Windows:
|
|||||||
make
|
make
|
||||||
|
|
||||||
You also need the scripts 'ar-lib' and 'compile' from
|
You also need the scripts 'ar-lib' and 'compile' from
|
||||||
http://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;f=lib/ar-lib;hb=HEAD
|
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;f=lib/ar-lib;hb=HEAD
|
||||||
http://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;f=lib/compile;hb=HEAD
|
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob_plain;f=lib/compile;hb=HEAD
|
||||||
respectively.
|
respectively.
|
||||||
They may also be included in this package, in directory 'build-aux/'.
|
They may also be included in this package, in directory 'build-aux/'.
|
||||||
Save them; the instructions below assume that you stored them in $HOME/msvc/.
|
Save them; the instructions below assume that you stored them in $HOME/msvc/.
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#### Start of system configuration section. ####
|
#### Start of system configuration section. ####
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#### Start of system configuration section. ####
|
#### Start of system configuration section. ####
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
# in a gnulib checkout, or
|
# in a gnulib checkout, or
|
||||||
# - an internet connection.
|
# - an internet connection.
|
||||||
|
|
||||||
# Copyright (C) 2003-2012, 2016 Free Software Foundation, Inc.
|
# Copyright (C) 2003-2012, 2016, 2018 Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@@ -23,11 +23,11 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Usage: ./autogen.sh
|
# Usage: ./autogen.sh
|
||||||
|
|
||||||
GNULIB_REPO_URL="http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f="
|
GNULIB_REPO_URL="https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;hb=HEAD;f="
|
||||||
|
|
||||||
for file in build-aux/install-sh build-aux/mkinstalldirs \
|
for file in build-aux/install-sh build-aux/mkinstalldirs \
|
||||||
build-aux/compile build-aux/ar-lib; do
|
build-aux/compile build-aux/ar-lib; do
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||||||
dnl GNU General Public License for more details.
|
dnl GNU General Public License for more details.
|
||||||
dnl
|
dnl
|
||||||
dnl You should have received a copy of the GNU General Public License
|
dnl You should have received a copy of the GNU General Public License
|
||||||
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([doc/gperf.texi])
|
AC_INIT([doc/gperf.texi])
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#### Start of system configuration section. ####
|
#### Start of system configuration section. ####
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||||||
dnl GNU General Public License for more details.
|
dnl GNU General Public License for more details.
|
||||||
dnl
|
dnl
|
||||||
dnl You should have received a copy of the GNU General Public License
|
dnl You should have received a copy of the GNU General Public License
|
||||||
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([gperf.texi])
|
AC_INIT([gperf.texi])
|
||||||
|
|||||||
@@ -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 26 November 2016
|
@set UPDATED 17 September 2018
|
||||||
@set EDITION 3.1
|
@set EDITION 3.1
|
||||||
@set VERSION 3.1
|
@set VERSION 3.1
|
||||||
@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-2016 Free Software Foundation, Inc.
|
Copyright @copyright{} 1989-2018 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-2016 Free Software Foundation, Inc.
|
Copyright @copyright{} 1989-2018 Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of
|
Permission is granted to make and distribute verbatim copies of
|
||||||
@@ -212,7 +212,7 @@ the lookup table.
|
|||||||
lexical analyzers in several production and research compilers and
|
lexical analyzers in several production and research compilers and
|
||||||
language processing tools, including GNU C, GNU C++, GNU Java, GNU Pascal,
|
language processing tools, including GNU C, GNU C++, GNU Java, GNU Pascal,
|
||||||
GNU Modula 3, and GNU indent. Complete C++ source code for @code{gperf} is
|
GNU Modula 3, and GNU indent. Complete C++ source code for @code{gperf} is
|
||||||
available from @code{http://ftp.gnu.org/pub/gnu/gperf/}.
|
available from @code{https://ftp.gnu.org/pub/gnu/gperf/}.
|
||||||
A paper describing @code{gperf}'s design and implementation in greater
|
A paper describing @code{gperf}'s design and implementation in greater
|
||||||
detail is available in the Second USENIX C++ Conference proceedings
|
detail is available in the Second USENIX C++ Conference proceedings
|
||||||
or from @code{http://www.cs.wustl.edu/~schmidt/resume.html}.
|
or from @code{http://www.cs.wustl.edu/~schmidt/resume.html}.
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program; if not, see <http://www.gnu.org/licenses/>.
|
# along with this program; if not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# Written by Brendan O'Dea <bod@compusol.com.au>
|
# Written by Brendan O'Dea <bod@compusol.com.au>
|
||||||
# Available from ftp://ftp.gnu.org/gnu/help2man/
|
# Available from ftp://ftp.gnu.org/gnu/help2man/
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#### Start of system configuration section. ####
|
#### Start of system configuration section. ####
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||||||
dnl GNU General Public License for more details.
|
dnl GNU General Public License for more details.
|
||||||
dnl
|
dnl
|
||||||
dnl You should have received a copy of the GNU General Public License
|
dnl You should have received a copy of the GNU General Public License
|
||||||
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([hash.cc])
|
AC_INIT([hash.cc])
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Written by Jan Brittenson, bson@gnu.ai.mit.edu. */
|
/* Written by Jan Brittenson, bson@gnu.ai.mit.edu. */
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef GETLINE_H_
|
#ifndef GETLINE_H_
|
||||||
# define GETLINE_H_ 1
|
# define GETLINE_H_ 1
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
|
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
|
||||||
Ditto for AIX 3.2 and <stdlib.h>. */
|
Ditto for AIX 3.2 and <stdlib.h>. */
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef _GETOPT_H
|
#ifndef _GETOPT_H
|
||||||
#define _GETOPT_H 1
|
#define _GETOPT_H 1
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#### Start of system configuration section. ####
|
#### Start of system configuration section. ####
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Specification. */
|
/* Specification. */
|
||||||
#include "bool-array.h"
|
#include "bool-array.h"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef bool_array_h
|
#ifndef bool_array_h
|
||||||
#define bool_array_h 1
|
#define bool_array_h 1
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
// This needs:
|
// This needs:
|
||||||
//#include <stdio.h>
|
//#include <stdio.h>
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||||||
dnl GNU General Public License for more details.
|
dnl GNU General Public License for more details.
|
||||||
dnl
|
dnl
|
||||||
dnl You should have received a copy of the GNU General Public License
|
dnl You should have received a copy of the GNU General Public License
|
||||||
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([main.cc])
|
AC_INIT([main.cc])
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Specification. */
|
/* Specification. */
|
||||||
#include "hash-table.h"
|
#include "hash-table.h"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef hash_table_h
|
#ifndef hash_table_h
|
||||||
#define hash_table_h 1
|
#define hash_table_h 1
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Specification. */
|
/* Specification. */
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef input_h
|
#ifndef input_h
|
||||||
#define input_h 1
|
#define input_h 1
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Specification. */
|
/* Specification. */
|
||||||
#include "keyword-list.h"
|
#include "keyword-list.h"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef keyword_list_h
|
#ifndef keyword_list_h
|
||||||
#define keyword_list_h 1
|
#define keyword_list_h 1
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* -------------------------- Keyword_List class --------------------------- */
|
/* -------------------------- Keyword_List class --------------------------- */
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Specification. */
|
/* Specification. */
|
||||||
#include "keyword.h"
|
#include "keyword.h"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef keyword_h
|
#ifndef keyword_h
|
||||||
#define keyword_h 1
|
#define keyword_h 1
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* ----------------------------- Keyword class ----------------------------- */
|
/* ----------------------------- Keyword class ----------------------------- */
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@@ -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-2017 Free Software Foundation, Inc.
|
Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2009, 2011, 2016-2018 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>.
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Specification. */
|
/* Specification. */
|
||||||
#include "options.h"
|
#include "options.h"
|
||||||
@@ -1017,11 +1017,11 @@ Options::parse_options (int argc, char *argv[])
|
|||||||
case 'v': /* Print out the version and quit. */
|
case 'v': /* Print out the version and quit. */
|
||||||
fprintf (stdout, "GNU gperf %s\n", version_string);
|
fprintf (stdout, "GNU gperf %s\n", version_string);
|
||||||
fprintf (stdout, "Copyright (C) %s Free Software Foundation, Inc.\n\
|
fprintf (stdout, "Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
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-2017");
|
"1989-2018");
|
||||||
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);
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* This module provides a uniform interface to the various options available
|
/* This module provides a uniform interface to the various options available
|
||||||
to a user of the gperf hash function generator. */
|
to a user of the gperf hash function generator. */
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* ----------------------------- Class Options ----------------------------- */
|
/* ----------------------------- Class Options ----------------------------- */
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Specification. */
|
/* Specification. */
|
||||||
#include "output.h"
|
#include "output.h"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef output_h
|
#ifndef output_h
|
||||||
#define output_h 1
|
#define output_h 1
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Specification. */
|
/* Specification. */
|
||||||
#include "positions.h"
|
#include "positions.h"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef positions_h
|
#ifndef positions_h
|
||||||
#define positions_h 1
|
#define positions_h 1
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
// This needs:
|
// This needs:
|
||||||
//#include <string.h>
|
//#include <string.h>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Specification. */
|
/* Specification. */
|
||||||
#include "search.h"
|
#include "search.h"
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#ifndef search_h
|
#ifndef search_h
|
||||||
#define search_h 1
|
#define search_h 1
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Specification. */
|
/* Specification. */
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
GNU General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
along with this program. If not, see <https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
/* Current release version. */
|
/* Current release version. */
|
||||||
extern const char *version_string;
|
extern const char *version_string;
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#### Start of system configuration section. ####
|
#### Start of system configuration section. ####
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Generated from IANA charset data from http://www.iana.org/assignments/character-sets by charsets.awk */
|
/* Generated from IANA charset data from https://www.iana.org/assignments/character-sets by charsets.awk */
|
||||||
/* last updated 2002-06-14 */
|
/* last updated 2002-06-14 */
|
||||||
/* process with:
|
/* process with:
|
||||||
gperf -CDEGTlot -H charset_hash -K name -L ANSI-C -N charset_entry
|
gperf -CDEGTlot -H charset_hash -K name -L ANSI-C -N charset_entry
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
%{
|
%{
|
||||||
/* Generated from IANA charset data from http://www.iana.org/assignments/character-sets by charsets.awk */
|
/* Generated from IANA charset data from https://www.iana.org/assignments/character-sets by charsets.awk */
|
||||||
/* last updated 2002-06-14 */
|
/* last updated 2002-06-14 */
|
||||||
/* process with:
|
/* process with:
|
||||||
gperf -CDEGTlot -H charset_hash -K name -L ANSI-C -N charset_entry
|
gperf -CDEGTlot -H charset_hash -K name -L ANSI-C -N charset_entry
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||||||
dnl GNU General Public License for more details.
|
dnl GNU General Public License for more details.
|
||||||
dnl
|
dnl
|
||||||
dnl You should have received a copy of the GNU General Public License
|
dnl You should have received a copy of the GNU General Public License
|
||||||
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
|
dnl along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([c-parse.gperf])
|
AC_INIT([c-parse.gperf])
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
/* gperf -CDEGTlot -H language_hash -K code -L ANSI-C -N language_entry */
|
/* gperf -CDEGTlot -H language_hash -K code -L ANSI-C -N language_entry */
|
||||||
/* Generated from ISO 639 language data from http://lcweb.loc.gov/standards/iso639-2/langhome.html
|
/* Generated from ISO 639 language data from http://lcweb.loc.gov/standards/iso639-2/langhome.html
|
||||||
and from IANA registry at http://www.iana.org/assignments/language-tags
|
and from IANA registry at https://www.iana.org/assignments/language-tags
|
||||||
by %M%
|
by %M%
|
||||||
*/
|
*/
|
||||||
/* englangn.html Updated: August 14, 2002 */
|
/* englangn.html Updated: August 14, 2002 */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
%{
|
%{
|
||||||
/* gperf -CDEGTlot -H language_hash -K code -L ANSI-C -N language_entry */
|
/* gperf -CDEGTlot -H language_hash -K code -L ANSI-C -N language_entry */
|
||||||
/* Generated from ISO 639 language data from http://lcweb.loc.gov/standards/iso639-2/langhome.html
|
/* Generated from ISO 639 language data from http://lcweb.loc.gov/standards/iso639-2/langhome.html
|
||||||
and from IANA registry at http://www.iana.org/assignments/language-tags
|
and from IANA registry at https://www.iana.org/assignments/language-tags
|
||||||
by %M%
|
by %M%
|
||||||
*/
|
*/
|
||||||
/* englangn.html Updated: August 14, 2002 */
|
/* englangn.html Updated: August 14, 2002 */
|
||||||
|
|||||||
Reference in New Issue
Block a user