3 This file attempts to describe the rules to use when hacking Bison.
4 Don't put this file into the distribution. Don't mention it in the
9 ** If you incorporate a change from somebody on the net:
10 First, if it is a large change, you must make sure they have signed
11 the appropriate paperwork. Second, be sure to add their name and
12 email address to THANKS.
14 ** If a change fixes a test, mention the test in the ChangeLog entry.
17 If somebody reports a new bug, mention his name in the ChangeLog entry
18 and in the test case you write. Put him into THANKS.
20 The correct response to most actual bugs is to write a new test case
21 which demonstrates the bug. Then fix the bug, re-run the test suite,
22 and check everything in.
25 Which include serious bug fixes, must be mentioned in NEWS.
34 Try to run the test suite with more severe conditions before a
37 - Configure the package with --enable-gcc-warnings, so that one checks
38 that 1. Bison compiles cleanly, 2. the parsers it produces compile
41 - Change tests/bison to run `valgrind -q bison' to run Bison under
44 - Run the test suite with `./testsuite PREPARSER='valgrind -q' to make
45 sure the parser behave properly.
47 - Change tests/atlocal/CFLAGS to add your preferred options. For
48 instance, `-traditional' to check that the parsers are K&R. Note
49 that it does not make sense for glr.c, which should be ANSI,
50 but currently is actually GNU C, nor for lalr1.cc, which anyway is
51 not exercised yet in the test suite.
53 - Change tests/atlocal/CC to use a C++ compiler.
61 ** Update the foreign files
62 Running `make update' in the top level should make it all for you.
63 This covers PO files too. Beware that it happens that some PO files
64 contain serious problems and are rejected by recent Gettext releases:
65 fix them all, and complain to the Translation Project!
67 Note that there might be *new* PO files. Don't forget to update the
68 whole machinery, which not only includes LINGUAS, but `cvs add'ing the
72 The version number, *and* the date of the release (including for
76 Should have an entry similar to `Version 1.49b.'.
77 Check all this in once `make distcheck' passes.
80 Running `make alpha' is absolutely perfect for beta releases: it makes
81 the tarballs, the xdeltas, and prepares (in /tmp/) a proto
82 announcement. It is so neat, that that's what I use anyway for
83 genuine releases, but adjusting things by hand (e.g., the urls in the
84 announcement file, the ChangeLog which is not needed etc.).
86 If it fails, you're on your own...
91 Put the tarballs/xdeltas where they should be. Or put it somewhere,
92 and send the URL to ftp-upload@gnu.org.
94 ** Bump the version number
95 In configure.ac. Run `make', check this in.
98 Complete/fix the announcement file, and send it at least to
99 info@gnu.org (if a real release, or a ``serious beta''),
100 bison@gnu.org, and translation@iro.umontreal.ca.
105 Copyright (C) 2002 Free Software Foundation, Inc.
107 This file is part of GNU Bison.
109 GNU Bison is free software; you can redistribute it and/or modify
110 it under the terms of the GNU General Public License as published by
111 the Free Software Foundation; either version 2, or (at your option)
114 GNU Bison is distributed in the hope that it will be useful,
115 but WITHOUT ANY WARRANTY; without even the implied warranty of
116 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
117 GNU General Public License for more details.
119 You should have received a copy of the GNU General Public License
120 along with GNU Bison; see the file COPYING. If not, write to the Free
121 Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA