SHA256
1
0
forked from pool/byacc

- update to version 20130925

* reader.c: fix two loop-limits found by clang 3.3 --analyze
  * configure: regen
  * aclocal.m4: tweaks to CF_MIXEDCASE_FILENAMES and
    CF_XOPEN_SOURCE for msys from ncurses
  * package/mingw-byacc.spec: RCS_BASE
  * regenerate various test files
  * skeleton.c: Increase default stack-size to match FreeBSD
    version noted as from "BSD 4.4 Lite Usr.bin Sources".
  * config.sub: update to 2013-09-15
  * config.guess: update to 2013-06-10

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=7
This commit is contained in:
Guido Berhoerster
2013-09-26 11:11:36 +00:00
committed by Git OBS Bridge
parent c76707f999
commit b54c7add5c
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Sep 26 11:06:49 UTC 2013 - gber@opensuse.org
- update to version 20130925
* reader.c: fix two loop-limits found by clang 3.3 --analyze
* configure: regen
* aclocal.m4: tweaks to CF_MIXEDCASE_FILENAMES and
CF_XOPEN_SOURCE for msys from ncurses
* package/mingw-byacc.spec: RCS_BASE
* regenerate various test files
* skeleton.c: Increase default stack-size to match FreeBSD
version noted as from "BSD 4.4 Lite Usr.bin Sources".
* config.sub: update to 2013-09-15
* config.guess: update to 2013-06-10
-------------------------------------------------------------------
Sat Aug 3 03:46:44 UTC 2013 - crrodriguez@opensuse.org