mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
Version 2.4.1.
* NEWS: Set version and date. * lib/Makefile.am: Update copyright year. * tests/atlocal.in: Update copyright year.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2008-12-11 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
|
Version 2.4.1.
|
||||||
|
* NEWS: Set version and date.
|
||||||
|
* lib/Makefile.am: Update copyright year.
|
||||||
|
* tests/atlocal.in: Update copyright year.
|
||||||
|
|
||||||
2008-12-11 Joel E. Denny <jdenny@ces.clemson.edu>
|
2008-12-11 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
Semicolon feature removal is not about future language support.
|
Semicolon feature removal is not about future language support.
|
||||||
|
|||||||
2
NEWS
2
NEWS
@@ -1,7 +1,7 @@
|
|||||||
Bison News
|
Bison News
|
||||||
----------
|
----------
|
||||||
|
|
||||||
* Changes in version ?.? (????-??-??):
|
* Changes in version 2.4.1 (2008-12-11):
|
||||||
|
|
||||||
** In the GLR defines file, unexpanded M4 macros in the yylval and yylloc
|
** In the GLR defines file, unexpanded M4 macros in the yylval and yylloc
|
||||||
declarations have been fixed.
|
declarations have been fixed.
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
# Make bison/lib.
|
# Make bison/lib.
|
||||||
|
|
||||||
# Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
|
# Copyright (C) 2001, 2002, 2003, 2004, 2006, 2008 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
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
# @configure_input@ -*- shell-script -*-
|
# @configure_input@ -*- shell-script -*-
|
||||||
# Configurable variable values for Bison test suite.
|
# Configurable variable values for Bison test suite.
|
||||||
|
|
||||||
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
|
# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
|
||||||
# Foundation, Inc.
|
# Software Foundation, Inc.
|
||||||
|
|
||||||
# We need a C compiler.
|
# We need a C compiler.
|
||||||
CC='@CC@'
|
CC='@CC@'
|
||||||
|
|||||||
Reference in New Issue
Block a user