summaryrefslogtreecommitdiffstats
path: root/doc/GetIndex.3
Commit message (Collapse)AuthorAgeFilesLines
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-3/+3
| | | | generation works
* Convert \fP to \fR for easier manual page scrapingdkf2006-11-151-3/+3
|
* * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seemsdgp2006-04-061-2/+2
| | | | | | | * tests/indexObj.test: there are extensions that rely on the prior * doc/GetIndex.3: behavior that the empty string cannot succeed as a unique prefix matcher, so I'm restoring Donal Fellow's solution. Added mention of this detail to the documentation. [Bug 1464039]
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
|
* Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-5/+1
|
* Reduce the number of warnings given by nroff...dkf2004-10-071-4/+2
|
* Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-5/+5
|
* Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-2/+2
|
* More fixes from Mikhail Kolesnitchenko, and also standardize highlightingdkf2004-09-181-4/+4
| | | | of symbols like TCL_OK, TCL_ERROR, etc.
* More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527]dkf2004-09-061-4/+7
|
* * doc/AddErrInfo.3: Improved consistency of documentationdgp2003-07-181-3/+3
| | | | | | | | | | | | | | * 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:
* * doc/GetIndex.3:dgp2002-02-281-4/+8
| | | | | | | | | | | * generic/tcl.decls (Tcl_GetIndexFromObjStruct): * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Revised the prototype of the Tcl_GetIndexFromObjStruct to take its struct table as a (CONST VOID *) argument, better describing what it is, maintaining source compatibility, and adding CONST correctness according to TIP 27. Thanks to Joe English for an elegant solution. [Bug 520304] * generic/tclDecls.h: make genstubs
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-2/+2
| | | | | This version builds clean on Solaris/SPARC, with GCC and CC, both with and without threads and both in 32-bit and 64-bit mode.
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-3/+3
| | | | | | | overlooked before. Updated callers. ***POTENTIAL INCOMPATIBILITY*** Includes a source incompatibility in the tablePtr arguments of the Tcl_GetIndexFromObj* routines.
* * Updated APIs in the file generic/tclIndexObj.cdgp2002-01-141-4/+4
| | | | according to the guidelines of TIP 27.
* doc/AddErrInfo.3, doc/ChnlStack.3, doc/Exit.3, doc/GetIndex.3, doc/Notifier.3,jenglish2000-07-241-2/+2
| | | | | | | | doc/Object.3, doc/RegExp.3, doc/SetResult.3, doc/SplitList.3, doc/Thread.3: Added missing entries to NAME sections. doc/AddErrInfo.3, doc/CrtObjCmd.3, doc/RecEvalObj.3: Changed Tcl_EvalObj to Tcl_EvalObjEx
* Minor tweaks to get these pages through the HTML converterscriptics_tclpro_1_3_0core_8_2_0welch1999-08-131-2/+2
|
* Applied patch from Peter Hardie (with modifications) to fixredman1999-06-281-2/+4
| | | | | Tcl_GetIndexFromObj when the key is "". Added test cases and doc note.
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-4/+27
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+77