summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-01-29 13:45:28 -0800
committerAkim Demaille <akim.demaille@gmail.com>2021-01-30 07:32:03 +0100
commitef3adfa0fb2e816b88a5a6b7de8f0b77d4fafa4e (patch)
tree25d4030c63188891320e9c16bb2eaa26e0b958ef /src
parent4083ee52b5137464a342dcd9fe64d07c356c3ef4 (diff)
downloadbison-ef3adfa0fb2e816b88a5a6b7de8f0b77d4fafa4e.tar.gz
Update URLs to prefer https: to http:
Also, fix a few http: URLs that were no longer working.
Diffstat (limited to 'src')
-rw-r--r--src/AnnotationList.c2
-rw-r--r--src/AnnotationList.h2
-rw-r--r--src/InadequacyList.c2
-rw-r--r--src/InadequacyList.h2
-rw-r--r--src/Sbitset.c2
-rw-r--r--src/Sbitset.h2
-rw-r--r--src/assoc.c2
-rw-r--r--src/assoc.h2
-rw-r--r--src/closure.c2
-rw-r--r--src/closure.h2
-rw-r--r--src/complain.c2
-rw-r--r--src/complain.h2
-rw-r--r--src/conflicts.c2
-rw-r--r--src/conflicts.h2
-rw-r--r--src/counterexample.c2
-rw-r--r--src/counterexample.h2
-rw-r--r--src/derivation.c2
-rw-r--r--src/derivation.h2
-rw-r--r--src/derives.c2
-rw-r--r--src/derives.h2
-rw-r--r--src/files.c2
-rw-r--r--src/files.h2
-rw-r--r--src/fixits.c4
-rw-r--r--src/fixits.h2
-rw-r--r--src/flex-scanner.h2
-rw-r--r--src/getargs.c11
-rw-r--r--src/getargs.h2
-rw-r--r--src/glyphs.c2
-rw-r--r--src/glyphs.h2
-rw-r--r--src/gram.c2
-rw-r--r--src/gram.h2
-rw-r--r--src/graphviz.c2
-rw-r--r--src/graphviz.h2
-rw-r--r--src/ielr.c2
-rw-r--r--src/ielr.h2
-rw-r--r--src/lalr.c2
-rw-r--r--src/lalr.h2
-rw-r--r--src/local.mk2
-rw-r--r--src/location.c2
-rw-r--r--src/location.h2
-rw-r--r--src/lr0.c2
-rw-r--r--src/lr0.h2
-rw-r--r--src/lssi.c2
-rw-r--r--src/lssi.h2
-rw-r--r--src/main.c2
-rw-r--r--src/muscle-tab.c2
-rw-r--r--src/muscle-tab.h2
-rw-r--r--src/named-ref.c2
-rw-r--r--src/named-ref.h2
-rw-r--r--src/nullable.c2
-rw-r--r--src/nullable.h2
-rw-r--r--src/output.c6
-rw-r--r--src/output.h2
-rw-r--r--src/parse-gram.c2
-rw-r--r--src/parse-gram.h2
-rw-r--r--src/parse-gram.y2
-rw-r--r--src/parse-simulation.c2
-rw-r--r--src/parse-simulation.h2
-rw-r--r--src/print-graph.c2
-rw-r--r--src/print-graph.h2
-rw-r--r--src/print-xml.c2
-rw-r--r--src/print-xml.h2
-rw-r--r--src/print.c2
-rw-r--r--src/print.h2
-rw-r--r--src/reader.c2
-rw-r--r--src/reader.h2
-rw-r--r--src/reduce.c2
-rw-r--r--src/reduce.h2
-rw-r--r--src/relation.c2
-rw-r--r--src/relation.h2
-rw-r--r--src/scan-code.h2
-rw-r--r--src/scan-code.l4
-rw-r--r--src/scan-gram.h2
-rw-r--r--src/scan-gram.l4
-rw-r--r--src/scan-skel.h2
-rw-r--r--src/scan-skel.l4
-rw-r--r--src/state-item.c2
-rw-r--r--src/state-item.h2
-rw-r--r--src/state.c2
-rw-r--r--src/state.h2
-rw-r--r--src/strversion.c2
-rw-r--r--src/strversion.h2
-rw-r--r--src/symlist.c2
-rw-r--r--src/symlist.h2
-rw-r--r--src/symtab.c2
-rw-r--r--src/symtab.h2
-rw-r--r--src/system.h10
-rw-r--r--src/tables.c2
-rw-r--r--src/tables.h2
-rw-r--r--src/uniqstr.c2
-rw-r--r--src/uniqstr.h2
91 files changed, 105 insertions, 106 deletions
diff --git a/src/AnnotationList.c b/src/AnnotationList.c
index ab46551e..26184f95 100644
--- a/src/AnnotationList.c
+++ b/src/AnnotationList.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
diff --git a/src/AnnotationList.h b/src/AnnotationList.h
index 539e1990..3c43ca90 100644
--- a/src/AnnotationList.h
+++ b/src/AnnotationList.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 ANNOTATION_LIST_H_
# define ANNOTATION_LIST_H_
diff --git a/src/InadequacyList.c b/src/InadequacyList.c
index d9ae9a3e..c958f822 100644
--- a/src/InadequacyList.c
+++ b/src/InadequacyList.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/InadequacyList.h b/src/InadequacyList.h
index 29866198..98142d05 100644
--- a/src/InadequacyList.h
+++ b/src/InadequacyList.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 INADEQUACY_LIST_H_
# define INADEQUACY_LIST_H_
diff --git a/src/Sbitset.c b/src/Sbitset.c
index 03d74836..aa318858 100644
--- a/src/Sbitset.c
+++ b/src/Sbitset.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/Sbitset.h b/src/Sbitset.h
index 6814ba8f..f6bd956e 100644
--- a/src/Sbitset.h
+++ b/src/Sbitset.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 SBITSET_H_
# define SBITSET_H_
diff --git a/src/assoc.c b/src/assoc.c
index 7337c0a3..8b883e23 100644
--- a/src/assoc.c
+++ b/src/assoc.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/assoc.h b/src/assoc.h
index 1b4b7f31..1ae9d32c 100644
--- a/src/assoc.h
+++ b/src/assoc.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 ASSOC_H_
# define ASSOC_H_
diff --git a/src/closure.c b/src/closure.c
index a85d5e44..025f9666 100644
--- a/src/closure.c
+++ b/src/closure.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/closure.h b/src/closure.h
index 2d426ae5..a9281446 100644
--- a/src/closure.h
+++ b/src/closure.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 CLOSURE_H_
# define CLOSURE_H_
diff --git a/src/complain.c b/src/complain.c
index 6a0723d4..357233e3 100644
--- a/src/complain.c
+++ b/src/complain.c
@@ -14,7 +14,7 @@
GNU General Public License for more details.
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/>. */
/* Based on error.c and error.h,
written by David MacKenzie <djm@gnu.ai.mit.edu>. */
diff --git a/src/complain.h b/src/complain.h
index 9be0d052..fe92e7a4 100644
--- a/src/complain.h
+++ b/src/complain.h
@@ -14,7 +14,7 @@
GNU General Public License for more details.
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 COMPLAIN_H_
# define COMPLAIN_H_ 1
diff --git a/src/conflicts.c b/src/conflicts.c
index 729a5ddd..999dc9fc 100644
--- a/src/conflicts.c
+++ b/src/conflicts.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/conflicts.h b/src/conflicts.h
index 40b843cc..1dff0ba2 100644
--- a/src/conflicts.h
+++ b/src/conflicts.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 CONFLICTS_H_
# define CONFLICTS_H_
diff --git a/src/counterexample.c b/src/counterexample.c
index 2ad2430f..733ee795 100644
--- a/src/counterexample.c
+++ b/src/counterexample.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
diff --git a/src/counterexample.h b/src/counterexample.h
index bf8b5573..8f833f3d 100644
--- a/src/counterexample.h
+++ b/src/counterexample.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 COUNTEREXAMPLE_H
# define COUNTEREXAMPLE_H
diff --git a/src/derivation.c b/src/derivation.c
index 4ce52fc7..4890db65 100644
--- a/src/derivation.c
+++ b/src/derivation.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
diff --git a/src/derivation.h b/src/derivation.h
index 4759c4ca..6fa1b08c 100644
--- a/src/derivation.h
+++ b/src/derivation.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 DERIVATION_H
# define DERIVATION_H
diff --git a/src/derives.c b/src/derives.c
index 9411f35b..4ea5f78b 100644
--- a/src/derives.c
+++ b/src/derives.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/derives.h b/src/derives.h
index 8df5419d..0c28a41b 100644
--- a/src/derives.h
+++ b/src/derives.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 DERIVES_H_
# define DERIVES_H_
diff --git a/src/files.c b/src/files.c
index 8e771f5a..3c4017ef 100644
--- a/src/files.c
+++ b/src/files.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/files.h b/src/files.h
index 09dd6765..5b2a118d 100644
--- a/src/files.h
+++ b/src/files.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 FILES_H_
# define FILES_H_
diff --git a/src/fixits.c b/src/fixits.c
index 610fcb65..3467cdae 100644
--- a/src/fixits.c
+++ b/src/fixits.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
@@ -68,7 +68,7 @@ fixit_free (fixit *f)
/* GCC and Clang follow the same pattern.
https://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Message-Formatting-Options.html
- http://clang.llvm.org/docs/UsersManual.html#cmdoption-fdiagnostics-parseable-fixits */
+ https://clang.llvm.org/docs/UsersManual.html#cmdoption-fdiagnostics-parseable-fixits */
static void
fixit_print (fixit const *f, FILE *out)
{
diff --git a/src/fixits.h b/src/fixits.h
index a4ac44c3..46440a34 100644
--- a/src/fixits.h
+++ b/src/fixits.h
@@ -13,7 +13,7 @@
GNU General Public License for more details.
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 FIXITS_H_
# define FIXITS_H_ 1
diff --git a/src/flex-scanner.h b/src/flex-scanner.h
index 08e6978e..238ca881 100644
--- a/src/flex-scanner.h
+++ b/src/flex-scanner.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 FLEX_PREFIX
# error "FLEX_PREFIX not defined"
diff --git a/src/getargs.c b/src/getargs.c
index 2e93a395..c0864255 100644
--- a/src/getargs.c
+++ b/src/getargs.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "getargs.h"
@@ -446,7 +446,7 @@ Output Files:\n\
printf (_("Report bugs to <%s>.\n"), PACKAGE_BUGREPORT);
printf (_("%s home page: <%s>.\n"), PACKAGE_NAME, PACKAGE_URL);
fputs (_("General help using GNU software: "
- "<http://www.gnu.org/gethelp/>.\n"),
+ "<https://www.gnu.org/gethelp/>.\n"),
stdout);
#if (defined __GLIBC__ && __GLIBC__ >= 2) && !defined __UCLIBC__
@@ -455,13 +455,12 @@ Output Files:\n\
man page. */
const char *lc_messages = setlocale (LC_MESSAGES, NULL);
if (lc_messages && !STREQ (lc_messages, "en_"))
- /* TRANSLATORS: Replace LANG_CODE in this URL with your language
- code <http://translationproject.org/team/LANG_CODE.html> to
- form one of the URLs at http://translationproject.org/team/.
+ /* TRANSLATORS: Replace LANG_CODE in this URL with your language code to
+ form one of the URLs at https://translationproject.org/team/.
Otherwise, replace the entire URL with your translation team's
email address. */
fputs (_("Report translation bugs to "
- "<http://translationproject.org/team/>.\n"), stdout);
+ "<https://translationproject.org/team/>.\n"), stdout);
#endif
fputs (_("For complete documentation, run: info bison.\n"), stdout);
}
diff --git a/src/getargs.h b/src/getargs.h
index 2c21f93f..a02e7080 100644
--- a/src/getargs.h
+++ b/src/getargs.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 GETARGS_H_
# define GETARGS_H_
diff --git a/src/glyphs.c b/src/glyphs.c
index 898781af..d93fd8e9 100644
--- a/src/glyphs.c
+++ b/src/glyphs.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
diff --git a/src/glyphs.h b/src/glyphs.h
index ceee68f1..dbbd32c4 100644
--- a/src/glyphs.h
+++ b/src/glyphs.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 GLYPHS_H
# define GLYPHS_H
diff --git a/src/gram.c b/src/gram.c
index f011ec81..71e65eda 100644
--- a/src/gram.c
+++ b/src/gram.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/gram.h b/src/gram.h
index eb5c2904..dd649f5d 100644
--- a/src/gram.h
+++ b/src/gram.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 GRAM_H_
# define GRAM_H_
diff --git a/src/graphviz.c b/src/graphviz.c
index 4c0239c0..b1a3bdb3 100644
--- a/src/graphviz.c
+++ b/src/graphviz.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 Paul Eggert and Satya Kiran Popuri. */
diff --git a/src/graphviz.h b/src/graphviz.h
index efad8471..51fd65dc 100644
--- a/src/graphviz.h
+++ b/src/graphviz.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 Paul Eggert and Satya Kiran Popuri. */
diff --git a/src/ielr.c b/src/ielr.c
index 76d46a5d..8814e657 100644
--- a/src/ielr.c
+++ b/src/ielr.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
diff --git a/src/ielr.h b/src/ielr.h
index 9b3cf470..e0dcf641 100644
--- a/src/ielr.h
+++ b/src/ielr.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 IELR_H_
# define IELR_H_
diff --git a/src/lalr.c b/src/lalr.c
index 43ea0be5..f91bcbf2 100644
--- a/src/lalr.c
+++ b/src/lalr.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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/>. */
/* Find which rules need lookahead in each state, and which lookahead
diff --git a/src/lalr.h b/src/lalr.h
index 1f743d45..548c382b 100644
--- a/src/lalr.h
+++ b/src/lalr.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 LALR_H_
# define LALR_H_
diff --git a/src/local.mk b/src/local.mk
index 11e8d458..6aba0afb 100644
--- a/src/local.mk
+++ b/src/local.mk
@@ -11,7 +11,7 @@
## GNU General Public License for more details.
##
## 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/>.
CLEANDIRS += %D%/*.dSYM
diff --git a/src/location.c b/src/location.c
index 7d96cc86..356f4947 100644
--- a/src/location.c
+++ b/src/location.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/location.h b/src/location.h
index 65c75f00..af21c70f 100644
--- a/src/location.h
+++ b/src/location.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 LOCATION_H_
# define LOCATION_H_
diff --git a/src/lr0.c b/src/lr0.c
index 5d6f8470..b6dd79c0 100644
--- a/src/lr0.c
+++ b/src/lr0.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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/>. */
/* See comments in state.h for the data structures that represent it.
diff --git a/src/lr0.h b/src/lr0.h
index 0daf7f71..d105d6c9 100644
--- a/src/lr0.h
+++ b/src/lr0.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 LR0_H_
# define LR0_H_
diff --git a/src/lssi.c b/src/lssi.c
index 245461a9..9b607a2f 100644
--- a/src/lssi.c
+++ b/src/lssi.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
diff --git a/src/lssi.h b/src/lssi.h
index cbb53f8d..e7feba3c 100644
--- a/src/lssi.h
+++ b/src/lssi.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 LSSI_H
# define LSSI_H
diff --git a/src/main.c b/src/main.c
index edc129e5..b8a9998f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/muscle-tab.c b/src/muscle-tab.c
index c2ba2ab6..b610d0b8 100644
--- a/src/muscle-tab.c
+++ b/src/muscle-tab.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/muscle-tab.h b/src/muscle-tab.h
index 30b50f9f..881782e7 100644
--- a/src/muscle-tab.h
+++ b/src/muscle-tab.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 MUSCLE_TAB_H_
# define MUSCLE_TAB_H_
diff --git a/src/named-ref.c b/src/named-ref.c
index 7a81456e..7524519d 100644
--- a/src/named-ref.c
+++ b/src/named-ref.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/named-ref.h b/src/named-ref.h
index 6a838122..73429baa 100644
--- a/src/named-ref.h
+++ b/src/named-ref.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 NAMED_REF_H_
# define NAMED_REF_H_
diff --git a/src/nullable.c b/src/nullable.c
index 8661000b..7f0405d7 100644
--- a/src/nullable.c
+++ b/src/nullable.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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/>. */
/* Set up NULLABLE, a vector saying which nonterminals can expand into
diff --git a/src/nullable.h b/src/nullable.h
index 4d02c759..38271730 100644
--- a/src/nullable.h
+++ b/src/nullable.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 NULLABLE_H_
# define NULLABLE_H_
diff --git a/src/output.c b/src/output.c
index b34feb62..de8e6a95 100644
--- a/src/output.c
+++ b/src/output.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
@@ -730,7 +730,7 @@ output_skeleton (void)
extensions even when POSIXLY_CORRECT is set.
See the thread starting at
- <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00000.html>
+ <https://lists.gnu.org/r/bug-bison/2008-07/msg00000.html>
for details. */
if (*M4_GNU_OPTION)
argv[i++] = M4_GNU_OPTION;
@@ -739,7 +739,7 @@ output_skeleton (void)
argv[i++] = datadir;
/* Some future version of GNU M4 (most likely 1.6) may treat the
-dV in a position-dependent manner. See the thread starting at
- <http://lists.gnu.org/archive/html/bug-bison/2008-07/msg00000.html>
+ <https://lists.gnu.org/r/bug-bison/2008-07/msg00000.html>
for details. */
if (trace_flag & trace_m4_early)
argv[i++] = "-dV";
diff --git a/src/output.h b/src/output.h
index 45172f54..ed32fdc7 100644
--- a/src/output.h
+++ b/src/output.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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_
# define OUTPUT_H_
diff --git a/src/parse-gram.c b/src/parse-gram.c
index dd568627..9fe7b45b 100644
--- a/src/parse-gram.c
+++ b/src/parse-gram.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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/>. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
diff --git a/src/parse-gram.h b/src/parse-gram.h
index 1cd9c99c..21fc0c7c 100644
--- a/src/parse-gram.h
+++ b/src/parse-gram.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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/>. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
diff --git a/src/parse-gram.y b/src/parse-gram.y
index 76773ff1..3883cd68 100644
--- a/src/parse-gram.y
+++ b/src/parse-gram.y
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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/>. */
%code requires
{
diff --git a/src/parse-simulation.c b/src/parse-simulation.c
index 93dbc03f..38f5b639 100644
--- a/src/parse-simulation.c
+++ b/src/parse-simulation.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
diff --git a/src/parse-simulation.h b/src/parse-simulation.h
index 0331a321..aa8f84e5 100644
--- a/src/parse-simulation.h
+++ b/src/parse-simulation.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 PARSE_SIMULATION_H
# define PARSE_SIMULATION_H
diff --git a/src/print-graph.c b/src/print-graph.c
index 379093ad..3ddf6a54 100644
--- a/src/print-graph.c
+++ b/src/print-graph.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "print-graph.h"
diff --git a/src/print-graph.h b/src/print-graph.h
index 78f83f15..6aa3420a 100644
--- a/src/print-graph.h
+++ b/src/print-graph.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 PRINT_GRAPH_H_
# define PRINT_GRAPH_H_
diff --git a/src/print-xml.c b/src/print-xml.c
index 9d6fbd5f..a61a5c85 100644
--- a/src/print-xml.c
+++ b/src/print-xml.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "print-xml.h"
diff --git a/src/print-xml.h b/src/print-xml.h
index 3ef0d57a..d190d74a 100644
--- a/src/print-xml.h
+++ b/src/print-xml.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 PRINT_XML_H_
# define PRINT_XML_H_
diff --git a/src/print.c b/src/print.c
index abd956dd..a924bbb1 100644
--- a/src/print.c
+++ b/src/print.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
diff --git a/src/print.h b/src/print.h
index b3c52542..3f20d6da 100644
--- a/src/print.h
+++ b/src/print.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 PRINT_H_
# define PRINT_H_
diff --git a/src/reader.c b/src/reader.c
index 2f8f33f5..cc8efaf3 100644
--- a/src/reader.c
+++ b/src/reader.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/reader.h b/src/reader.h
index 72807b02..1d5635c9 100644
--- a/src/reader.h
+++ b/src/reader.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 READER_H_
# define READER_H_
diff --git a/src/reduce.c b/src/reduce.c
index b6130cce..294e0a03 100644
--- a/src/reduce.c
+++ b/src/reduce.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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/>. */
/* Reduce the grammar: Find and eliminate unreachable terminals,
diff --git a/src/reduce.h b/src/reduce.h
index 80b479c9..63d6bf13 100644
--- a/src/reduce.h
+++ b/src/reduce.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 REDUCE_H_
# define REDUCE_H_
diff --git a/src/relation.c b/src/relation.c
index 23f1c1b7..1a38c863 100644
--- a/src/relation.c
+++ b/src/relation.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/relation.h b/src/relation.h
index 55f7677d..eab6b330 100644
--- a/src/relation.h
+++ b/src/relation.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 RELATION_H_
diff --git a/src/scan-code.h b/src/scan-code.h
index da81b1e1..bb31a514 100644
--- a/src/scan-code.h
+++ b/src/scan-code.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 SCAN_CODE_H_
# define SCAN_CODE_H_
diff --git a/src/scan-code.l b/src/scan-code.l
index bfd0cf04..4afd55b5 100644
--- a/src/scan-code.l
+++ b/src/scan-code.l
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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/>. */
%option debug nodefault noinput nounput noyywrap never-interactive
%option prefix="code_" outfile="lex.yy.c"
@@ -36,7 +36,7 @@
#include "src/flex-scanner.h"
/* Work around a bug in flex 2.5.31. See Debian bug 333231
- <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231>. */
+ <https://bugs.debian.org/333231>. */
#undef code_wrap
#define code_wrap() 1
diff --git a/src/scan-gram.h b/src/scan-gram.h
index a6655ab2..f187f32a 100644
--- a/src/scan-gram.h
+++ b/src/scan-gram.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 SCAN_GRAM_H_
# define SCAN_GRAM_H_
diff --git a/src/scan-gram.l b/src/scan-gram.l
index 302000d7..67748d88 100644
--- a/src/scan-gram.l
+++ b/src/scan-gram.l
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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/>. */
%option debug nodefault noinput noyywrap never-interactive
%option prefix="gram_" outfile="lex.yy.c"
@@ -39,7 +39,7 @@
#include "src/flex-scanner.h"
/* Work around a bug in flex 2.5.31. See Debian bug 333231
- <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231>. */
+ <https://bugs.debian.org/333231>. */
#undef gram_wrap
#define gram_wrap() 1
diff --git a/src/scan-skel.h b/src/scan-skel.h
index a138da29..e3479070 100644
--- a/src/scan-skel.h
+++ b/src/scan-skel.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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/>. */
void scan_skel (FILE *);
diff --git a/src/scan-skel.l b/src/scan-skel.l
index ce23d8c8..1ec125af 100644
--- a/src/scan-skel.l
+++ b/src/scan-skel.l
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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/>. */
%option nodefault noyywrap noinput nounput never-interactive debug
%option prefix="skel_" outfile="lex.yy.c"
@@ -35,7 +35,7 @@
#include "src/flex-scanner.h"
/* Work around a bug in flex 2.5.31. See Debian bug 333231
- <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231>. */
+ <https://bugs.debian.org/333231>. */
#undef skel_wrap
#define skel_wrap() 1
diff --git a/src/state-item.c b/src/state-item.c
index a2e0f957..5551dd7e 100644
--- a/src/state-item.c
+++ b/src/state-item.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
diff --git a/src/state-item.h b/src/state-item.h
index ae046b30..90ca7941 100644
--- a/src/state-item.h
+++ b/src/state-item.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 STATE_ITEM_H
# define STATE_ITEM_H
diff --git a/src/state.c b/src/state.c
index ed2520ad..79ab43b5 100644
--- a/src/state.c
+++ b/src/state.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "state.h"
diff --git a/src/state.h b/src/state.h
index 7f8bda68..7398187f 100644
--- a/src/state.h
+++ b/src/state.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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/>. */
/* These type definitions are used to represent a nondeterministic
diff --git a/src/strversion.c b/src/strversion.c
index 4b7d30bd..4100cde7 100644
--- a/src/strversion.c
+++ b/src/strversion.c
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/strversion.h b/src/strversion.h
index 1793552e..80b39e35 100644
--- a/src/strversion.h
+++ b/src/strversion.h
@@ -15,7 +15,7 @@
GNU General Public License for more details.
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 STRVERSION_H_
# define STRVERSION_H_
diff --git a/src/symlist.c b/src/symlist.c
index f72adf20..3e6a8d96 100644
--- a/src/symlist.c
+++ b/src/symlist.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/symlist.h b/src/symlist.h
index e53bfa17..833cdbe8 100644
--- a/src/symlist.h
+++ b/src/symlist.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 SYMLIST_H_
# define SYMLIST_H_
diff --git a/src/symtab.c b/src/symtab.c
index 3810b447..be075d24 100644
--- a/src/symtab.c
+++ b/src/symtab.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "symtab.h"
diff --git a/src/symtab.h b/src/symtab.h
index 22bf0d39..86e6d89c 100644
--- a/src/symtab.h
+++ b/src/symtab.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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/>. */
/**
* \file symtab.h
diff --git a/src/system.h b/src/system.h
index 4ebb51ad..bbdf9fd0 100644
--- a/src/system.h
+++ b/src/system.h
@@ -14,7 +14,7 @@
GNU General Public License for more details.
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 BISON_SYSTEM_H
# define BISON_SYSTEM_H
@@ -78,7 +78,7 @@ typedef size_t uintptr_t;
# define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
# endif
-// See https://lists.gnu.org/archive/html/bug-bison/2019-10/msg00061.html
+// See https://lists.gnu.org/r/bug-bison/2019-10/msg00061.html
// and https://trac.macports.org/ticket/59927.
# if defined GCC_VERSION && 405 <= GCC_VERSION
# define IGNORE_TYPE_LIMITS_BEGIN \
@@ -156,8 +156,8 @@ max_int (int a, int b)
a failed assertion. The rationale was that <assert.h>'s assertions
were too heavyweight and could be disabled too easily. See
discussions at
- <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00080.html>
- <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00111.html>.
+ <https://lists.gnu.org/r/bison-patches/2006-01/msg00080.html>
+ <https://lists.gnu.org/r/bison-patches/2006-09/msg00111.html>.
However, normal assert output can be helpful during development and
in bug reports from users. Moreover, it's not clear now that
@@ -165,7 +165,7 @@ max_int (int a, int b)
users want to experiment with disabling assertions, it's debatable
whether it's our responsibility to stop them. See discussion
starting at
- <http://lists.gnu.org/archive/html/bison-patches/2009-09/msg00013.html>.
+ <https://lists.gnu.org/r/bison-patches/2009-09/msg00013.html>.
For now, we use assert but we call it aver throughout Bison in case
we later wish to try another scheme.
diff --git a/src/tables.c b/src/tables.c
index b04a496e..6c8fc1cc 100644
--- a/src/tables.c
+++ b/src/tables.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/tables.h b/src/tables.h
index 7ba213b5..2194a814 100644
--- a/src/tables.h
+++ b/src/tables.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 TABLES_H_
# define TABLES_H_
diff --git a/src/uniqstr.c b/src/uniqstr.c
index 462d0318..e7dbd5d3 100644
--- a/src/uniqstr.c
+++ b/src/uniqstr.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 <config.h>
#include "system.h"
diff --git a/src/uniqstr.h b/src/uniqstr.h
index f9950ded..0a1c506f 100644
--- a/src/uniqstr.h
+++ b/src/uniqstr.h
@@ -16,7 +16,7 @@
GNU General Public License for more details.
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 UNIQSTR_H_
# define UNIQSTR_H_