summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-01-28 00:59:37 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-01-28 00:59:37 (GMT)
commitea39848556295837908e169382962a17383bcbe1 (patch)
tree82f4ca4b20d7f76d51b3a108108b9801a55d85ea /ChangeLog
parentb73c78a6f5977ece78c7db4cff26c693c3528182 (diff)
downloadtcl-ea39848556295837908e169382962a17383bcbe1.zip
tcl-ea39848556295837908e169382962a17383bcbe1.tar.gz
tcl-ea39848556295837908e169382962a17383bcbe1.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 915f4e0..6daf72b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-27 David Gravereaux <davygrvy@pobox.com>
+
+ * win/nmakehlp.c: Use '.\nul' as the sourcefile name instead of
+ 'nul' so VC 5.2 doesn't try searching the path for it and failing
+ with a possible dialogbox popping up about having to add a CD to
+ an empty drive. Also added a SetErrorMode() call to disable any
+ dialogs that cl.exe or link.exe might create. [Bug 885537]
+
2004-01-22 Vince Darley <vincentdarley@users.sourceforge.net>
* doc/file.n: clarified documentation of 'file system' [Bug 883825]