X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/427c0dda0c9fb207d8abdd92e3f77f91af9b682d..f7737e2e16cb9a49c258ac4b82b2b5f4fa9d0f18:/HACKING diff --git a/HACKING b/HACKING index 157d7145..3db97743 100644 --- a/HACKING +++ b/HACKING @@ -4,6 +4,11 @@ This file attempts to describe the rules to use when hacking Bison. Don't put this file into the distribution. Don't mention it in the ChangeLog. +Everything related to the development of Bison is on Savannah: + + http://savannah.gnu.org/projects/bison/ + + * Administrivia ** If you incorporate a change from somebody on the net: @@ -21,6 +26,7 @@ The correct response to most actual bugs is to write a new test case which demonstrates the bug. Then fix the bug, re-run the test suite, and check everything in. + * Hacking ** Visible changes @@ -46,11 +52,10 @@ release: that 1. Bison compiles cleanly, 2. the parsers it produces compile cleanly too. -- Change tests/bison to run `valgrind -q bison' to run Bison under - Valgrind. - -- Run the test suite with `./testsuite PREPARSER='valgrind -q' to make - sure the parser behave properly. +- run `make maintainer-check' which: + - runs `valgrind -q bison' to run Bison under Valgrind. + - runs the parsers under Valdrind. + - runs the test suite with G++ as C compiler... - Change tests/atlocal/CFLAGS to add your preferred options. For instance, `-traditional' to check that the parsers are K&R. Note @@ -58,8 +63,6 @@ release: but currently is actually GNU C, nor for lalr1.cc, which anyway is not exercised yet in the test suite. -- Change tests/atlocal/CC to use a C++ compiler. - * Release Procedure