summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-08-05 16:56:14 (GMT)
committerhobbs <hobbs@noemail.net>1999-08-05 16:56:14 (GMT)
commit840d800783ffefcbe95f9950bdd986a529edd064 (patch)
tree52d037671664bc25e34693b3d0ecd31b0ac9c84f /ChangeLog
parent2badeade1749e5fb4d480e9f15196d9697706af4 (diff)
downloadtcl-840d800783ffefcbe95f9950bdd986a529edd064.zip
tcl-840d800783ffefcbe95f9950bdd986a529edd064.tar.gz
tcl-840d800783ffefcbe95f9950bdd986a529edd064.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] FossilOrigin-Name: 1965e87ab6c0f9db2d85ad22086050ace416673f
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ff9a1f..1c7e2db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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