diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-05-31 19:56:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-05-31 19:56:03 (GMT) |
commit | d4816fa0c5eb1cea8d0e924c3187887e2c96cd11 (patch) | |
tree | f7c861333e5590715bf0058fbc67e0c41958fd09 /ChangeLog | |
parent | 5b6e0993e188fd16bbb2ec7f54b8b0c7be873629 (diff) | |
download | tcl-d4816fa0c5eb1cea8d0e924c3187887e2c96cd11.zip tcl-d4816fa0c5eb1cea8d0e924c3187887e2c96cd11.tar.gz tcl-d4816fa0c5eb1cea8d0e924c3187887e2c96cd11.tar.bz2 |
Make things build (cleanly) on Win32. Thanks to Joe Mistachkin. [Patch 1980861]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ TIP#257 IMPLEMENTATION + * generic/tclBasic.c, generic/tclOOInt.h: Correct declarations. + * win/Makefile.in, win/makefile.bc, win/makefile.vc: Build support + for Win32, from Joe Mistachkin. [Patch 1980861] + * generic/tclOO*, doc/*, tests/oo.test: Port of implementation of TclOO to sit directly inside Tcl. Note that this is incomplete (e.g. no build support yet for Windows). |