+2009-08-01 Joel E. Denny <jdenny@clemson.edu>
+
+ Pacify "gcc -Wunused" for the input function from Flex.
+ Reported by Alex Rozenman. This warning shows up with gcc-4.3.0
+ and later.
+ * src/scan-code.l: Add "%option noinput", which I cannot find in
+ the Flex manual, but which Flex has supported since at least as
+ far back as 2.5.4. However, if any of our developers still use
+ Flex 2.5.4, they'll need to stop configuring with
+ --enable-gcc-warnings because "%option noinput" didn't work
+ correctly until Flex 2.5.6.
+ * src/scan-gram.l: Likewise.
+ * src/scan-skel.l: Likewise.
+
2009-07-31 Alex Rozenman <rozenman@gmail.com>
Fix --enable-gcc-warnings problems.
(SC_ESCAPED_CHARACTER): Warn if length is wrong.
* tests/input.at (Bad character literals): New test group.
-2009-07-24 Alex Rozenman <rozenmam@gmail.com>
+2009-07-24 Alex Rozenman <rozenman@gmail.com>
Fix some memory leaks.
* src/named-ref.c: Add a pointer check (named_ref_free).
<http://lists.gnu.org/archive/html/bison-patches/2009-06/msg00010.html>.
* src/getargs.c (usage): Here.
-2009-07-04 Alex Rozenman <rozenman@gmail.com>
+2009-07-04 Alex Rozenman <rozenman@gmail.com>
Alphabetical order in src/local.mk.
* src/local.mk: Adjust.
-2009-07-04 Alex Rozenman <rozenman@gmail.com>
+2009-07-04 Alex Rozenman <rozenman@gmail.com>
Style changes and factoring.
* src/named-ref.h: Add comments.