diff options
author | nijtmans <nijtmans> | 2010-09-15 07:33:54 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-09-15 07:33:54 (GMT) |
commit | 40bb3c1c5474de09c765ddb9a90c5126d08e38f5 (patch) | |
tree | 6b80a82463c8641f8327c736faff1acc75f9889b /ChangeLog | |
parent | 63c9caabab37581d13e0ccacca5e07416efbdf6a (diff) | |
download | tcl-40bb3c1c5474de09c765ddb9a90c5126d08e38f5.zip tcl-40bb3c1c5474de09c765ddb9a90c5126d08e38f5.tar.gz tcl-40bb3c1c5474de09c765ddb9a90c5126d08e38f5.tar.bz2 |
[Patch 3034251] backport ttkGenStubs.tcl
features to genStubs.tcl. Make the "generic"
argument in the *.decls files optional
(no change to any tcl*Decls.h files)
This allows genStubs.tcl to generate the ttk stub files as well,
while keeping full compatibility with existing *.decls files.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2010-09-15 Jan Nijtmans <nijtmans@users.sf.net> + + * tools/genStubs.tcl [Patch 3034251] backport ttkGenStubs.tcl + * generic/tcl.decls features to genStubs.tcl. Make the "generic" + * generic/tclInt.decls argument in the *.decls files optional + * generic/tclOO.decls (no change to any tcl*Decls.h files) + * generic/tclTomMath.decls + This allows genStubs.tcl to generate the ttk stub files as well, + while keeping full compatibility with existing *.decls files. + 2010-09-14 Jan Nijtmans <nijtmans@users.sf.net> * win/tclWinPort.h: Allow all Win2000+ API entries in Tcl |