diff options
author | wiz <wiz> | 2005-09-30 13:51:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-09-30 13:51:25 +0000 |
commit | 2159377780ba7c047231dd3a9e9a1ff1f0515385 (patch) | |
tree | 3c6b60302842521aa28f0c7b75bb3a9fb925cd7f /devel/bison/distinfo | |
parent | b409cec7976d6510e21503b0edd5b4f0c245ee2a (diff) | |
download | pkgsrc-2159377780ba7c047231dd3a9e9a1ff1f0515385.tar.gz |
Update to 2.1:
Changes in version 2.1, 2005-09-16:
* Bison-generated parsers now support the translation of diagnostics like
"syntax error" into languages other than English. The default
language is still English. For details, please see the new
Internationalization section of the Bison manual. Software
distributors should also see the new PACKAGING file. Thanks to
Bruno Haible for this new feature.
* Wording in the Bison-generated parsers has been changed slightly to
simplify translation. In particular, the message "memory exhausted"
has replaced "parser stack overflow", as the old message was not
always accurate for modern Bison-generated parsers.
* Destructors are now called when the parser aborts, for all symbols left
behind on the stack. Also, the start symbol is now destroyed after a
successful parse. In both cases, the behavior was formerly inconsistent.
* When generating verbose diagnostics, Bison-generated parsers no longer
quote the literal strings associated with tokens. For example, for
a syntax error associated with '%token NUM "number"' they might
print 'syntax error, unexpected number' instead of 'syntax error,
unexpected "number"'.
Diffstat (limited to 'devel/bison/distinfo')
-rw-r--r-- | devel/bison/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/bison/distinfo b/devel/bison/distinfo index bbf244a32ae..60b3141791b 100644 --- a/devel/bison/distinfo +++ b/devel/bison/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2005/02/23 22:24:10 agc Exp $ +$NetBSD: distinfo,v 1.17 2005/09/30 13:51:25 wiz Exp $ -SHA1 (bison-2.0.tar.gz) = bd18d535ab673415491d4e5c7a5ec5ebfc06ef5c -RMD160 (bison-2.0.tar.gz) = 5ce9378e902194918dce4de04e096522f79144a8 -Size (bison-2.0.tar.gz) = 1163590 bytes +SHA1 (bison-2.1.tar.bz2) = 0a3a5b3a506e4c406e6a82640058d3a29a309b84 +RMD160 (bison-2.1.tar.bz2) = 43967931eb04635547277bbd0152b45414420299 +Size (bison-2.1.tar.bz2) = 1005925 bytes SHA1 (patch-aa) = 48ae980971419ede0a45dc5aac7d302586d3826e |