summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b560cd3f..2ce2ad51 100644
--- a/NEWS
+++ b/NEWS
@@ -3403,7 +3403,7 @@ GNU Bison NEWS
inherent flaws when %error-verbose or "#define YYERROR_VERBOSE" is
used. For a more detailed discussion, see:
- http://lists.gnu.org/archive/html/bison-patches/2009-12/msg00024.html
+ https://lists.gnu.org/r/bison-patches/2009-12/msg00024.html
The upcoming Bison 2.5 will remove YYFAIL from Java parsers, but
deterministic parsers in C will continue to implement it. However,
@@ -4159,7 +4159,7 @@ GNU Bison NEWS
error token. The new behavior has long been the documented behavior,
and has long been required by POSIX. For more details, please see
Paul Eggert, "Reductions during Bison error handling" (2002-05-20)
- <http://lists.gnu.org/archive/html/bug-bison/2002-05/msg00038.html>.
+ <https://lists.gnu.org/r/bug-bison/2002-05/msg00038.html>.
** Traces
Popped tokens and nonterminals are now reported.