]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
doc: give credit to more of Bison's developers.
[bison.git] / ChangeLog
index 1dacd346097e9318b48467dc6cdba0cccf40502e..d5f9d0f71fa2ecf4069129674f624b167932fcb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2011-02-06  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       doc: give credit to more of Bison's developers.
+       * doc/bison.texinfo (Introduction): Don't imply that only Robert
+       Corbett, Richard Stallman, and Wilfred Hansen have contributed to
+       Bison.  However, I don't have time to write a full history, so
+       just point readers to THANKS and ChangeLog.
+
+2011-02-06  Joel E. Denny  <joeldenny@joeldenny.org>
+
+       doc: document experimental features better.
+       * doc/bison.texinfo (Introduction): Say that IELR(1) and canonical
+       LR(1) are experimental.  Mention Java.  Normally experimental
+       features probably shouldn't be mentioned in the introduction.
+       However, if Bison's limitations to LALR(1), C, and C++ are so
+       important that they should be mentioned here, then it's important
+       to point out that Bison is beginning to escape those limitations.
+       Moreover, these particular experimental features have very little
+       chance of being removed.
+       * src/getargs.c (usage): Say that IELR(1) and canonical LR(1) are
+       experimental.
+
 2011-01-29  Joel E. Denny  <joeldenny@joeldenny.org>
 
        Do not allow identifiers that start with a dash.
 2011-01-29  Joel E. Denny  <joeldenny@joeldenny.org>
 
        Do not allow identifiers that start with a dash.