Compare commits

...
4 Commits
Author SHA1 Message Date
Akim Demaille 0ac1584946 version 2.6.4
* NEWS: Record release date.
2012-10-23 13:46:28 +02:00
Akim Demaille 40a1cd37f3 regen 2012-10-22 18:33:47 +02:00
Akim Demaille 468455e12b 2.6.4: botched 2.6.3
* NEWS: here.
2012-10-22 18:32:19 +02:00
Akim Demaille a4eb820f17 maint: post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
2012-10-22 15:28:10 +02:00
4 changed files with 186 additions and 155 deletions
+1 -1
View File
@@ -1 +1 @@
2.6.2 2.6.3
+4
View File
@@ -1,5 +1,9 @@
GNU Bison NEWS GNU Bison NEWS
* Noteworthy changes in release 2.6.4 (2012-10-23) [stable]
Bison 2.6.3's --version was incorrect. This release fixes this issue.
* Noteworthy changes in release 2.6.3 (2012-10-22) [stable] * Noteworthy changes in release 2.6.3 (2012-10-22) [stable]
** Bug fixes ** Bug fixes
+175 -148
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -1,4 +1,4 @@
/* A Bison parser, made by GNU Bison 2.6.2.13-429e. */ /* A Bison parser, made by GNU Bison 2.6.3.3-b10d3. */
/* Bison interface for Yacc-like parsers in C /* Bison interface for Yacc-like parsers in C
@@ -30,8 +30,8 @@
This special exception was added by the Free Software Foundation in This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */ version 2.2 of Bison. */
#ifndef GRAM__________SRC_PARSE_GRAM_H #ifndef YY_GRAM__________SRC_PARSE_GRAM_H_INCLUDED
# define GRAM__________SRC_PARSE_GRAM_H # define YY_GRAM__________SRC_PARSE_GRAM_H_INCLUDED
/* Enabling traces. */ /* Enabling traces. */
#ifndef YYDEBUG #ifndef YYDEBUG
# define YYDEBUG 1 # define YYDEBUG 1
@@ -167,7 +167,7 @@ extern int gram_debug;
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE typedef union YYSTYPE
{ {
/* Line 2050 of yacc.c */ /* Line 2077 of yacc.c */
#line 115 "parse-gram.y" #line 115 "parse-gram.y"
symbol *symbol; symbol *symbol;
@@ -181,7 +181,7 @@ typedef union YYSTYPE
named_ref *named_ref; named_ref *named_ref;
/* Line 2050 of yacc.c */ /* Line 2077 of yacc.c */
#line 186 "parse-gram.h" #line 186 "parse-gram.h"
} YYSTYPE; } YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1 # define YYSTYPE_IS_TRIVIAL 1
@@ -217,4 +217,4 @@ int gram_parse ();
#endif #endif
#endif /* ! YYPARSE_PARAM */ #endif /* ! YYPARSE_PARAM */
#endif /* !GRAM__________SRC_PARSE_GRAM_H */ #endif /* !YY_GRAM__________SRC_PARSE_GRAM_H_INCLUDED */