summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2007-01-19 08:45:57 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2007-01-19 08:45:57 (GMT)
commit04752af27c73732b84dc81b8f2284d5ca83e3962 (patch)
tree3daa4307b1f19ac1b0ecb6732c906723a991832d /ChangeLog
parentea90619addc53b48a04c8596d172f074dc7527cb (diff)
downloadtcl-04752af27c73732b84dc81b8f2284d5ca83e3962.zip
tcl-04752af27c73732b84dc81b8f2284d5ca83e3962.tar.gz
tcl-04752af27c73732b84dc81b8f2284d5ca83e3962.tar.bz2
Build fix for man2tcl.c with MSVC8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e546dbc..dd5e1a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* tools/man2tcl.c: Include stdlib.h for exit() and improve comment
detection.
* win/nmakehlp.c: Update usage.
+ * win/makefile.vc: Properly build man2tcl.c for MSVC8.
2007-01-19 Daniel Steffen <das@users.sourceforge.net>