diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-08-29 15:37:41 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-08-29 15:37:41 (GMT) |
commit | ff9209620e3750a879b1cfe363cb06042092dfdc (patch) | |
tree | 06ce9657302a2db702b85045f3addb434e39b5dc | |
parent | 1cbfdbdbdfdefad09ec36f1da58549f431ddc3da (diff) | |
download | tcl-ff9209620e3750a879b1cfe363cb06042092dfdc.zip tcl-ff9209620e3750a879b1cfe363cb06042092dfdc.tar.gz tcl-ff9209620e3750a879b1cfe363cb06042092dfdc.tar.bz2 |
* doc/dict.n: [Bug 3046999]: Corrected cross reference to array
manpage to refer to (correct) existing subcommand.
-rw-r--r-- | ChangeLog | 51 | ||||
-rw-r--r-- | doc/dict.n | 4 |
2 files changed, 30 insertions, 25 deletions
@@ -1,3 +1,8 @@ +2010-08-29 Donal K. Fellows <dkf@users.sf.net> + + * doc/dict.n: [Bug 3046999]: Corrected cross reference to array + manpage to refer to (correct) existing subcommand. + 2010-08-26 Jeff Hobbs <jeffh@ActiveState.com> * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. @@ -6,18 +11,18 @@ * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST - macro and --enable-embedded-manifest configure arg added to - support manifest embedding where we know the magic. Help prevents - DLL hell with MSVC8+. + macro and --enable-embedded-manifest configure arg added to support + manifest embedding where we know the magic. Help prevents DLL hell + with MSVC8+. 2010-08-24 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tcl.decls [Bug 3007895] Tcl_(Find|Create)HashEntry - * generic/tclHash.c stub entries can never be called. - * generic/tclDecls.h - * generic/tclStubInit.c [Patch 2994165]: Change signature of - Tcl_FSGetNativePath and TclpDeleteFile follow-up: move - stub entry back to original location. + * generic/tcl.decls: [Bug 3007895]: Tcl_(Find|Create)HashEntry + * generic/tclHash.c: stub entries can never be called. + * generic/tclDecls.h: + * generic/tclStubInit.c: [Patch 2994165]: Change signature of + Tcl_FSGetNativePath and TclpDeleteFile follow-up: move stub entry back + to original location. 2010-08-23 Kevin B. Kenny <kennykb@acm.org> @@ -26,21 +31,21 @@ 2010-08-22 Jan Nijtmans <nijtmans@users.sf.net> - * generic/tclBasic.c [Patch 3009403]: Signature of Tcl_GetHashKey, + * generic/tclBasic.c: [Patch 3009403]: Signature of Tcl_GetHashKey, * generic/tclBinary.c: Tcl_(Create|Find)HashEntry follow-up: - * generic/tclCmdIL.c Remove many type casts which are no longer - * generic/tclCompile.c necessary as a result of this signature change. - * generic/tclDictObj.c - * generic/tclEncoding.c - * generic/tclExecute.c - * generic/tclInterp.c - * generic/tclIOCmd.c - * generic/tclObj.c - * generic/tclProc.c - * generic/tclTest.c - * generic/tclTrace.c - * generic/tclUtil.c - * generic/tclVar.c + * generic/tclCmdIL.c: Remove many type casts which are no longer + * generic/tclCompile.c:necessary as a result of this signature change. + * generic/tclDictObj.c: + * generic/tclEncoding.c: + * generic/tclExecute.c: + * generic/tclInterp.c: + * generic/tclIOCmd.c: + * generic/tclObj.c: + * generic/tclProc.c: + * generic/tclTest.c: + * generic/tclTrace.c: + * generic/tclUtil.c: + * generic/tclVar.c: 2010-08-21 Donal K. Fellows <dkf@users.sf.net> @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: dict.n,v 1.23 2010/01/20 13:42:17 dkf Exp $ +'\" RCS: @(#) $Id: dict.n,v 1.24 2010/08/29 15:37:42 dkf Exp $ '\" .so man.macros .TH dict n 8.5 Tcl "Tcl Built-In Commands" @@ -131,7 +131,7 @@ This returns information (intended for display to people) about the given dictionary though the format of this data is dependent on the implementation of the dictionary. For dictionaries that are implemented by hash tables, it is expected that this will return the -string produced by \fBTcl_HashStats\fR, similar to \fBarray info\fR. +string produced by \fBTcl_HashStats\fR, similar to \fBarray statistics\fR. .TP \fBdict keys \fIdictionaryValue \fR?\fIglobPattern\fR? . |