summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 5eb727c1d..7f053fb29 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,14 @@
+Tue Mar 27 22:38:42 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * lib/_cygwin_S_IEXEC.c: Remove "const" from globals or they never seem
+ to be defined. Wrap definitions in extern "C". Include winsup.h to
+ assure proper definitions.
+
+ * dcrt0.cc (dll_crt0_1): Call stdio_init after premain run so that
+ binmode.o, etc., will control default stdio settings.
+ * dtable.cc (dtable::init_std_file_from_handle): Allow __fmode to force
+ binmode/textmode settings. Default pipes to binmode.
+
Tue Mar 27 11:31:00 2001 Corinna Vinschen <corinna@vinschen.de>
* mmap.cc (mmap): Fix conditional for previous patch.