0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Mar 03, 2025 — Mar 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(all): Emit diagnostics to stderr, not stdout. More... about 20 years ago
(patch-check): New target. (local-checks-available): Add to the list. More... about 20 years ago
add a comment More... about 20 years ago
(syntax-check-rules): Automatically derive this list of sc_-prefixed rule names. More... about 20 years ago
(CVS_LIST): Don't assume cvsu is available. (CVS_LIST_EXCEPT): New macro, to simplify exception-processing. Most uses of CVS_LIST changed to use CVS_LIST_EXCEPT. (syntax-check-rules): Bring back sc_changelong. (Hmm, why did it go away? was that an accident?) (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value): (sc_cast_of_alloca_return_value, sc_space_tab, sc_prohibit_atoi_atof): (sc_error_exit_success, sc_file_system, sc_no_if_have_config_h): (sc_system_h_headers, sc_sun_os_names, sc_trailing_blank): (sc_two_space_separator_in_usage, sc_unmarked_diagnostics): (sc_obsolete_symbols, sc_changelog, sc_prohibit_jm_in_m4): (sc_useless_cpp_parens, makefile-check, m4-check, po-check): (author_mark_check, makefile_path_separator_check): Output line numbers, to simplify navigation of Emacs *compilation* buffers. (sc_prohibit_atoi_atof, sc_file_system): Rework slightly so that Makefile.maint doesn't get reported as a violation of its own syntax rules. (sc_dd_max_sym_length): Use ifneq to do nothing, instead of doing it at run-time (which didn't work with Bison). Fix a makefile typo, caught by Makefile.maint itself: spaces where a tab should be. (po-check): Check lib/*.[ch] even if not in CVS; used by Bison, which copies from ../gnulib/lib/*.[ch] to lib/*.[ch]. Ignore djgpp and man subdirectories, to avoid false matches with Bison and coreutils, respectively. Use sort -u to remove the resulting duplicates.
tester_123
as Paul Eggert
More... about 20 years ago
Use gzip's --rsyncable option only if it's available. (gzip_rsyncable): New variable. (GZIP_ENV): Use it. More... about 20 years ago
(local-checks-available): Define in terms of the expansion, $(syntax-check-rules), rather than the single, top-level target `syntax-check', so that it's easier to exclude individual rules (via $(local-checks-to-skip)). (tgz-md5, tgz-sha1, ...): Remove now-unused definitions. More... about 20 years ago
(sc_two_space_separator_in_usage): New rule. (syntax-check-rules): Add it. More... about 20 years ago
*** empty log message *** More... about 20 years ago
Update from gnulib. More... about 20 years ago
Sync from gnulib.
tester_123
as Paul Eggert
More... about 20 years ago
(copyright-check): Use date +%Y in place of hard-coded 2005. More... about 20 years ago
Add a FIXME comment. More... about 20 years ago
(sc_obsolete_symbols): Prohibit use of O_NDELAY. (sc_prohibit_assert_without_use): New rule. (syntax-check-rules): Add it to the list. More... about 20 years ago
Sync from gnulib.
tester_123
as Paul Eggert
More... about 20 years ago
(CVS_LIST): Use build-aux/cvsu, now that we have our own copy of cvsu. More... about 20 years ago
From Debian unstable: /usr/bin/cvsu. More... about 20 years ago
*** empty log message *** More... about 20 years ago
Add a comment about cvsu. More... over 20 years ago
(announcement): Use new option and key. More... over 20 years ago
Accept new option, --gpg-key-id=ID and emit a blurb telling how to use the .sig files. More... over 20 years ago
remove inadvertently committed hunk (use of new --gpg-key-id option) More... over 20 years ago
Require that most .c files include <config.h>. (sc_require_config_h): New rule. (syntax-check-rules): Add it. More... over 20 years ago
. More... over 20 years ago
Update from gnulib. More... over 20 years ago
*** empty log message *** More... over 20 years ago
New file, used to build sha* programs from md5sum.c. More... over 20 years ago
(my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz) here, so that if it's missing we fail earlier. More... over 20 years ago
typo More... over 20 years ago
whoops. Don't put $$today inside single quotes. More... over 20 years ago