1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-18 01:18:51 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2005-11-13 15:05:51 +00:00
parent 68943d27f8
commit 28c7ac000b
+10 -2
View File
@@ -1,8 +1,16 @@
2005-11-12 Jim Meyering <jim@meyering.net>
2005-11-13 Jim Meyering <jim@meyering.net>
* Version 6.0-cvs.
* src/sha1sum.c: Remove now-unused file.
Require that most .c files include <config.h>.
* Makefile.maint (sc_require_config_h): New rule.
(syntax-check-rules): Add it.
* .x-sc_require_config_h: New file listing exceptions to the
above rule. Some are legit, others are simply grandfathered in.
2005-11-12 Jim Meyering <jim@meyering.net>
* src/checksum.h, src/md5.c, src/sha1sum.c: Remove now-unused files.
2005-11-11 Jim Meyering <jim@meyering.net>