diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-21 08:16:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-21 08:16:50 (GMT) |
commit | b59e26b4ebf4d75131241be768955f8ae29e498f (patch) | |
tree | c7ada10ae9e102a96ba6c49a5c31fbdefec55c8e /ChangeLog | |
parent | 990ca78bafc3a3a4363dbdaca20c2c3f78b8ee83 (diff) | |
download | tcl-b59e26b4ebf4d75131241be768955f8ae29e498f.zip tcl-b59e26b4ebf4d75131241be768955f8ae29e498f.tar.gz tcl-b59e26b4ebf4d75131241be768955f8ae29e498f.tar.bz2 |
Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash.
Eliminate unnessarcy static HasStubSupport() and isDigit() functions, just do the same inline.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2012-12-21 Jan Nijtmans <nijtmans@users.sf.net> + + * unix/dltest/pkgb.c: Turn pkgb.so into a Tcl9 interoperability test + library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should + either result in an error-message, either succeed, but never crash. + * generic/tclStubLib.c: Eliminate unnessarcy static HasStubSupport() and + isDigit() functions, just do the same inline. + 2012-12-13 Jan Nijtmans <nijtmans@users.sf.net> * generic/tcl.h: Fix Tcl_DecrRefCount macro such that it |