diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-18 23:33:55 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-18 23:33:55 +0000 |
commit | 441a757dc88482b46ca5642b6ebf9e3245a62ef0 (patch) | |
tree | c1e3ead01c335da649d3575e9855fecac22b62c7 /m4 | |
parent | 9f79304eadbda0033e015767459adeb514ff3b21 (diff) | |
download | coreutils-441a757dc88482b46ca5642b6ebf9e3245a62ef0.tar.xz |
fetish -> coreutils in some more places
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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. |