diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2012-07-20 01:53:09 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2012-07-20 01:53:09 (GMT) |
commit | c44efa8c2c21a81bb9065146ef464de6b88e0262 (patch) | |
tree | 71eabc9824f21dec8bc82f86a14bbf91d14f9c0f /ChangeLog | |
parent | 0d435ca01df07d055e04b8dcd1e3864438bb6d06 (diff) | |
parent | b21d13ee199f28daaeb3a66120cdd34791b860da (diff) | |
download | tcl-c44efa8c2c21a81bb9065146ef464de6b88e0262.zip tcl-c44efa8c2c21a81bb9065146ef464de6b88e0262.tar.gz tcl-c44efa8c2c21a81bb9065146ef464de6b88e0262.tar.bz2 |
Fix several more missing mutex-locks in TestasyncCmd.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2012-07-19 Joe Mistachkin <joe@mistachkin.com> + + * generic/tclTest.c: Fix several more missing mutex-locks in + TestasyncCmd. + +2012-07-19 Alexandre Ferrieux <ferrieux@users.sourceforge.net> + + * generic/tclTest.c: [Bug 3544685]: Missing mutex-lock in + TestasyncCmd since 2011-08-19. Unbounded gratitude to Stuart + Cassoff for spotting it. + 2012-07-17 Jan Nijtmans <nijtmans@users.sf.net> * win/makefile.vc: [Bug 3544932]: Visual studio compiler check fails |