diff options
author | davidg <davidg> | 2000-08-10 18:24:21 (GMT) |
---|---|---|
committer | davidg <davidg> | 2000-08-10 18:24:21 (GMT) |
commit | b3101a3f591cf286e57e54062f2a836336018836 (patch) | |
tree | 3ec9f7cab5d68f14b7da8463b61a84b8fa586b07 | |
parent | 6010721a7deebd7a9b038b2ae93b4d8bd8f7cb24 (diff) | |
download | tcl-b3101a3f591cf286e57e54062f2a836336018836.zip tcl-b3101a3f591cf286e57e54062f2a836336018836.tar.gz tcl-b3101a3f591cf286e57e54062f2a836336018836.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-08-10 David Gravereaux <davygrvy@ajubasolutions.com> + + * generic/tclObj.c: r1.15 accidentally changed a global mutex + name tclObjMutex to ObjMutex. Put the correct name back. + 2000-08-07 Eric Melski <ericm@ajubasolutions.com> * tests/indexObj.test: Added tests using the [testwrongnumargs] |