]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fetish -> coreutils in some more places
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Apr 2005 23:33:55 +0000 (23:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 18 Apr 2005 23:33:55 +0000 (23:33 +0000)
ChangeLog
lib/ChangeLog
m4/ChangeLog

index 311f6aa407003eacb3706ef5eb47745e990a1742..fa9a490ea65a259a8f637630239711a43c247b6b 100644 (file)
--- 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>
index d92c3af51c7d674739b74479d0d8abc50fafdaca..67760a86bc06b52b6e6d0f9f1baff255386efc76 100644 (file)
@@ -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
index e38d4cf386c8b8d3246b328973165e3da37682a7..532b66cbf8f93b4d2b8a0a55249fed5bc6ce74c6 100644 (file)
@@ -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.