Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5900f4383..1ad14458a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+Wed Jul 26 10:59:00 2000 Corinna Vinschen <corinna@vinschen.de>
+
+ * passwd.cc: Change name of passwd_in_memory_p to passwd_state.
+ Change type to enum. Change storage class to static. Adjust comments.
+ (read_etc_passwd): Set passwd_state to different values when loaded
+ from file in contrast to being emulated.
+ (search_for): Return default passwd entry if passwd is emulated or
+ it's a request for the current user. Otherwise return NULL.
+
Tue Jul 25 21:50:42 2000 Christopher Faylor <cgf@cygnus.com>
* syscalls.cc (statfs): Use path_conv method to convert input path.