summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-16 22:26:23 +0000
committerJim Meyering <jim@meyering.net>2000-12-16 22:26:23 +0000
commit2b64713ac6cc8b1fff7a8ba2ea802b2eff05836e (patch)
treea1f68eb2355115286b65b70a2f646d40e9143577 /lib
parent2464a2cd9dbafc6b14fd0e9a5e76eacc39c5bef7 (diff)
downloadcoreutils-2b64713ac6cc8b1fff7a8ba2ea802b2eff05836e.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 750c71232..d267ade62 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,14 @@
2000-12-16 Jim Meyering <meyering@lucent.com>
+ * getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
+ SHELLS_FILE to a file name that's useful on djgpp systems.
+ Include stdlib.h.
+ (ADDITIONAL_DEFAULT_SHELLS): Define.
+ (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
+ Based mostly on a patch from Prashant TR.
+
+2000-12-16 Jim Meyering <meyering@lucent.com>
+
This bug had a serious impact on chown: `chown N:M FILE' (for integer
N and M) would have treated it like `chown N:N FILE'.