Opened 23 years ago
Closed 19 years ago
#175 closed defect (fixed)
bison-2.1
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
new version out
Change History (34)
comment:1 by , 23 years ago
Resolution: | → later |
---|---|
Status: | new → closed |
comment:2 by , 23 years ago
dependson: | → 30 |
---|---|
Resolution: | later |
Status: | closed → reopened |
comment:3 by , 23 years ago
Priority: | normal → highest |
---|
comment:4 by , 23 years ago
Summary: | bison-1.29 → bison-1.30 |
---|
comment:5 by , 23 years ago
Summary: | bison-1.30 → bison-1.31 |
---|
bison-1.31 released.
The problem with 1.29 was to do with compiling X, see:
http://archive.linuxfromscratch.org/mail-archives/lfs-dev/2001/09/1370.html
I can't confirm it's been fixed now because I don't recall being able to reproduce it in the first place. Suggest we go to 1.31 and then make sure we do the usual tests (such as building X etc) before the next point release; then we can downgrade if necessary. Marc, Gerard, is that OK?
comment:7 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | reopened → assigned |
comment:9 by , 23 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | bison-1.31 → bison-1.32 |
Bison 1.32 is released >:(
comment:10 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | reopened → assigned |
comment:11 by , 23 years ago
Owner: | changed from | to
---|---|
Priority: | highest → high |
Status: | assigned → new |
This update can wait until after lfs-3.2
comment:12 by , 23 years ago
Summary: | bison-1.32 → bison-1.33 |
---|
And another Bison release :) This one should fix the groff + gcc 3.x troubles.
comment:13 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:14 by , 23 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | bison-1.33 → bison-1.34 |
comment:18 by , 23 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | bison-1.34 → bison-1.35 |
bison-1.35 out
comment:19 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | reopened → assigned |
comment:20 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:21 by , 22 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | bison-1.35 → bison-1.50 |
Version increment (1.50);
- configure.ac (AC_INIT), NEWS: Increment version number.
- doc/bison.texinfo: Minor spelling, grammar, and white space fixes. (Symbols): Mention that any negative value returned from yylex signifies end-of-input. Warn about negative chars. Mention the portable Standard C character set.
The GNU coding standard says CFLAGS and YFLAGS are reserved for the installer to set.
- lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
- src/Makefile.am (AM_CFLAGS): Likewise. (AM_YFLAGS): Renamed from YFLAGS.
Fix some MAX and MIN problems.
- src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
- src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
- src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
- src/reader.c (reader): Use it.
- tests/regression.at (Braces parsing): Use grep, not fgrep, as POSIX 1003.1-2001 has removed fgrep.
comment:22 by , 22 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:23 by , 22 years ago
Summary: | bison-1.50 → bison-1.75 |
---|
Version increment (1.75);
- Bison should now work on 64-bit hosts.
- Indonesian translation thanks to Tedi Heriyanto.
- GLR parsers Fix spurious parse errors.
- Pure parsers Some people redefine yyerror to steal yyparse' private variables. Reenable this trick until an official feature replaces it.
- Type Clashes In agreement with POSIX and with other Yaccs, leaving a default action is valid when $$ is untyped, and $1 typed:
untyped: ... typed;
but the converse remains an error:
typed: ... untyped;
- Values of mid-rule actions The following code:
foo: { ... } { $$ = $1; } ...
was incorrectly rejected: $1 is defined in the second mid-rule action, and is equal to the $$ of the first mid-rule action.
comment:24 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:26 by , 22 years ago
Summary: | bison-1.75 → bison-1.875 |
---|
comment:27 by , 22 years ago
Status: | reopened → assigned |
---|
comment:28 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:29 by , 21 years ago
dependson: | 30 |
---|
comment:30 by , 20 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | bison-1.875 → bison-2.0 |
See http://lists.gnu.org/archive/html/bug-bison/2004-12/msg00080.html. It's only on alpha.gnu.org at the moment, but should be on ftp.gnu.org shortly.
comment:31 by , 20 years ago
Priority: | high → normal |
---|---|
Version: | CVS → SVN |
comment:32 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Upgraded to 2.0 in unstable.
comment:33 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | bison-2.0 → bison-2.1 |
Version increment (2.1)
comment:34 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
new version (1.30). why didn't we go to 1.29 - there was a reason. try and find out and see if it's fixed before upgrading