Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | nijtmans@users.sourceforge.net | 2013-11-05 | 1 | -1/+1 |
|\ | | | | | | | and possibly others. | ||||
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | nijtmans@users.sourceforge.net | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | and possibly others. | ||||
* | | Updated the language of the documentation so that "object" refers to an OO | donal.k.fellows@manchester.ac.uk | 2012-11-08 | 1 | -4/+4 |
| | | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is). | ||||
* | | Reinforced the description of the requirement for the tables of names for ↵ | donal.k.fellows@manchester.ac.uk | 2012-06-29 | 1 | -2/+8 |
|\ \ | |/ | | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly. | ||||
| * | Reinforced the description of the requirement for the tables of names for ↵ | donal.k.fellows@manchester.ac.uk | 2012-06-29 | 1 | -2/+8 |
| |\ | | | | | | | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly. | ||||
| | * | Reinforced the description of the requirement for the tables of names for ↵ | donal.k.fellows@manchester.ac.uk | 2012-06-29 | 1 | -2/+8 |
| | | | | | | | | | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly. | ||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
| |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems | dgp@users.sourceforge.net | 2006-04-06 | 1 | -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] | ||||
| | * | * doc/CrtSlave.3 (Tcl_MakeSafe): Removed warning about possible | dgp@users.sourceforge.net | 2003-07-18 | 1 | -3/+3 |
| | | | | | | | | | | | | deprecation (no TIP on that). | ||||
* | | | Improve documentation of [tcl::prefix]. | donal.k.fellows@manchester.ac.uk | 2008-10-19 | 1 | -5/+2 |
| | | | |||||
* | | | * doc/GetIndex.3: CONSTified the tablePtr argument | nijtmans | 2008-10-04 | 1 | -2/+2 |
|/ / | | | | | | | | | | | | | | | * generic/tcl.decls: of Tcl_GetIndexFromObj. * generic/tclIndexObj.c * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27. | ||||
* | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | First stage of doing GOOBE improvements to documentation now that the html ↵ | donal.k.fellows@manchester.ac.uk | 2007-10-28 | 1 | -3/+3 |
| | | | | | | | | generation works | ||||
* | | Convert \fP to \fR for easier manual page scraping | donal.k.fellows@manchester.ac.uk | 2006-11-15 | 1 | -3/+3 |
| | | |||||
* | | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seems | dgp@users.sourceforge.net | 2006-04-06 | 1 | -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 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
| | | |||||
* | | Purge old and inaccurate .VS/.VE macros. | donal.k.fellows@manchester.ac.uk | 2005-04-06 | 1 | -5/+1 |
| | | |||||
* | | Reduce the number of warnings given by nroff... | donal.k.fellows@manchester.ac.uk | 2004-10-07 | 1 | -4/+2 |
| | | |||||
* | | Convert CONST to const, VOID to void so we document how we want the API used. | donal.k.fellows@manchester.ac.uk | 2004-10-07 | 1 | -5/+5 |
| | | |||||
* | | Update the .AS macro definition and take advantage of it's new-found power. | donal.k.fellows@manchester.ac.uk | 2004-10-07 | 1 | -2/+2 |
| | | |||||
* | | More fixes from Mikhail Kolesnitchenko, and also standardize highlighting | donal.k.fellows@manchester.ac.uk | 2004-09-18 | 1 | -4/+4 |
| | | | | | | | | of symbols like TCL_OK, TCL_ERROR, etc. | ||||
* | | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] | donal.k.fellows@manchester.ac.uk | 2004-09-06 | 1 | -4/+7 |
| | | |||||
* | | * doc/AddErrInfo.3: Improved consistency of documentation | dgp@users.sourceforge.net | 2003-07-18 | 1 | -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: | dgp@users.sourceforge.net | 2002-02-28 | 1 | -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. | donal.k.fellows@manchester.ac.uk | 2002-02-15 | 1 | -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 were | dgp@users.sourceforge.net | 2002-01-17 | 1 | -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.c | dgp@users.sourceforge.net | 2002-01-14 | 1 | -4/+4 |
| | | | | according to the guidelines of TIP 27. | ||||
* | doc/AddErrInfo.3, doc/ChnlStack.3, doc/Exit.3, doc/GetIndex.3, doc/Notifier.3, | jenglish@flightlab.com | 2000-07-24 | 1 | -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_0 | welch | 1999-08-13 | 1 | -2/+2 |
| | |||||
* | Applied patch from Peter Hardie (with modifications) to fix | redman | 1999-06-28 | 1 | -2/+4 |
| | | | | | Tcl_GetIndexFromObj when the key is "". Added test cases and doc note. | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -4/+27 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+77 |