]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
bootstrap: --help to stdout.
[bison.git] / ChangeLog
index 619b9736246f7b4ea6f64a066da90c86a803cf2d..86f1d918a368b9c16a6a4850527c539a359e12a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2009-03-31  Akim Demaille  <demaille@gostai.com>
+
+       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  <demaille@gostai.com>
+
+       bootstrap: README-hacking no longer exists
+       * bootstrap (checkout_only_file): Set to HACKING.
+
+2009-03-26  Akim Demaille  <demaille@gostai.com>
+
+       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  <demaille@gostai.com>
+
+       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  <demaille@gostai.com>
 
        lalr1.cc: avoid GCC 4.3 warnings.
@@ -31,9 +57,9 @@
 2009-03-02  Akim Demaille  <demaille@gostai.com>
 
        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.