diff options
author | nijtmans <nijtmans> | 2008-12-09 21:47:08 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-09 21:47:08 (GMT) |
commit | c42fcde9e93845b5883b6be8dd4f24a8d5b0b742 (patch) | |
tree | 96eb16f7d08cd716bfc696bb4af3fac4df091cb5 /ChangeLog | |
parent | d50d702634fc6eb5493a179a01cd0f9c1e57c9c9 (diff) | |
download | tcl-c42fcde9e93845b5883b6be8dd4f24a8d5b0b742.zip tcl-c42fcde9e93845b5883b6be8dd4f24a8d5b0b742.tar.gz tcl-c42fcde9e93845b5883b6be8dd4f24a8d5b0b742.tar.bz2 |
restore source and binary compatibility
for TIP #337 implementation. (when it's _that_
simple, there is no excuse not to do it) :-)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-12-09 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclInt.decls: restore source and binary compatibility + for TIP #337 implementation. (when it's _that_ + simple, there is no excuse not to do it) :-) + * generic/tclIntDecls.h: make genstubs + * generic/tclStubInit.c: + 2008-12-09 Don Porter <dgp@users.sourceforge.net> TIP #337 IMPLEMENTATION |