diff options
author | hobbs <hobbs> | 1999-08-05 16:56:15 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-08-05 16:56:15 (GMT) |
commit | 1c3746549e428a8717e048a91b7704d2517e2a59 (patch) | |
tree | 52d037671664bc25e34693b3d0ecd31b0ac9c84f /ChangeLog | |
parent | e8dbc9b6baa1c05293a0f24a33bdf19885c8006a (diff) | |
download | tcl-1c3746549e428a8717e048a91b7704d2517e2a59.zip tcl-1c3746549e428a8717e048a91b7704d2517e2a59.tar.gz tcl-1c3746549e428a8717e048a91b7704d2517e2a59.tar.bz2 |
1999-08-05 Jeff Hobbs <hobbs@scriptics.com>
* doc/tclvars.n: Made it clear that tcl_pkgPath was not set
for Windows (already mentioned in init.tcl) [Bug: 2455]
* generic/tclLiteral.c: fixed reference to bytes that might
not be null terminated (using objPtr->bytes, which is) [Bug: 2496]
* library/http2.1/http.tcl: Made use of "i" in init section not
use global var. [Bug: 2502]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +1999-08-05 Jeff Hobbs <hobbs@scriptics.com> + + * doc/tclvars.n: Made it clear that tcl_pkgPath was not set + for Windows (already mentioned in init.tcl) [Bug: 2455] + * generic/tclLiteral.c: fixed reference to bytes that might + not be null terminated (using objPtr->bytes, which is) [Bug: 2496] + * library/http2.1/http.tcl: Made use of "i" in init section not + use global var. [Bug: 2502] + 1999-08-04 Scott Stanton <stanton@scriptics.com> * tests/reg.test: Added test for REG_EXPECT bug fixed by Henry's |