summaryrefslogtreecommitdiffstats
path: root/winsup/utils/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-04-27 03:44:23 +0000
committerChristopher Faylor <me@cgf.cx>2000-04-27 03:44:23 +0000
commit865ab4b83fe77798b55aa0030139840837d78c89 (patch)
tree45e9d470e0d0eb79b9d14f104bc9994ca3b71471 /winsup/utils/ChangeLog
parentfc6f4e20ec49864ebcd4c885f195fc27b7e1141d (diff)
downloadcygnal-865ab4b83fe77798b55aa0030139840837d78c89.tar.gz
cygnal-865ab4b83fe77798b55aa0030139840837d78c89.tar.bz2
cygnal-865ab4b83fe77798b55aa0030139840837d78c89.zip
* mount.cc (main): Add "-X" option to specify a "Cygwin executable".
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog22
1 files changed, 13 insertions, 9 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index 840b8bb3a..ae48b8197 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,14 +1,18 @@
+Wed Apr 26 23:43:25 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * mount.cc (main): Add "-X" option to specify a "Cygwin executable".
+
Sat Apr 15 23:34:00 2000 Corinna Vinschen <corinna@vinschen.de>
- * mkpasswd.c (main): Use GetDCName instead of GetAnyDCName.
- Don't create extra passwd entry for administrators group
- if local_groups is set.
- (usage): Change usage text slightly.
- (enum_users): Loop while ERROR_MORE_DATA is returned.
- (enum_local_groups): Ditto.
- * mkgroup.c (enum_local_groups): Ditto.
- (enum_groups) Ditto.
- (usage): Change usage text slightly.
+ * mkpasswd.c (main): Use GetDCName instead of GetAnyDCName.
+ Don't create extra passwd entry for administrators group
+ if local_groups is set.
+ (usage): Change usage text slightly.
+ (enum_users): Loop while ERROR_MORE_DATA is returned.
+ (enum_local_groups): Ditto.
+ * mkgroup.c (enum_local_groups): Ditto.
+ (enum_groups) Ditto.
+ (usage): Change usage text slightly.
Thu Apr 13 01:22:35 2000 Christopher Faylor <cgf@cygnus.com>