summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-07-16 04:04:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-07-16 04:04:40 (GMT)
commit1fa2b9dc391dd1fc04b6cf42f92fd144c6e8c586 (patch)
tree86f9f22a265bcc155e8ece2e5ee785e29a1dde8d /ChangeLog
parent707fb60617271458080e2dcb189d1d4580f20dff (diff)
downloadtcl-1fa2b9dc391dd1fc04b6cf42f92fd144c6e8c586.zip
tcl-1fa2b9dc391dd1fc04b6cf42f92fd144c6e8c586.tar.gz
tcl-1fa2b9dc391dd1fc04b6cf42f92fd144c6e8c586.tar.bz2
* doc/http.n: Updated SYNOPSIS to match actual syntax of
commands. [Bug 756112]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index add3473..4545858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
2003-07-15 Don Porter <dgp@users.sourceforge.net>
+ * doc/http.n: Updated SYNOPSIS to match actual syntax of
+ commands. [Bug 756112]
+
* unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted
strings instead of strcmp (not defined in any #include'd header)
and presumed NULL-terminated strings.