summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-03-27 22:18:46 (GMT)
committerhobbs <hobbs>2000-03-27 22:18:46 (GMT)
commite5c183a2a4ea443f89becd0e62024e6e242ea990 (patch)
tree4fb63b9df5b7cd3d9e1aeebecfcef49f8c5604b8
parent61e42b1f8390839d5e29d3f87605adc0a61dc87e (diff)
downloadtcl-e5c183a2a4ea443f89becd0e62024e6e242ea990.zip
tcl-e5c183a2a4ea443f89becd0e62024e6e242ea990.tar.gz
tcl-e5c183a2a4ea443f89becd0e62024e6e242ea990.tar.bz2
* tests/httpd: removed unnecessary 'puts stderr "Post Dispatch"'
* tests/namespace.test: * generic/tclNamesp.c (Tcl_Export): added a uniq'ing test to the export list so only one instance of each export pattern would exist in the list. * generic/tclExecute.c (TclExecuteByteCode): optimized case for the empty string in ==/!= comparisons
-rw-r--r--ChangeLog22
1 files changed, 17 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 4158686..c91e7da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2000-03-27 Jeff Hobbs <hobbs@scriptics.com>
+
+ * tests/httpd: removed unnecessary 'puts stderr "Post Dispatch"'
+
+ * tests/namespace.test:
+ * generic/tclNamesp.c (Tcl_Export): added a uniq'ing test to the
+ export list so only one instance of each export pattern would
+ exist in the list.
+
+ * generic/tclExecute.c (TclExecuteByteCode): optimized case for
+ the empty string in ==/!= comparisons
+
2000-03-27 Eric Melski <ericm@scriptics.com>
* unix/tclUnixChan.c: Added (off_t) type casts in lseek() call
@@ -9,16 +21,16 @@
2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com>
- * library/http2.1/http.tcl: Fixed a bug where string query data
+ * library/http2.1/http.tcl: Fixed a bug where string query data
that was bigger than queryblocksize would get duplicate characters
at block boundaries.
2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com>
- * library/http2.1/http.tcl: Fixed bug 4463, where we were getting
- a stack trace if we tried to publish a project to a good host but
- a port where there was no server listening. It turned out the
- problem was a stray fileevent that needed to be cleared. Also,
+ * library/http2.1/http.tcl: Fixed bug 4463, where we were getting
+ a stack trace if we tried to publish a project to a good host but
+ a port where there was no server listening. It turned out the
+ problem was a stray fileevent that needed to be cleared. Also,
fixed a bug where http::code could stack trace if called on a bad
token (one which didn't represent a successful geturl) by adding
an http element to the state array in geturl.