summaryrefslogtreecommitdiffstats
path: root/doc/Hash.3
Commit message (Collapse)AuthorAgeFilesLines
* [Patch 3009403] Signature of Tcl_GetHashKey, Tcl_(Create|Find)HashEntrynijtmans2010-08-141-3/+3
| | | FossilOrigin-Name: 038e8afe8394a1951b98c6194f48e7d7511a3fec
* Small cleanups to improve HTML generation.dkf2010-01-101-3/+3
| | | FossilOrigin-Name: ed6535d2abd175dc967f585a68ce3d51552f11a4
* [Patch 2903921]: Many small spelling fixes from Larry Virden.dkf2009-11-271-2/+2
| | | FossilOrigin-Name: c04520abab1f359c5d937693033269a2169dec3e
* Fix signature and implementation of Tcl_HashStats,nijtmans2008-11-171-2/+2
| | | | | | such that it conforms to the documentation. FossilOrigin-Name: 2b7fc9b4445dd1264716d839f5b6637f5bbb766c
* Improve clarity of formatting.dkf2008-10-171-1/+2
| | | FossilOrigin-Name: 71edbde46a8f75eec71181b2238ccd0b3c7c7849
* Lots of very minor formatting fixes.dkf2008-10-151-1/+9
| | | FossilOrigin-Name: 4eecde7be6f379a7ca084fa3158e854c7e7ea95d
* * doc/Hash.3: CONSTified the typePtr argumentnijtmans2008-10-041-2/+2
| | | | | | | | | | | * generic/tcl.decls: of Tcl_InitCustomHashTable. * generic/tcl.h * generic/tclHash.c * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27. FossilOrigin-Name: fcc2624fe48ab4c2490d85005713d39dbb4b1e23
* Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-8/+7
| | | | | | typedefs, add a few missing bits) FossilOrigin-Name: 29df58df24d30f1fa853980095d4e8573cf89bef
* merge stable branch onto HEADdgp2007-12-131-1/+1
| | | FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
* Typodkf2007-11-201-44/+41
| | | FossilOrigin-Name: 0adaecf22b2427f3365df9c4f77337a5f3e409b6
* First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-14/+26
| | | | | generation works FossilOrigin-Name: 273847833ca13d62417e5af893e17a7215ba1ef0
* * changes: Updated for 8.5b2 release.core-8-5-b2dgp2007-10-261-21/+13
| | | | | | | | * doc/*.1: Revert doc changes that broke * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. FossilOrigin-Name: b67e3f215e5ed2c3abc44b48bd54a2c3a7ad948a
* Lots of improvements to look and feel of manual pagesdkf2007-10-241-13/+21
| | | FossilOrigin-Name: bf4174f4b149b58ef4659cd259cdb2f02daafb3f
* Clarify a little more the previous correction for the Tcl_HashKeyTypegeorgeps2007-10-081-2/+2
| | | | | | flags member. FossilOrigin-Name: b0e3d4aff0b6e98c90265877a8eeedfb9b9cfdff
* Correct the usage of flags.georgeps2007-10-081-2/+2
| | | FossilOrigin-Name: 9bd0b81448f0004958aa26c57f9f08d08aec5d03
* VarReform [Patch 1750051]msofer2007-07-311-4/+4
| | | | | | *** POTENTIAL INCOMPATIBILITY *** (tclInt.h and tclCompile.h) FossilOrigin-Name: 2fbb34460171f3c14e4ea5ca51b05b73fe911487
* Reduce the number of warnings given by nroff...dkf2004-10-071-2/+2
| | | FossilOrigin-Name: f1d921f3d0ddeee88af919140312ed097ed9b72f
* Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-8/+10
| | | FossilOrigin-Name: 94bf67038b29cfae21210fee195b9e2879c939e3
* Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-2/+2
| | | FossilOrigin-Name: dcba7c799d5c4345dc2f465a5d8a137b364fe6cc
* More fixes from Mikhail Kolesnitchenko, and also standardize highlightingdkf2004-09-181-3/+3
| | | | | | of symbols like TCL_OK, TCL_ERROR, etc. FossilOrigin-Name: 98776f715157a84ebbced1be85ea316525ae8c3f
* More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-3/+3
| | | FossilOrigin-Name: 3e34564c9e6923a1da22c3eeaa4769978d5163d8
* Added note about a safe and useful mode of update to a hash being iterated over.dkf2004-04-211-3/+4
| | | FossilOrigin-Name: 93b6b6965f4ba3998c5bf57a2e451ac899e7750a
* TIP#138 implementation plus extra test stuff [Patch 731356]dkf2003-11-141-1/+12
| | | FossilOrigin-Name: eef4eada83b9f6b1d21308d4c32a856bddd65f69
* * doc/AddErrInfo.3: Improved consistency of documentationdgp2003-07-181-2/+2
| | | | | | | | | | | | | | | | * doc/CrtTrace.3: by using "null" everywhere to refer to * doc/Encoding.3: the character '\0', and using "NULL" * doc/Eval.3: everywhere to refer to the value of a * doc/GetIndex.3: pointer that points to nowhere. * doc/Hash.3: Also dropped references to ASCII that * doc/LinkVar.3: are no longer true, and standardized on * doc/Macintosh.3: the hyphenated spelling of "null-terminated". * doc/OpenFileChnl.3: * doc/SetVar.3: * doc/StringObj.3: * doc/Utf.3: FossilOrigin-Name: a15f50a932b66bb4ca93f919ffbe477ff00a6af2
* * Overlooked CONST documentation update.dgp2002-07-111-2/+2
| | | FossilOrigin-Name: 904442d6bc4bda815706d532deba4176773b3d0a
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-251-2/+2
| | | | | | | | | * [Patch 506818] Updated interfaces of generic/tclHash.c (TIP 27). * [Patch 506807] Updated interfaces of generic/tclObj.c (TIP 27). * [Patch 507304] Updated interfaces of win/tclWin32.c (TIP 27). * Update all callers. FossilOrigin-Name: 375ac8d641fa53159537f27eb1f836c043495c3b
* 2000-01-18 Andreas Kupries <a.kupries@westend.com>andreas_kupries2001-01-181-44/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Everything below belongs together, it fixes bug #123153. * generic/tcl.h (line 342): A bit more explanation about the default value for TCL_PRESERVE_BINARY_COMPATABILITY. * generic/tcl.h (line 1208): Removed the macro 'Tcl_InitHashTable' as it kills binary compatibility to 8.3 and earlier versions. This is the main part of the patch/change. * generic/tcl.decls (line 1469): * generic/tclHash.c (Tcl_InitHashTable): * generic/tclHash.c (Tcl_InitHashTableEx): * generic/tclObj.c (Tcl_InitObjHashTable): Changed 'Tcl_InitHashTableEx' to 'Tcl_InitCustomHashTable'. This change is more of an estethical nature, replacing the ubiquitous 'Ex' suffix with a more meaningful name. The introduced binary incompatibility is deemed acceptable as it is between alpha versions. Updated callers. * doc/Hash.3: * unix/mkLinks: Changed 'Tcl_InitHashTableEx' to 'Tcl_InitCustomHashTable'. FossilOrigin-Name: f44e486cdff1f9ea3453b7837b273cc123b86afe
* * generic/tclStubInit.c:ericm2000-07-221-12/+101
| | | | | | | | | | | | | * generic/tclObj.c: * generic/tclInt.h: * generic/tclHash.c: * generic/tclDecls.h: * generic/tcl.h: * generic/tcl.decls: * doc/Hash.3: Reapplied patch from Paul Duffin to extend hash tables to allow custom key types, such as Tcl_Obj *'s, and others. FossilOrigin-Name: 9ec468f4054cf859e1310e5612ae81b6645c8fdc
* * generic/tclStubInit.c:ericm2000-07-201-101/+12
| | | | | | | | | | | | | | * generic/tclObj.c: * generic/tclInt.h: * generic/tclHash.c: * generic/tclDecls.h: * generic/tcl.h: * generic/tcl.decls: * doc/Hash.3: Reverted patch from Paul Duffin to extend hash tables to allow custom key types, such as Tcl_Obj *'s, and others; it seems to break Tk. FossilOrigin-Name: 2abafbeedcaf23dce2eea7b382c5d6eef8f99d62
* * generic/tclStubInit.c:ericm2000-07-191-12/+101
| | | | | | | | | | | | | * generic/tclObj.c: * generic/tclInt.h: * generic/tclHash.c: * generic/tclDecls.h: * generic/tcl.h: * generic/tcl.decls: * doc/Hash.3: Applied patch from Paul Duffin to extend hash tables to allow custom key types, such as Tcl_Obj *'s, and others. FossilOrigin-Name: 6c43b17f3d697547042b227f767e2cf9f848ebf9
* * doc/Hash.3: Added documentation patch for Tcl_Obj *'s as keys inericm2000-06-241-3/+10
| | | | | | | | | | Tcl hash tables [RFE: 5934]. * generic/tcl.h: * generic/tclHash.c: Applied patch from [RFE: 5934], which extends Tcl hash tables to allow Tcl_Obj *'s as the key. FossilOrigin-Name: 7e7bdba8ebf5784a68de830e4b5ea93592077df7
* * doc/Hash.3: fixed reference to ckfree [Bug: 3912]hobbs1999-12-211-2/+2
| | | | | | | | | | * doc/RegExp.3: fixed calling params for Tcl_RegExecFromObj * doc/open.n: fixed minor formatting errors * doc/string.n: fixed minor formatting errors * doc/lsort.n: added -unique docs FossilOrigin-Name: 4030bf50ec255bbb4e6c556b9aeab0eda08366f2
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* Initial revisionrjohnson1998-03-261-0/+208
FossilOrigin-Name: cacdd0f329872d67973970d74c6978730bc24baa