* data/bison.m4 (b4_cat): Put a newline after the end delimiter of the

here document and before the EOF so that BSD's implementation of Bourne
shell doesn't parse the delimiter as part of the here document.
* doc/.cvsignore: Add cross-options.texi.
* src/getargs.c (usage): Add a blank line after the warning categories.
This commit is contained in:
Joel E. Denny
2007-11-10 01:36:54 +00:00
parent d0ee410565
commit 66f0441da3
4 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
2007-11-09 Joel E. Denny <jdenny@ces.clemson.edu>
* data/bison.m4 (b4_cat): Put a newline after the end delimiter of the
here document and before the EOF so that BSD's implementation of Bourne
shell doesn't parse the delimiter as part of the here document.
* doc/.cvsignore: Add cross-options.texi.
* src/getargs.c (usage): Add a blank line after the warning categories.
2007-11-08 Paolo Bonzini <bonzini@gnu.org> 2007-11-08 Paolo Bonzini <bonzini@gnu.org>
* data/lalr1.java (Lexer): Remove usage of b4_pure_if. * data/lalr1.java (Lexer): Remove usage of b4_pure_if.

View File

@@ -74,7 +74,8 @@ version 2.2 of Bison.])])
m4_define([b4_cat], m4_define([b4_cat],
[m4_syscmd([cat <<'_m4eof' [m4_syscmd([cat <<'_m4eof'
]m4_bpatsubst(m4_dquote($1), [_m4eof], [_m4@`eof])[@ ]m4_bpatsubst(m4_dquote($1), [_m4eof], [_m4@`eof])[@
_m4eof])dnl _m4eof
])dnl
m4_if(m4_sysval, [0], [], [m4_fatal([$0: cannot write to stdout])])]) m4_if(m4_sysval, [0], [], [m4_fatal([$0: cannot write to stdout])])])
# b4_error(KIND, FORMAT, [ARG1], [ARG2], ...) # b4_error(KIND, FORMAT, [ARG1], [ARG2], ...)

View File

@@ -20,3 +20,4 @@ Makefile.in
*.info* *.info*
stamp-vti stamp-vti
version.texi version.texi
cross-options.texi

View File

@@ -298,6 +298,7 @@ Warning categories include:\n\
`no-CATEGORY' turn off warnings in CATEGORY\n\ `no-CATEGORY' turn off warnings in CATEGORY\n\
`none' turn off all the warnings\n\ `none' turn off all the warnings\n\
`error' treat warnings as errors\n\ `error' treat warnings as errors\n\
\n\
"), stdout); "), stdout);
fputs (_("\ fputs (_("\