help-bison
[Top][All Lists]
Advanced

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

bison-1.29c released


From: Akim Demaille
Subject: bison-1.29c released
Date: 02 Oct 2001 18:59:50 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

The following message is a courtesy copy of an article
that has been posted to gnu.misc.discuss,gnu.utils.bug as well.


Some portability issues were fixed since 1.29b, as well as some bugs:

- invalid CPP guards could be generated
- invalid characters in the input could lead to a SEGV
- `--debug' was understood as `--defines'


  ftp://alpha.gnu.org/gnu/bison/bison-1.29c.tar.gz   (640 kB)
  ftp://alpha.gnu.org/gnu/bison/bison-1.29c.tar.bz2  (511 kB)

And here are xdelta-style diffs

  ftp://alpha.gnu.org/gnu/bison/bison-1.29b-1.29c.xdelta   (18 kB)

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

0d69f0056d66554b40d4d08b443e97d6  bison-1.29c.tar.gz
d2baf1be8d37e6b6e00097318ef7ab21  bison-1.29c.tar.bz2
eb2590a1146d96bab0d1c2a3098742d4c063916a  bison-1.29c.tar.gz
a2cf8dd5a779b05c0a67c5a46d71c1583fbe220b  bison-1.29c.tar.bz2


We hope this one is the right one.

For the Bison team,

     Akim



NEWS:
Changes in version 1.29c:

* `--defines' and `--graph' have now an optionnal argument which is the
  output file name. `-d' and `-g' do not change, they do not take any
  argument.

* `%source_extension' and `%header_extension' are removed, failed
  experiment.

* The test suite is more portable.

* Better portability.


ChangeLog entries:

2001-10-02  Akim Demaille  <address@hidden>

        Version 1.29c.

2001-10-02  Akim Demaille  <address@hidden>

        * tests/regression.at (Invalid CPP headers): New.
        From Alexander Belopolsky.
        * src/files.c (compute_header_macro): Map non alnum chars to `_'.

2001-10-02  Akim Demaille  <address@hidden>

        * tests/regression.at (Invalid input): New.
        * src/lex.c (lex): Be sure to set `token_buffer' in any case.
        Reported by Shura.

2001-10-02  Akim Demaille  <address@hidden>

        * tests/calc.at: Now that --debug works, the tests must be adjusted.

2001-10-02  Akim Demaille  <address@hidden>

        * src/output.c (output_parser): Assert `skeleton'.
        * src/files.c (skeleton_find): Look harder for skeletons on DOSish
        systems.
        From Shura.

2001-10-01  Marc Autret  <address@hidden>

        * src/lex.h: Echo modifications.
        * src/lex.c (unlex): Parameter is now token_t.
        From Hans Aberg.

2001-10-01  Marc Autret  <address@hidden>

        * src/main.c: Include lex.h.
        From Hans Aberg.

2001-09-29  Akim Demaille  <address@hidden>

        * src/getargs.c (longopts): `--debug' is `-t', not `-d'.

2001-09-28  Akim Demaille  <address@hidden>

        * tests/testsuite.at: Update to newer Autotest.
        * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.

2001-09-27  Akim Demaille  <address@hidden>

        Position independent wrapper.

        * tests/bison: Remove.
        * tests/bison.in: New.
        * configure.in: Adjust.

2001-09-27  Paul Eggert  <address@hidden>

        Port quotearg fixes from tar 1.13.24.

        * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
        tm to be declared.
        (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
        (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.

        * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
        * m4/mbrtowc.m4: New file.
        * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
        Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).



reply via email to

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