diff options
author | hobbs <hobbs> | 1999-12-08 03:49:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-08 03:49:40 (GMT) |
commit | eb4ef639449d572ffaa371a1b20834c8ae596fba (patch) | |
tree | 6f878ca37f30c83cc9a2e0673135fbbdc589e230 /ChangeLog | |
parent | 49a5e65eb681d3fe39cde8823ad8092c7df4ac3e (diff) | |
download | tcl-eb4ef639449d572ffaa371a1b20834c8ae596fba.zip tcl-eb4ef639449d572ffaa371a1b20834c8ae596fba.tar.gz tcl-eb4ef639449d572ffaa371a1b20834c8ae596fba.tar.bz2 |
see log
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,21 @@ +1999-12-07 Jeff Hobbs <hobbs@scriptics.com> + + * tests/io.test: removed 'knownBug' tests that were for + unsupported0, which is now fcopy (that already has tests) + + * mac/tclMacPort.h: added utime.h include + + * generic/tclDate.c: + * unix/Makefile.in: fixed make gendate to swap const with CONST + so it uses the Tcl defined CONST type [Bug: 3521] + + * generic/tclIO.c: removed panic that could occur in FlushChannel + when a "blocking" channel would receive EAGAIN, instead treating + it the same as non-blocking. [Bug: 3773] + + * generic/tclUtil.c: fixed Tcl_ScanCountedElement to not step + beyond the end of the counted string [Bug: 3336] + 1999-12-03 Jeff Hobbs <hobbs@scriptics.com> * doc/load.n: added note about NT's buggy handling of './' with @@ -21,7 +39,7 @@ * generic/tclExecute.c: added TclCheckBadOctal routine to enhance error message checking for when users use invalid octal numbers (like 08), as well as replumbed the Expr*Funcs with a new - VerifyExprObjType to simplify type handling. + VerifyExprObjType to simplify type handling. [Bug: 2467] * tests/expr.test: * generic/tclCompile.c: fixed 'bad code length' error for |