mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
* NEWS (2.3b+): New section, empty for now.
* configure.ac (AC_INIT): 2.3b -> 2.3b+.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* NEWS (2.3b+): New section, empty for now.
|
||||
* configure.ac (AC_INIT): 2.3b -> 2.3b+.
|
||||
|
||||
2008-05-27 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* NEWS (2.3b): Update release date since there has been a delay in
|
||||
|
||||
4
NEWS
4
NEWS
@@ -1,6 +1,10 @@
|
||||
Bison News
|
||||
----------
|
||||
|
||||
Changes in version 2.3b+ (????-??-??):
|
||||
|
||||
*
|
||||
|
||||
Changes in version 2.3b (2008-05-27):
|
||||
|
||||
* The quotes around NAME that used to be required in the following directive
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
# We have strange test case titles, so we need Autoconf 2.61 or better.
|
||||
AC_PREREQ(2.61)
|
||||
|
||||
AC_INIT([GNU Bison], [2.3b], [bug-bison@gnu.org])
|
||||
AC_INIT([GNU Bison], [2.3b+], [bug-bison@gnu.org])
|
||||
AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2008],
|
||||
[The copyright year for this package])
|
||||
AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2008])
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
|
||||
.TH BISON "1" "May 2008" "bison 2.3b" "User Commands"
|
||||
.TH BISON "1" "May 2008" "bison 2.3b+" "User Commands"
|
||||
.SH NAME
|
||||
bison \- GNU Project parser generator (yacc replacement)
|
||||
.SH SYNOPSIS
|
||||
|
||||
Reference in New Issue
Block a user