Address 'make sc_error_message_uppercase' failures.
commitd9b1e85c32afae7cd1fd11d1d920e8d8dc196c21
authorEric Blake <ebb9@byu.net>
Mon, 4 Jan 2010 23:56:22 +0000 (4 16:56 -0700)
committerEric Blake <ebb9@byu.net>
Fri, 8 Jan 2010 04:39:28 +0000 (7 21:39 -0700)
treea75f0a6bc6cef6e1062c4fb5b7a54a70c692e736
parent3117f7ea6a22ea5b32877180b460beffba5ca83f
Address 'make sc_error_message_uppercase' failures.

* m4/output.c (m4_freeze_diversions): Silence false positive.
* src/main.c (main): Use 'warning', not 'Warning', in messages.
* m4/utility.c (m4_verror_at_line): Likewise.
* doc/m4.texinfo (Operation modes, Macro Arguments, Undefine)
(Defn, Pushdef, Indir, Builtin, Ifdef, Ifelse, Dumpdef, Trace)
(Debuglen, Debugfile, Dnl, Changeresyntax, Standard Modules)
(Index macro, Regexp, Substr, Translit, Patsubst, Format, Incr)
(Eval, Mkstemp, Syncoutput, Improved forloop)
(Improved fatal_error): Adjust expected output.
* tests/builtins.at (define, mkdtemp, mkstemp): Likewise.
* tests/freeze.at (loading format 1, reloading unknown builtin):
Likewise.
* tests/macros.at (Arity and defn, 'Arity, defn, and freeze')
(pushdef/popdef): Likewise.
* tests/null.err: Likewise.
* tests/options.at (deprecated options, POSIXLY_CORRECT)
(--fatal-warnings, --regexp-syntax, --syncoutput): Likewise.
* tests/others.at (nul character, stdin seekable): Likewise.
* tests/modules.at (AT_CHECK_M4_MODTEST, modules: text):
Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
12 files changed:
ChangeLog
doc/m4.texinfo
m4/output.c
m4/utility.c
src/main.c
tests/builtins.at
tests/freeze.at
tests/macros.at
tests/modules.at
tests/null.err
tests/options.at
tests/others.at