diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | doc/http.n | 4 |
2 files changed, 12 insertions, 6 deletions
@@ -1,9 +1,15 @@ +2010-07-25 Donal K. Fellows <dkf@users.sf.net> + + * doc/http.n: Corrected description of location of one of the entries + in the state array. + 2010-07-24 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tclDecls.h [Bug 3029891] Functions that don't belong in the - * generic/tclTest.c stub table. - * generic/tclBasic.c From [Bug 3030870] make itcl 3.x built with pre-8.6 - work in 8.6: Relax the relation between Tcl_CallFrame and CallFrame. + * generic/tclDecls.h: [Bug 3029891]: Functions that don't belong in + * generic/tclTest.c: the stub table. + * generic/tclBasic.c: From [Bug 3030870] make itcl 3.x built with + pre-8.6 work in 8.6: Relax the relation between Tcl_CallFrame and + CallFrame. 2010-07-16 Donal K. Fellows <dkf@users.sf.net> @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: http.n,v 1.39 2010/01/20 13:42:17 dkf Exp $ +'\" RCS: @(#) $Id: http.n,v 1.40 2010/07/25 16:08:13 dkf Exp $ '\" .so man.macros .TH "http" n 2.7 http "Tcl Bundled Packages" @@ -568,7 +568,7 @@ The type of the URL contents. Examples include \fBtext/html\fR, \fBContent-Length\fR . The advertised size of the contents. The actual size obtained by -\fB::http::geturl\fR is available as \fBstate(size)\fR. +\fB::http::geturl\fR is available as \fBstate(currentsize)\fR. .TP \fBLocation\fR . |