bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bison 1.30c


From: Akim Demaille
Subject: Bison 1.30c
Date: 14 Nov 2001 16:24:31 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

This is the 1.31 release candidate.  A special thanks to our
translators who do a really great job at updating the PO files.

  ftp://alpha.gnu.org/gnu/bison/bison-1.30c.tar.gz   (653 kB)
  ftp://alpha.gnu.org/gnu/bison/bison-1.30c.tar.bz2  (526 kB)

And here are xdelta-style diffs

  ftp://alpha.gnu.org/gnu/bison/bison-1.30b-1.30c.xdelta   (21 kB)

Here are the MD5 and SHA1 signatures for the compressed tar files:

ec9e9117a40e3b2a21b7cc7c4d5633b4  bison-1.30c.tar.gz
19b2a874a6a80f1108d3a55c4648c4e6  bison-1.30c.tar.bz2
54b6959ddff7fd87454b020644b3b2d541a3af5a  bison-1.30c.tar.gz
255dcdfbe76c4cc4a8a7d3024d9895baca8815c9  bison-1.30c.tar.bz2

NEWS:
Changes in version 1.30c:

* Fixed a few warnings.

* Some portability issues.


ChangeLog entries:

**********************************************************************
ChangeLog       2001/11/14 15:25:51     1.173.2.114
**********************************************************************
2001-11-14  Akim Demaille  <address@hidden>

        Version 1.30c.

2001-11-14  Akim Demaille  <address@hidden>

        * tests/calc.at, tests/output.at, tests/regression.at,
        * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
        now the tests are run in private dirs, therefore AC_CLEANUP and
        family can be simplified to 0-ary.
        * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
        use abs. path to find config.h.

2001-11-14  Akim Demaille  <address@hidden>

        * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
        stderr, there can be way too much random noise.
        Instead pass -Werror to GCC and rely on the exit status.
        Reported by Wolfram Wagner.

2001-11-14  Akim Demaille  <address@hidden>

        * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
        defined only if yyoverflow is defined, to avoid `warning: unused
        variable `yyvs1''.
        Reported by The Test Suite.

2001-11-14  Akim Demaille  <address@hidden>

        * src/print.c: Include reduce.h.
        Reported by Hans Aberg.

2001-11-14  Akim Demaille  <address@hidden>

        * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
        Revert a previous patch:  these are really const.
        * src/conflicts.c (conflict_report): Additional useless pair of
        braces to pacify GCC's warnings for `if () if () {} else {}'.
        * src/lex.c (parse_percent_token): Replace equal_offset with
        arg_offset.
        arg is const.
        Be sure to strdup `arg' when used, since there is no reason for
        token_buffer not to change.

2001-11-14  Akim Demaille  <address@hidden>

        * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
        definition.
        * src/main.c (main): Use them.
        Suggested by Hans Aberg.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]