diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-02-26 17:26:25 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-02-26 17:26:25 (GMT) |
commit | 255e0a50dce41cdbdb200cbb5714d9247467bd63 (patch) | |
tree | b05d6bea4104b271a8d740afbc9f21cd848c09d6 /ChangeLog | |
parent | d181088ff738547a9a7dce8decab6c860a4b9664 (diff) | |
download | tcl-255e0a50dce41cdbdb200cbb5714d9247467bd63.zip tcl-255e0a50dce41cdbdb200cbb5714d9247467bd63.tar.gz tcl-255e0a50dce41cdbdb200cbb5714d9247467bd63.tar.bz2 |
bugfix to the bugfix to the new [for] compiled code
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-02-26 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclCmpCmds.c: (bugfix to the bugfix, hopefully the last) + Bugfix to the new [for] compiling code: was setting a exceptArray + parameter using another param which wasn't yet initialised, thus + filling it with noise. + 2002-02-25 Andreas Kupries <andreas_kupries@users.sourceforge.net> * mac/tclMacSock.c (TcpGetOptionProc): Changed to recognize the |