SHA256
1
0
forked from pool/byacc
Commit Graph

8 Commits

Author SHA256 Message Date
Guido Berhoerster
c863430402 - update to version 20141006
- package/debian/source/format: change to native format to work
    around regression in Debian packaging.
  - main.c: correct parameter for umask - for very old mkstemp's -
    and use type mode_t to quiet compiler warning
  - configure.in: add configure check for mode_t
  - reader.c: better fix for get_line, by ensuring there is enough
    space to null-terminate its result (prompted by discussion with
    Craig Rodrigues).
  - main.c: make change to umask before calling mkstemp, as
    suggested in Coverity #56902
  - reader.c: adjust logic in copy_action to avoid potential
    null-pointer dereference (Coverity #56901)
  - reader.c: adjust logic to avoid potential null-pointer
    dereference in compile_args (Coverity #63407)
  - reader.c: eliminate strcpy into fixed-size buffer (Coverity
    #63408)
  - yacc.1: document changes made with respect to %parse-param
  - output.c: add parameters from %parse-param to destructor.  The
    order of the parameters is intentionally inconsistent with
    yyparse/yyerror, for "compatibility" with bison.
  - output.c: use puts_param_types/puts_param_names to output
    lex_param data.
  - btyaccpar.c: add casts, change types to fix strict compiler
    warnings
  - output.c: gcc-warning
  - output.c: fix limit when merging real/workaround tables
  - output.c: for btyacc, it is possible to have no conflicts - but
    in that case, the "ctable" was not generated at all, while the
    skeleton uses the table.  The most straightforward (workaround)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=13
2014-10-10 06:13:04 +00:00
Guido Berhoerster
83b2779808 - update to version 20140715
* fix tests
  * remove obsolete -D option from usage message

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=11
2014-08-26 06:52:14 +00:00
Guido Berhoerster
d33c4220fd - update to version 20140422
* too large number of changes to list here, see the included
    CHANGES file for a detailed list

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=9
2014-05-26 16:01:57 +00:00
Guido Berhoerster
b54c7add5c - 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
2013-09-26 11:11:36 +00:00
Guido Berhoerster
c76707f999 Accepting request 185697 from home:elvigia:branches:devel:tools:compiler
- run test suite 
- use --program-prefix instead of moving/renaming executables 
  around.

- byacc 20130304
* too many since 2010 to list here.. see 
http://invisible-island.net/byacc/CHANGES

OBS-URL: https://build.opensuse.org/request/show/185697
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=5
2013-08-03 07:32:41 +00:00
Ismail Dönmez
d1dac096af Accepting request 82933 from home:jengelh:bl-b
- Remove redundant tags/sections from specfile

OBS-URL: https://build.opensuse.org/request/show/82933
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=3
2011-09-18 08:35:09 +00:00
Lars Vogdt
264db3f975 Autobuild autoformatter for 80793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/byacc?expand=0&rev=2
2011-09-05 14:28:33 +00:00
Ismail Dönmez
b4777b627e Accepting request 80777 from home:gberh
Please add byacc.

OBS-URL: https://build.opensuse.org/request/show/80777
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/byacc?expand=0&rev=1
2011-09-03 15:16:17 +00:00