+2004-05-03 Paul Eggert <eggert@cs.ucla.edu>
+
+ * NEWS: Unescaped newlines are no longer allowed in char & strings.
+
+ * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
+ SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
+ character and string literals.
+ (unexpected_end): New function.
+ (unexpected_eof): Use it.
+ (unexpected_newline): New function.
+ (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
+ actions.
+
+ * NEWS: Document %expect-rr.
+
+ * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
+ Fix typo by replacing $1 with $option.
+ Remove more 'intl'-related files.
+
+ * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
+ memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
+ strtoul.c.
+ * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
+ hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
+ xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
+ inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
+ stdint_h.m4, uintmax_t.m4, ulonglong.m4.
+ * src/.cvsignore: Add *.output.
+
+ * src/parse-gram.y: Put copyright notice inside %{ %} so it
+ gets copied to the output file.
+