diff options
author | davygrvy <davygrvy@pobox.com> | 2004-01-28 00:59:37 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-01-28 00:59:37 (GMT) |
commit | ea39848556295837908e169382962a17383bcbe1 (patch) | |
tree | 82f4ca4b20d7f76d51b3a108108b9801a55d85ea /ChangeLog | |
parent | b73c78a6f5977ece78c7db4cff26c693c3528182 (diff) | |
download | tcl-ea39848556295837908e169382962a17383bcbe1.zip tcl-ea39848556295837908e169382962a17383bcbe1.tar.gz tcl-ea39848556295837908e169382962a17383bcbe1.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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] |