diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-17 19:47:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-17 19:47:45 +0000 |
commit | 67b77b54e5ef474b79e9597004a0975ff779b749 (patch) | |
tree | 8d65744dc45f012c3d05349dc37f7d47182ef41d /m4/ChangeLog | |
parent | ad5107669961d8c7ccb8963469c75dfe90047a44 (diff) | |
download | coreutils-67b77b54e5ef474b79e9597004a0975ff779b749.tar.xz |
*** empty log message ***
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index d4c948013..268864fb4 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,8 +1,8 @@ 2003-03-17 Jim Meyering <jim@meyering.net> - * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, - not one that is guaranteed to be `no'. Use `no_such_member' - to indicate that condition, rather than `-1'. + * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one + that is guaranteed to be `no'. Use `no_such_member' to indicate + that condition, rather than `-1' which is slightly misleading. Change the name of the cache variable to have the gl_ prefix. Prompted by a patch from Richard Dawe for DJGPP. |