summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-18 23:33:55 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-18 23:33:55 +0000
commit441a757dc88482b46ca5642b6ebf9e3245a62ef0 (patch)
treec1e3ead01c335da649d3575e9855fecac22b62c7
parent9f79304eadbda0033e015767459adeb514ff3b21 (diff)
downloadcoreutils-441a757dc88482b46ca5642b6ebf9e3245a62ef0.tar.xz
fetish -> coreutils in some more places
-rw-r--r--ChangeLog14
-rw-r--r--lib/ChangeLog12
-rw-r--r--m4/ChangeLog10
3 files changed, 35 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 311f6aa40..fa9a490ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,19 @@
-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>
diff --git a/lib/ChangeLog b/lib/ChangeLog
index d92c3af51..67760a86b 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,15 @@
+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
diff --git a/m4/ChangeLog b/m4/ChangeLog
index e38d4cf38..532b66cbf 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,13 @@
+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.