summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 0b73f6733..6385fc102 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2004-06-03 Christopher Faylor <cgf@alum.bu.edu>
+ * autoload.cc (IsDosDeviceName_U): Define.
+ * ntdll.h (IsDosDeviceName_U): Declare.
+ * fhandler.cc (fhandler_base::open): Check to see if win32_name is a
+ dos device and just call the 9x open if so.
+
+2004-06-03 Christopher Faylor <cgf@alum.bu.edu>
+
* winbase.h (ilockincr): More changes from the inexplicable world of
gcc asm magic.
(ilockdecr): Ditto.