diff options
author | nijtmans <nijtmans> | 2009-12-02 20:45:16 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-12-02 20:45:16 (GMT) |
commit | 4cdefd0f0e6e24b0189eba7244134d7981900914 (patch) | |
tree | 636e9f5607893598ac71ee67485da0f671b75a88 /ChangeLog | |
parent | 79404cf9daff8f54e932c97c00e1229d1720a77c (diff) | |
download | tcl-4cdefd0f0e6e24b0189eba7244134d7981900914.zip tcl-4cdefd0f0e6e24b0189eba7244134d7981900914.tar.gz tcl-4cdefd0f0e6e24b0189eba7244134d7981900914.tar.bz2 |
tools/genStubs.tcl Add support for win32 CALLBACK functions
and remove obsolete "emitStubs" and "genStubs" functions.
win/Makefile.in Use tcltest86.dll for all tests, and add
.PHONY rules to preemptively stop trouble that plagued Tk
from hitting Tcl too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2009-12-02 Jan Nijtmans <nijtmans@users.sf.net> + + * tools/genStubs.tcl Add support for win32 CALLBACK functions + and remove obsolete "emitStubs" and "genStubs" functions. + * win/Makefile.in Use tcltest86.dll for all tests, and add + .PHONY rules to preemptively stop trouble that plagued Tk + from hitting Tcl too. + 2009-11-30 Jan Nijtmans <nijtmans@users.sf.net> * generic/tcl.h Don't use EXPORT for Tcl_InitStubs |