X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/56f772e95e0268d7dc4695450e8f65c22be9fbc2..78f654185a156fe2cbaba0fae78a80b2146024b9:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 619b9736..86f1d918 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2009-03-31 Akim Demaille + + bootstrap: --help to stdout. + * bootstrap (usage): Don't send --help to stderr. + Use a here doc instead of a long string. + +2009-03-31 Akim Demaille + + bootstrap: README-hacking no longer exists + * bootstrap (checkout_only_file): Set to HACKING. + +2009-03-26 Akim Demaille + + doc: merge HACKING and README-hacking. + Two files is confusing. + Reported by Alexandre Duret-Lutz. + + * README-hacking: Merge into... + * HACKING (Working from the repository): here. + +2009-03-26 Akim Demaille + + doc: update README-hacking. + * README-hacking: We now use git and git submodules. + Reported by Ralf Wildenhues and Alexandre Duret-Lutz. + 2009-03-26 Akim Demaille lalr1.cc: avoid GCC 4.3 warnings. @@ -31,9 +57,9 @@ 2009-03-02 Akim Demaille Use locations in the variant example. - Yes, this obfuscates the point of this example, variants only. But glr.cc - cannot work (yet?) without locations. This change makes it easier to use - this example with glr.cc. + Yes, this obfuscates the point of this example, variants only. + But glr.cc cannot work (yet?) without locations. This change + makes it easier to use this example with glr.cc. * examples/variant.yy (assert): %define it. (locations): Request them.