73
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make error messages more consistent with GNU coding standards - start with lower case, and don't end sentence with punctuation. * src/debug.c (trace_pre): Update message wording. * src/eval.c (evaluate, cmp_term, shift_term, mult_term): Likewise. * src/freeze.c (produce_frozen_state, issue_expect_message), (reload_frozen_state): Likewise. * src/input.c (push_string_init, pop_init, init_macro_token), (peek_input, next_char_1, set_word_regexp, next_token): Likewise. * src/m4.c (stackovf_handler, main): Likewise. * src/macro.c (expand_token, expand_argument, call_macro), (expand_macro): Likewise. * src/output.c (make_room_for, output_text, insert_file), (freeze_diversions): Likewise. * src/symtab.c (symtab_init, lookup_symbol): Likewise. More... almost 18 years ago
Make error messages more consistent with GNU coding standards - start with lower case, and don't end sentence with punctuation. * src/debug.c (trace_pre): Update message wording. * src/eval.c (evaluate, cmp_term, shift_term, mult_term): Likewise. * src/freeze.c (produce_frozen_state, issue_expect_message), (reload_frozen_state): Likewise. * src/input.c (push_string_init, pop_init, init_macro_token), (peek_input, next_char_1, set_word_regexp, next_token): Likewise. * src/m4.c (stackovf_handler, main): Likewise. * src/macro.c (expand_token, expand_argument, call_macro), (expand_macro): Likewise. * src/output.c (make_room_for, output_text, insert_file), (freeze_diversions): Likewise. * src/symtab.c (symtab_init, lookup_symbol): Likewise. More... almost 18 years ago
Make error messages more consistent with GNU coding standards - start with lower case, and don't end sentence with punctuation. * src/debug.c (trace_pre): Update message wording. * src/eval.c (evaluate, cmp_term, shift_term, mult_term): Likewise. * src/freeze.c (produce_frozen_state, issue_expect_message), (reload_frozen_state): Likewise. * src/input.c (push_string_init, pop_init, init_macro_token), (peek_input, next_char_1, set_word_regexp, next_token): Likewise. * src/m4.c (stackovf_handler, main): Likewise. * src/macro.c (expand_token, expand_argument, call_macro), (expand_macro): Likewise. * src/output.c (make_room_for, output_text, insert_file), (freeze_diversions): Likewise. * src/symtab.c (symtab_init, lookup_symbol): Likewise. More... almost 18 years ago
Make error messages more consistent with GNU coding standards - start with lower case, and don't end sentence with punctuation. * src/debug.c (trace_pre): Update message wording. * src/eval.c (evaluate, cmp_term, shift_term, mult_term): Likewise. * src/freeze.c (produce_frozen_state, issue_expect_message), (reload_frozen_state): Likewise. * src/input.c (push_string_init, pop_init, init_macro_token), (peek_input, next_char_1, set_word_regexp, next_token): Likewise. * src/m4.c (stackovf_handler, main): Likewise. * src/macro.c (expand_token, expand_argument, call_macro), (expand_macro): Likewise. * src/output.c (make_room_for, output_text, insert_file), (freeze_diversions): Likewise. * src/symtab.c (symtab_init, lookup_symbol): Likewise. More... almost 18 years ago
* src/builtin.c (builtin_tab): Make format and indir blind. (substitute): Prefer "Warning:" vs. "ERROR:" in messages. * NEWS: Mention the change to builtins. More... almost 18 years ago
* src/builtin.c (builtin_tab): Make format and indir blind. (substitute): Prefer "Warning:" vs. "ERROR:" in messages. * NEWS: Mention the change to builtins. More... almost 18 years ago
* src/builtin.c (builtin_tab): Make format and indir blind. (substitute): Prefer "Warning:" vs. "ERROR:" in messages. * NEWS: Mention the change to builtins. More... almost 18 years ago
* src/builtin.c (builtin_tab): Make format and indir blind. (substitute): Prefer "Warning:" vs. "ERROR:" in messages. * NEWS: Mention the change to builtins. More... almost 18 years ago
Robustify frozen file format. * src/freeze.c (reload_frozen_state): Add GET_DIRECTIVE helper macro. Require V first, and only accept it once. For F, use placeholder if builtin is not found, rather than warning. * src/m4.h (m4_placeholder): New prototype. * src/builtin.c: Unify error message style. (m4_placeholder): New function, warn if invoked. (builtin_tab): Add m4_placeholder. (m4_defn): Warn if placeholder is encountered. (find_builtin_by_addr): Handle placeholder. (find_builtin_by_name): Return placeholder on failure. (m4_builtin): Treat placeholder as undefined. * doc/m4.texinfo (Frozen files): Document changes in V and F. * NEWS: Document this change. Reported by Bruno Haible. More... almost 18 years ago
Robustify frozen file format. * src/freeze.c (reload_frozen_state): Add GET_DIRECTIVE helper macro. Require V first, and only accept it once. For F, use placeholder if builtin is not found, rather than warning. * src/m4.h (m4_placeholder): New prototype. * src/builtin.c: Unify error message style. (m4_placeholder): New function, warn if invoked. (builtin_tab): Add m4_placeholder. (m4_defn): Warn if placeholder is encountered. (find_builtin_by_addr): Handle placeholder. (find_builtin_by_name): Return placeholder on failure. (m4_builtin): Treat placeholder as undefined. * doc/m4.texinfo (Frozen files): Document changes in V and F. * NEWS: Document this change. Reported by Bruno Haible. More... almost 18 years ago
Robustify frozen file format. * src/freeze.c (reload_frozen_state): Add GET_DIRECTIVE helper macro. Require V first, and only accept it once. For F, use placeholder if builtin is not found, rather than warning. * src/m4.h (m4_placeholder): New prototype. * src/builtin.c: Unify error message style. (m4_placeholder): New function, warn if invoked. (builtin_tab): Add m4_placeholder. (m4_defn): Warn if placeholder is encountered. (find_builtin_by_addr): Handle placeholder. (find_builtin_by_name): Return placeholder on failure. (m4_builtin): Treat placeholder as undefined. * doc/m4.texinfo (Frozen files): Document changes in V and F. * NEWS: Document this change. Reported by Bruno Haible. More... almost 18 years ago
Robustify frozen file format. * src/freeze.c (reload_frozen_state): Add GET_DIRECTIVE helper macro. Require V first, and only accept it once. For F, use placeholder if builtin is not found, rather than warning. * src/m4.h (m4_placeholder): New prototype. * src/builtin.c: Unify error message style. (m4_placeholder): New function, warn if invoked. (builtin_tab): Add m4_placeholder. (m4_defn): Warn if placeholder is encountered. (find_builtin_by_addr): Handle placeholder. (find_builtin_by_name): Return placeholder on failure. (m4_builtin): Treat placeholder as undefined. * doc/m4.texinfo (Frozen files): Document changes in V and F. * NEWS: Document this change. Reported by Bruno Haible. More... almost 18 years ago
* doc/m4.texinfo: Whitespace cleanup. TABs are evil in texinfo. (tabchar): New macro, so that 'make check' still works. (Invoking m4): Document that ignored compatibility options -B, -S, and -T each consume an argument. * checks/get-them: Honor @tabchar{}. More... almost 18 years ago
* doc/m4.texinfo: Whitespace cleanup. TABs are evil in texinfo. (tabchar): New macro, so that 'make check' still works. (Invoking m4): Document that ignored compatibility options -B, -S, and -T each consume an argument. * checks/get-them: Honor @tabchar{}. More... almost 18 years ago
* doc/m4.texinfo: Whitespace cleanup. TABs are evil in texinfo. (tabchar): New macro, so that 'make check' still works. (Invoking m4): Document that ignored compatibility options -B, -S, and -T each consume an argument. * checks/get-them: Honor @tabchar{}. More... almost 18 years ago
* doc/m4.texinfo: Whitespace cleanup. TABs are evil in texinfo. (tabchar): New macro, so that 'make check' still works. (Invoking m4): Document that ignored compatibility options -B, -S, and -T each consume an argument. * checks/get-them: Honor @tabchar{}. More... almost 18 years ago
Avoid compiler warnings during -DDEBUG. * src/m4.h (M4_GNUC_ATTRIBUTE, M4_GNUC_UNUSED): New macros. [DEBUG]: Also imply DEBUG_OUTPUT and DEBUG_STKOVF. * src/input.c (print_token) [DEBUG_INPUT]: Use correct format. (lex_debug) [DEBUG_INPUT]: Fix to compile. Mark unused. (next_token) [DEBUG_INPUT]: Print before returning. * src/path.c (include_dump) [DEBUG_INCL]: Mark unused. * src/symtab.c (symtab_debug) [DEBUG_SYM]: Mark unused. More... almost 18 years ago
Avoid compiler warnings during -DDEBUG. * src/m4.h (M4_GNUC_ATTRIBUTE, M4_GNUC_UNUSED): New macros. [DEBUG]: Also imply DEBUG_OUTPUT and DEBUG_STKOVF. * src/input.c (print_token) [DEBUG_INPUT]: Use correct format. (lex_debug) [DEBUG_INPUT]: Fix to compile. Mark unused. (next_token) [DEBUG_INPUT]: Print before returning. * src/path.c (include_dump) [DEBUG_INCL]: Mark unused. * src/symtab.c (symtab_debug) [DEBUG_SYM]: Mark unused. More... almost 18 years ago
Avoid compiler warnings during -DDEBUG. * src/m4.h (M4_GNUC_ATTRIBUTE, M4_GNUC_UNUSED): New macros. [DEBUG]: Also imply DEBUG_OUTPUT and DEBUG_STKOVF. * src/input.c (print_token) [DEBUG_INPUT]: Use correct format. (lex_debug) [DEBUG_INPUT]: Fix to compile. Mark unused. (next_token) [DEBUG_INPUT]: Print before returning. * src/path.c (include_dump) [DEBUG_INCL]: Mark unused. * src/symtab.c (symtab_debug) [DEBUG_SYM]: Mark unused. More... almost 18 years ago
Avoid compiler warnings during -DDEBUG. * src/m4.h (M4_GNUC_ATTRIBUTE, M4_GNUC_UNUSED): New macros. [DEBUG]: Also imply DEBUG_OUTPUT and DEBUG_STKOVF. * src/input.c (print_token) [DEBUG_INPUT]: Use correct format. (lex_debug) [DEBUG_INPUT]: Fix to compile. Mark unused. (next_token) [DEBUG_INPUT]: Print before returning. * src/path.c (include_dump) [DEBUG_INCL]: Mark unused. * src/symtab.c (symtab_debug) [DEBUG_SYM]: Mark unused. More... almost 18 years ago
* Makefile.am (EXTRA_DIST): Distribute gnulib-cache.m4. Reported by Bruno Haible. More... almost 18 years ago
* Makefile.am (EXTRA_DIST): Distribute gnulib-cache.m4. Reported by Bruno Haible. More... almost 18 years ago
* m4/module.c (m4__module_exit): Avoid ltdl memory leak. More... almost 18 years ago
* m4/module.c (m4__module_exit): Avoid ltdl memory leak. More... almost 18 years ago
Avoid mkstemp bugs on various platforms. * m4/gnulib-cache.c: Augment with gnulib-tool --import mkstemp. * src/output.c [! HAVE_MKSTEMP]: Delete. * configure.ac (AC_CHECK_FUNCS): Don't check for mkstemp. * src/m4.h (mkstemp) [! HAVE_MKSTEMP]: Prototype, if needed. * NEWS: Document this. More... almost 18 years ago
Avoid mkstemp bugs on various platforms. * m4/gnulib-cache.c: Augment with gnulib-tool --import mkstemp. * src/output.c [! HAVE_MKSTEMP]: Delete. * configure.ac (AC_CHECK_FUNCS): Don't check for mkstemp. * src/m4.h (mkstemp) [! HAVE_MKSTEMP]: Prototype, if needed. * NEWS: Document this. More... almost 18 years ago
Avoid mkstemp bugs on various platforms. * m4/gnulib-cache.c: Augment with gnulib-tool --import mkstemp. * src/output.c [! HAVE_MKSTEMP]: Delete. * configure.ac (AC_CHECK_FUNCS): Don't check for mkstemp. * src/m4.h (mkstemp) [! HAVE_MKSTEMP]: Prototype, if needed. * NEWS: Document this. More... almost 18 years ago
Avoid mkstemp bugs on various platforms. * m4/gnulib-cache.c: Augment with gnulib-tool --import mkstemp. * src/output.c [! HAVE_MKSTEMP]: Delete. * configure.ac (AC_CHECK_FUNCS): Don't check for mkstemp. * src/m4.h (mkstemp) [! HAVE_MKSTEMP]: Prototype, if needed. * NEWS: Document this. More... almost 18 years ago
* Makefile.am (EXTRA_DIST): Distribute gnulib-cache.m4. Reported by Bruno Haible. More... almost 18 years ago
* Makefile.am (EXTRA_DIST): Distribute gnulib-cache.m4. Reported by Bruno Haible. More... almost 18 years ago