diff options
author | surles <surles> | 1999-05-14 23:16:54 (GMT) |
---|---|---|
committer | surles <surles> | 1999-05-14 23:16:54 (GMT) |
commit | c4e326675c4755672637659f2cdc844048de4cf9 (patch) | |
tree | 0174c7f979f178be8541abeafd70f2c96380bf7f /ChangeLog | |
parent | 489a58b5fc11bc30a2f91ed570afc77917e9b1c0 (diff) | |
download | tcl-c4e326675c4755672637659f2cdc844048de4cf9.zip tcl-c4e326675c4755672637659f2cdc844048de4cf9.tar.gz tcl-c4e326675c4755672637659f2cdc844048de4cf9.tar.bz2 |
added intospection variable to determine if the interp was compiled with threads enabled
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +1999-05-14 <surles@scriptics.com> + + * generic/tclBasic.c (Tcl_CreateInterp): Added introspection + variable for threaded interps. If the interp was compiled with + threads enabled, the tcl_platform(threaded) variable will exist. + 1999-05-14 <redman@scriptics.com> * generic/tclDate.c: Applied patch to fix 100-year and 400-year |