Home | History | Annotate | only in /external/bison
Up to higher level directory
NameDateSize
ABOUT-NLS28-Mar-201237.6K
aclocal.m428-Mar-201232.5K
Android.mk28-Mar-20121.4K
AUTHORS28-Mar-2012216
build-aux/28-Mar-2012
ChangeLog28-Mar-2012562.2K
CleanSpec.mk28-Mar-20122.2K
config.h28-Mar-201211.8K
config.hin28-Mar-201211.2K
config.log28-Mar-201276.2K
config.status28-Mar-201256.9K
configure28-Mar-2012489.4K
configure.ac28-Mar-20124.2K
COPYING28-Mar-201217.6K
data/28-Mar-2012
djgpp/28-Mar-2012
doc/28-Mar-2012
examples/28-Mar-2012
GNUmakefile28-Mar-20122K
INSTALL28-Mar-20129.3K
lib/28-Mar-2012
m4/28-Mar-2012
Makefile28-Mar-201222.8K
Makefile.am28-Mar-20121.4K
Makefile.cfg28-Mar-20121.6K
Makefile.in28-Mar-201222.4K
Makefile.maint28-Mar-201220.7K
NEWS28-Mar-201224.6K
NOTICE28-Mar-201217.6K
OChangeLog28-Mar-201245.7K
PACKAGING28-Mar-20121.9K
README28-Mar-20121.6K
src/28-Mar-2012
stamp-h128-Mar-201223
tests/28-Mar-2012
THANKS28-Mar-20123.9K
TODO28-Mar-201210.7K

README

      1 This directory contains the Bison parser generator.
      2 
      3 See the file INSTALL for generic compilation and installation instructions.
      4 See the file doc/FAQ for frequently asked questions.
      5 
      6 Bison requires GNU m4 1.4.3 or later.  See:
      7 
      8 ftp://ftp.gnu.org/gnu/m4/m4-1.4.3.tar.gz
      9 
     10 Bison can work with pre-1.4.3 distributions of GNU m4 if they are
     11 sufficiently patched, but if you encounter a bug with an older
     12 distribution and report a bug we will probably suggest that you
     13 upgrade to 1.4.3 as the first step in trying to fix it.
     14 
     15 Please send bug reports to <bug-bison (a] gnu.org>.  Please include the
     16 version number from `bison --version', and a complete, self-contained
     17 test case in each bug report.
     18 
     19 If you have questions about using Bison and the documentation does
     20 not answer them, please send mail to <help-bison (a] gnu.org>.
     21 
     22 -----
     23 
     24 Copyright (C) 1992, 1998, 1999, 2003, 2004, 2005 Free Software Foundation, Inc.
     25 
     26 This file is part of Bison, the GNU Compiler Compiler.
     27 
     28 Bison is free software; you can redistribute it and/or modify
     29 it under the terms of the GNU General Public License as published by
     30 the Free Software Foundation; either version 2, or (at your option)
     31 any later version.
     32 
     33 Bison is distributed in the hope that it will be useful,
     34 but WITHOUT ANY WARRANTY; without even the implied warranty of
     35 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     36 GNU General Public License for more details.
     37 
     38 You should have received a copy of the GNU General Public License
     39 along with autoconf; see the file COPYING.  If not, write to
     40 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
     41 Boston, MA 02110-1301, USA.
     42