diff options
author | nijtmans <nijtmans> | 2010-03-27 22:47:04 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-03-27 22:47:04 (GMT) |
commit | d6b47c13b9de8ed40d1c144b8a70ccec677a5231 (patch) | |
tree | d65014decff2b760a5c13d4a872918187510515e /ChangeLog | |
parent | 419d5645c272033992ce63a5c714a64436e9f189 (diff) | |
download | tcl-d6b47c13b9de8ed40d1c144b8a70ccec677a5231.zip tcl-d6b47c13b9de8ed40d1c144b8a70ccec677a5231.tar.gz tcl-d6b47c13b9de8ed40d1c144b8a70ccec677a5231.tar.bz2 |
Provide "lowest supported Tcl version" to
the Tcl_InitStubs functions in unix/dltest,
in stead of "current Tcl version"
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ * generic/tclResult.c * generic/tclCmdMZ.c * generic/tclCompCmdsSZ.c + * unix/dltest/*.c Provide "lowest supported Tcl version" to + the Tcl_InitStubs functions, in stead of + "current Tcl version" 2010-03-26 Jan Nijtmans <nijtmans@users.sf.net> |