]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
(STRING_FREE): Don't use FLEX_PREFIX (last_string)
[bison.git] / ChangeLog
index c89138a7ed27f9634e6fe74f397699fadcdfe16d..8a95c859bd27ed78a599eee64e8849c884ecb827 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-07-09  Akim Demaille  <akim@lrde.epita.fr>
+
+       Implement --warnings/-W.
+       * src/getargs.c (report_argmatch, trace_argmatch): Remove,
+       replaced by...
+       (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
+       Adjust callers.
+       * src/getargs.h, src/getargs.c (warnings, warnings_flags)
+       (warnings_args, warnings_types): New.
+       (getargs, short_options, long_options): Accept -W/--warnings.
+       Sort the options by alphabetical order, upper case letter right
+       before its lower case.
+
 2006-07-09  Joel E. Denny  <jdenny@ces.clemson.edu>
 
        Change %merge result type clash warnings to errors.  Discussed at