Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-24 | (CVS_LIST): Use --types=AFGM option so that | Jim Meyering | |
it lists only cvs-controlled regular files. | |||
2004-09-24 | (CVS_LIST): New macro. | Paul Eggert | |
(sc_space_tab, sc_prohibit_atoi_atof, sc_file_system, sc_prohibit_jm_in_m4, sc_system_h_headers, sc_sun_os_names, sc_trailing_blank, po-check): Use it instead of the nonstandard "cvsu --list". | |||
2004-09-22 | (syntax-check-rules): Remove duplicate sc_tight_scope. | Jim Meyering | |
(sc_system_h_headers): Also exclude copy.h; it includes <stdbool.h>. | |||
2004-09-13 | (my-distcheck): When building with -Werror, also require -Wshadow. | Paul Eggert | |
2004-06-30 | (sc_file_system): New target. | Jim Meyering | |
(syntax-check-rules): Add it. | |||
2004-05-20 | (sc_unmarked_diagnostics): Now that the unmarked | Jim Meyering | |
diagnostics in shred.c have been fixed, don't exempt shred.c from this check. | |||
2004-04-28 | Whoops: s/sc_src_tight_scope/sc_tight_scope/ | Jim Meyering | |
2004-04-27 | Rename to sc_tight_scope. | Jim Meyering | |
(syntax-check-rules): Really add it. | |||
2004-04-27 | (sc_src_functions_have_static_scope): New rule. | Jim Meyering | |
(syntax-check-rules): Add it. | |||
2004-04-19 | (sc_trailing_blank): New rule. | Jim Meyering | |
(syntax-check-rules): Add it. | |||
2004-04-17 | (sc_prohibit_jm_in_m4): New rule. | Jim Meyering | |
(syntax-check-rules): Add to the list. | |||
2004-04-09 | (.re-list): New rule/file, to replace hard-coded list of header file names. | Jim Meyering | |
(sc_system_h_headers): Use the new file. | |||
2004-04-09 | (header_regexp): Add file-type.h. | Jim Meyering | |
(sc_system_h_headers): Don't look for sys2.h anymore. | |||
2004-04-08 | (sc_dd_max_sym_length): New target. | Jim Meyering | |
(syntax-check-rules): Add it. | |||
2004-04-01 | align some continuation-backslashes | Jim Meyering | |
2004-04-01 | tweak indentation | Jim Meyering | |
2004-04-01 | remove obsolete comment | Jim Meyering | |
2004-03-31 | also check for atoll | Jim Meyering | |
2004-03-30 | add comments | Jim Meyering | |
2004-03-30 | (sc_prohibit_atoi_atof): New rule. | Jim Meyering | |
(syntax-check-rules): Add it. | |||
2004-03-15 | (alpha beta major): `Make' the emit_upload_commands | Jim Meyering | |
target before updating $(prev_version_file). | |||
2004-02-07 | (emit_upload_commands): new target | Jim Meyering | |
(alpha beta major): `$(MAKE)' it. | |||
2004-02-07 | add missing quote | Jim Meyering | |
2004-02-06 | (signatures): Remove definition. | Jim Meyering | |
Now, automake's gnupload handles this. (%.sig: %): Remove now-unused rule. (rel-files): Use automake's $(DIST_ARCHIVES), rather than `$(distdir).tar.bz2 $(distdir).tar.gz'. (emit-upload-commands): Adjust to use gnupload. | |||
2004-01-24 | (signatures): Comment out definition. | Jim Meyering | |
2004-01-23 | (header_regexp): Add exitfail. | Jim Meyering | |
2004-01-12 | (%.sig): Use .sig suffix rather than .asc. | Jim Meyering | |
2004-01-12 | (po-check): Ensure that cvsu works before using it. | Jim Meyering | |
2003-12-08 | (news-date-check): New rule. | Jim Meyering | |
(alpha beta major): Depend on it. | |||
2003-11-27 | (syntax-check-rules): Remove sc_xalloc_h_in_src from here, too. | Jim Meyering | |
2003-11-22 | (sc_xalloc_h_in_src): Remove rule. Subsumed by... | Jim Meyering | |
(sc_system_h_headers): Do this test only if sys2.h exists. | |||
2003-09-28 | (sc_cast_of_alloca_return_value): New rule. | Jim Meyering | |
(syntax-check-rules): Add it. | |||
2003-09-28 | (sc_cast_of_x_alloc_return_value): Also check for alloca casts. | Jim Meyering | |
2003-09-08 | (GZIP_ENV): Remove --rsyncable. | Jim Meyering | |
Didn't give enough of a benefit, mainly because it's not yet in wide enough use. | |||
2003-09-07 | (po-check): Use cvsu, so that a temporary source | Jim Meyering | |
file in lib/ or src/ doesn't induce an unwarranted failure. Add a kludge to filter out the sole generated source file that also has translatable messages: false.c. | |||
2003-08-26 | (local-check): Rename as... | Jim Meyering | |
(local-checks-available): this. (local-check): New. | |||
2003-08-26 | Apply changes from bison. | Jim Meyering | |
(WGETFLAGS): Define to `-C off'. Update all uses of $(WGET). | |||
2003-08-17 | (makefile-check): Add 0-9 to the range of characters disallowed between `@...@'. | Jim Meyering | |
2003-08-15 | (sc_sun_os_names): Use exclusion list in separate file. | Jim Meyering | |
2003-08-15 | (sc_space_tab): Use exclusion list in separate file. | Jim Meyering | |
2003-08-15 | (LC_ALL): Set to C. | Jim Meyering | |
2003-08-13 | Remove extra copy of cvs-diff-check rule. | Jim Meyering | |
Remove reference to config-log. | |||
2003-08-13 | (syntax checks): Use cvsu more (so we check only | Jim Meyering | |
version-controlled files), rather than hard-coding exclusions for generated files like cppi.c. | |||
2003-08-09 | (sc_sun_os_names): New rule. | Jim Meyering | |
(syntax-check-rules): Add it. | |||
2003-07-28 | (GZIP_ENV): Try Debian/gzip's new --rsyncable option. | Jim Meyering | |
2003-07-26 | (ME): Don't use trick suggested in Make manual. | Jim Meyering | |
It doesn't work for make-3.79.1. Reported by Christian Krackowizer. (sc_system_h_headers): Another syntax check. (syntax-check-rules): Add it to the list. | |||
2003-07-20 | (sc_changelog): Add another nit-picky check. | Jim Meyering | |
2003-07-15 | (%.asc): Remove target first, so gpg doesn't prompt us about it. | Jim Meyering | |
2003-07-13 | (%.asc): Renamed from %.sig. | Jim Meyering | |
Generate and use ascii-armored signatures. | |||
2003-07-13 | (syntax-check): Move each individual check into its own target. | Jim Meyering | |
(syntax-check-rules): This is the list of syntax-check targets. (sc_unmarked_diagnostics, sc_cast_of_argument_to_free): (sc_cast_of_x_alloc_return_value, sc_space_tab): (sc_error_exit_success, sc_xalloc_h_in_src): New targets. |