summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog43
1 files changed, 26 insertions, 17 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 705cd55e7..eb6afc7ab 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,12 +1,21 @@
+Tue Jun 13 00:17:04 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * thread.h: Shorten "current_directory" variables to "cwd_*"
+ throughout.
+ * path.cc: Ditto.
+ (normalize_posix_path): Add some extra debugging info.
+ (chdir): Ditto. Store chdir'ed posix and MS-DOS directory names in
+ "cache" here rather than trying to derive them later.
+
Sun Jun 11 15:57:00 2000 Corinna Vinschen <corinna@vinschen.de>
* fhandler_random.cc (read): Call CryptAquireContext with
- CRYPT_VERIFYCONTEXT.
+ CRYPT_VERIFYCONTEXT.
Thu Jun 8 22:49:00 2000 Corinna Vinschen <corinna@vinschen.de>
* path.cc (path_conv::check): Erase two lines checked in
- by mistake.
+ by mistake.
Thu Jun 8 15:53:00 2000 Corinna Vinschen <corinna@vinschen.de>
@@ -15,21 +24,21 @@ Thu Jun 8 15:53:00 2000 Corinna Vinschen <corinna@vinschen.de>
2000-06-07 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
- * path.cc (mount_info::init): Eliminate the mount_slash feature.
- (mount_slash): Eliminated.
- (mount_info::read_mounts): Eliminate looking up existing entries. The
- loop for deleting cygpath entries is done only when such entries exist.
- (mount_info::from_registry): Eliminate sorting.
- (mount_info::add_item): Call add_reg_mount if necessary. Check nmounts
- more precisely. Use strcasematch in looking up existing entries.
- (mount_info::del_item): Call del_reg_mount if necessary. Use
- strcasematch. Use memmove instead of memcpy.
- (mount_info::import_v1_registry): Everything is done in this method.
- (mount_info::to_registry): Eliminated.
- (mount_info::from_v1_registry): Eliminated.
- (cygwin_umount): Simply call del_item.
- * shared.h: Modify the declaration of add_item and del_item. Remove the
- declaration of from_v1_registry.
+ * path.cc (mount_info::init): Eliminate the mount_slash feature.
+ (mount_slash): Eliminated.
+ (mount_info::read_mounts): Eliminate looking up existing entries. The
+ loop for deleting cygpath entries is done only when such entries exist.
+ (mount_info::from_registry): Eliminate sorting.
+ (mount_info::add_item): Call add_reg_mount if necessary. Check nmounts
+ more precisely. Use strcasematch in looking up existing entries.
+ (mount_info::del_item): Call del_reg_mount if necessary. Use
+ strcasematch. Use memmove instead of memcpy.
+ (mount_info::import_v1_registry): Everything is done in this method.
+ (mount_info::to_registry): Eliminated.
+ (mount_info::from_v1_registry): Eliminated.
+ (cygwin_umount): Simply call del_item.
+ * shared.h: Modify the declaration of add_item and del_item. Remove the
+ declaration of from_v1_registry.
Wed Jun 7 23:56:10 2000 Christopher Faylor <cgf@cygnus.com>