summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-01-28 00:59:36 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-01-28 00:59:36 (GMT)
commitc178318a757789c067ce6e5e0a8565e746bf5149 (patch)
tree82f4ca4b20d7f76d51b3a108108b9801a55d85ea /ChangeLog
parentf25b8447349d3a8731d90a446436175e84190ddf (diff)
downloadtcl-c178318a757789c067ce6e5e0a8565e746bf5149.zip
tcl-c178318a757789c067ce6e5e0a8565e746bf5149.tar.gz
tcl-c178318a757789c067ce6e5e0a8565e746bf5149.tar.bz2
no message
FossilOrigin-Name: 7c1b7dc26879c5cb903a780faa76e9fbe22bf87c
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]