-2005-04-18 Jim Meyering <jim@meyering.net>
+2005-04-18 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ "fetish" -> "coreutils" in several places.
+ * Makefile.cfg (ftp): Remove fetish.sf.net.
+ * Makefile.maint (emit_upload_commands): Likewise.
+ * src/Makefile.am (LDADD, $(PROGRAMS)): fetish -> coreutils.
+ * tests/group-names (COREUTILS_GROUPS): Renamed from FETISH_GROUPS.
+ * tests/chmod/setgid (FETISH_GROUP): Renamed from COREUTILS_GROUP.
+
+ * tests/install/basic-1: Use "cat", not "test", to test for
+ ../../src/dd. Problem reported by Eric Blake.
+
+2005-04-18 Jim Meyering <jim@meyering.net>
+
* src/dd.c: Don't include stat-macros.h directly. system.h does that.
2005-04-17 Paul Eggert <eggert@cs.ucla.edu>
+2005-04-18 Paul Eggert <eggert@cs.ucla.edu>
+
+ * Makefile.am (noinst_LIBRARIES): fetish -> coreutils.
+ (libcoreutils_a_SOURCES): Renamed from libfetish_a_SOURCES.
+ All uses changed.
+ (libcoreutils_a_LIBADD): Renamed from libfetish_a_LIBADD.
+ All uses changed.
+ (libcoreutils_a_DEPENDENCIES): Renamed from libfetish_a_DEPENDENCIES.
+ All uses changed.
+ * chdir-long.c: fetish->coreutils in comment.
+ * t-chdir-long: fetish->coreutils in compilation command.
+
2005-04-13 Paul Eggert <eggert@cs.ucla.edu>
* getdate.y (zone): Allow relunit_snumber after tZONE, so
+2005-04-18 Paul Eggert <eggert@cs.ucla.edu>
+
+ * clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
+ variable names.
+ * jm-macros.m4 (gl_MACROS): Use gl_ or coreutils_ rather than fetish_
+ for prefixes.
+ * rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
+ fetish_FUNC_RMDIR_NOTEMPTY. All uses changed. Use gl_ for
+ variable prefixes.
+
2005-04-11 Paul Eggert <eggert@cs.ucla.edu>
Add bulletproofing for cases where stdin, stdout, or stderr are closed.