minix/external/bsd/byacc/dist
Lionel Sambuc 0a6a1f1d05 NetBSD re-synchronization of the source tree
This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
 - LLVM to 3.6.1
 - GCC to GCC 5.1
 - Replace minix/commands/zdump with usr.bin/zdump
 - external/bsd/libelf has moved to /external/bsd/elftoolchain/
 - Import ctwm
 - Drop sprintf from libminc

Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
2016-01-13 20:32:14 +01:00
..
package NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
test NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
ACKNOWLEDGEMENTS Import NetBSD byacc 2012-06-18 10:54:17 +00:00
aclocal.m4 NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
AUTHORS Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
btyaccpar.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
btyaccpar.skel NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
CHANGES NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
closure.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
config_h.in NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
config.guess NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
config.sub NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
configure NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
configure.in NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
defs.h NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
descrip.mms NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
error.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
graph.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
install-sh Import NetBSD byacc 2012-06-18 10:54:17 +00:00
lalr.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
lr0.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
main.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
makefile.in NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
MANIFEST NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
mkpar.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
mstring.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
NEW_FEATURES Import NetBSD byacc 2012-06-18 10:54:17 +00:00
NO_WARRANTY Import NetBSD byacc 2012-06-18 10:54:17 +00:00
NOTES Import NetBSD byacc 2012-06-18 10:54:17 +00:00
output.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
reader.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
README Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
README.BTYACC NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
skel2c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
symtab.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
verbose.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
VERSION NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
vmsbuild.com NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
warshall.c Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
yacc.1 NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
yaccpar.c NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00
yaccpar.skel NetBSD re-synchronization of the source tree 2016-01-13 20:32:14 +01:00

-- Id: README,v 1.2 2004/03/28 17:24:53 tom Exp 

The original README is below.  I've updated this version of Berkeley Yacc
to make it ANSI C compliant - Thomas Dickey

-------------------------------------------------------------------------------
    Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc has been made
as compatible as possible with AT&T Yacc.  Berkeley Yacc can accept any input
specification that conforms to the AT&T Yacc documentation.  Specifications
that take advantage of undocumented features of AT&T Yacc will probably be
rejected.

    Berkeley Yacc is distributed with no warranty whatever.  The code is certain
to contain errors.  Neither the author nor any contributor takes responsibility
for any consequences of its use.

    Berkeley Yacc is in the public domain.  The data structures and algorithms
used in Berkeley Yacc are all either taken from documents available to the
general public or are inventions of the author.  Anyone may freely distribute
source or binary forms of Berkeley Yacc whether unchanged or modified.
Distributers may charge whatever fees they can obtain for Berkeley Yacc.
Programs generated by Berkeley Yacc may be distributed freely.

    Please report bugs to

			robert.corbett@eng.Sun.COM

Include a small example if possible.  Please include the banner string from
skeleton.c with the bug report.  Do not expect rapid responses.