summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-07-16 04:15:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-07-16 04:15:06 (GMT)
commitb8352637c0e463fcf79278998107835658c6efdb (patch)
treea663b0a79aaccd73a0a13d445542fa60032f0361 /ChangeLog
parent060934f2a4132b50c68ef38c64a34a3a6ed9e82d (diff)
downloadtcl-b8352637c0e463fcf79278998107835658c6efdb.zip
tcl-b8352637c0e463fcf79278998107835658c6efdb.tar.gz
tcl-b8352637c0e463fcf79278998107835658c6efdb.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 b5587b1..8b6d00b 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.