summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog18
1 files changed, 15 insertions, 3 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 63a3856f5..2054f7989 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,7 +1,19 @@
-Sun Feb 18 21:31:00 2000 Corinna Vinschen <corinna@vinschen.de>
+Sun Feb 20 22:10:21 2000 Christopher Faylor <cgf@cygnus.com>
- * fhandler.cc (fhandler_disk_file::fstat): Modify get_file_attribute
- return value if FILE_ATTRIBUTE_READONLY is set.
+ * environ.cc (getwinenv): Make __stdcall.
+ (winenv): Ditto.
+ * malloc.cc (strdup): New function. Occludes newlib version.
+ (_strdup_r): Ditto.
+ * winsup.h: Reflect above __stdcall changes.
+
+Sun Feb 20 21:31:00 2000 Corinna Vinschen <corinna@vinschen.de>
+
+ * fhandler.cc (fhandler_disk_file::fstat): Modify get_file_attribute
+ return value if FILE_ATTRIBUTE_READONLY is set.
+
+Thu Feb 17 11:00:23 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * environ.cc (environ_init): Cosmetic change.
Mon Feb 7 16:50:44 2000 Christopher Faylor <cgf@cygnus.com>