]> git.saurik.com Git - bison.git/commitdiff
* src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 6 Jun 2006 06:00:55 +0000 (06:00 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 6 Jun 2006 06:00:55 +0000 (06:00 +0000)
Use Akim's wording from
<http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.

ChangeLog
src/getargs.c

index b83293398bec314d1539781b1fe6cce8b340ea2c..511d1799e421184d24b6ca3828e94a417e7deda6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 $Id$
 
+2006-06-06  Joel E. Denny  <jdenny@ces.clemson.edu>
+
+       * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
+       Use Akim's wording from
+       <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
+
 2006-06-06  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Between Bison releases, manually append `+' to the previous Bison
index 3895d3faa2da8d1117c84b8295987cb38c798daa..c1027d3baec0324509f5e189013bc180a904dca9 100644 (file)
@@ -199,7 +199,7 @@ usage (int status)
       /* Some efforts were made to ease the translators' task, please
         continue.  */
       fputs (_("\
-GNU bison generates parsers for LALR(1) grammars.\n"), stdout);
+GNU bison generates LALR(1) and GLR parsers.\n"), stdout);
       putc ('\n', stdout);
 
       fprintf (stdout, _("\