diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-21 08:36:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-21 08:36:38 (GMT) |
commit | cd8d5b5a18221b00c35aa76c901a50d7fa45bef8 (patch) | |
tree | 42228049596798c62dd1b915c86720bd7bd11f4c /ChangeLog | |
parent | f0de1fd27c3a2f0e88e89b4ce85ec9a0c72508f6 (diff) | |
parent | b59e26b4ebf4d75131241be768955f8ae29e498f (diff) | |
download | tcl-cd8d5b5a18221b00c35aa76c901a50d7fa45bef8.zip tcl-cd8d5b5a18221b00c35aa76c901a50d7fa45bef8.tar.gz tcl-cd8d5b5a18221b00c35aa76c901a50d7fa45bef8.tar.bz2 |
Make pkgb.so loadable in Tcl 8.4 as well.
Eliminate unnessarcy static HasStubSupport() and isDigit() functions, just do the same inline.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-12-21 Jan Nijtmans <nijtmans@users.sf.net> + + * unix/dltest/pkgb.c: Make pkgb.so loadable in Tcl 8.4 as well. + * 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 |