| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unnecessary end-of-line spacing (preparing for some further ↵ | nijtmans@users.sourceforge.net | 2015-09-04 | 1 | -4/+4 |
| | | | | | documentation updates) | ||||
| * | Add missing calls to Tcl_DecrRefCount() in string object man page examples. | andrew.m.goth@gmail.com | 2014-06-04 | 1 | -1/+4 |
| | | |||||
| * | 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 | -51/+51 |
| | | | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is). | ||||
| * | | A number of small spelling and wording fixes in the docs. | donal.k.fellows@manchester.ac.uk | 2012-03-11 | 1 | -2/+2 |
| | | | |||||
| * | | 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. | ||||
| | | * | * doc/AddErrInfo.3: Improved consistency of documentation | dgp@users.sourceforge.net | 2003-07-18 | 1 | -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: | ||||
| * | | | Clarify documentation of format/args checking in Tcl_ObjPrintf. Thanks to ↵ | ferrieux@users.sourceforge.net | 2011-01-19 | 1 | -2/+5 |
| | | | | | | | | | | | | | Brad Harder (yukonbob). [Bug 3159920] | ||||
| * | | | Fix for immediate problem in [Bug 2089279]. | donal.k.fellows@manchester.ac.uk | 2009-04-10 | 1 | -3/+3 |
| | | | | |||||
| * | | | Formatting cleanup. | donal.k.fellows@manchester.ac.uk | 2008-12-18 | 1 | -8/+8 |
| | | | | |||||
| * | | | Lots of very minor formatting fixes. | donal.k.fellows@manchester.ac.uk | 2008-10-15 | 1 | -2/+12 |
| | | | | |||||
| * | | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | donal.k.fellows@manchester.ac.uk | 2008-06-29 | 1 | -9/+4 |
| | | | | | | | | | | | | | typedefs, add a few missing bits) | ||||
| * | | | Return type of Tcl_AppendPrintfToObj is void. (spotted by Torsten Berg) | patthoyts@users.sourceforge.net | 2008-05-07 | 1 | -2/+2 |
| |/ / | |||||
| * | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | typo | dgp@users.sourceforge.net | 2007-12-10 | 1 | -2/+2 |
| | | | |||||
| * | | formatting error | dgp@users.sourceforge.net | 2007-12-10 | 1 | -2/+2 |
| | | | |||||
| * | | * doc/AddErrInfo.3: Documentation for the new routines in TIP 270. | dgp@users.sourceforge.net | 2007-12-07 | 1 | -7/+113 |
| | | | | | | | | | | | * doc/Interp.3: * doc/StringObj.3: | ||||
| * | | line endings | dgp@users.sourceforge.net | 2007-10-29 | 1 | -272/+272 |
| | | | |||||
| * | | First stage of doing GOOBE improvements to documentation now that the html ↵ | donal.k.fellows@manchester.ac.uk | 2007-10-28 | 1 | -272/+272 |
| | | | | | | | | | generation works | ||||
| * | | * generic/tcl.h: Explicitly standardized on the use of stdarg.h | dgp@users.sourceforge.net | 2005-09-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclBasic.c: conventions for functions with variable number * generic/tclInt.h: of arguments. Support for varargs.h has been * generic/tclPanic.c: implicitly gone for some time now. All * generic/tclResult.c: TCL_VARARGS* macros purged from Tcl sources, * generic/tclStringObj.c: leaving only some deprecated #define's * tools/genStubs.tcl: in tcl.h for the sake of older extensions. * generic/tclDecls.h: make genstubs * doc/AddErrInfo.3: Replaced all documented requirement for use * doc/Eval.3: of TCL_VARARGS_START() with requirement for * doc/Panic.3: use of va_start(). * doc/SetResult.3: * doc/StringObj.3: | ||||
| * | | 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 | -3/+1 |
| | | | |||||
| * | | 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 | -6/+6 |
| | | | |||||
| * | | Docfix. [Bug 921464] | donal.k.fellows@manchester.ac.uk | 2004-03-23 | 1 | -3/+3 |
| | | | |||||
| * | | fixed typos in documentation and comments | vincentdarley | 2004-03-09 | 1 | -2/+2 |
| | | | |||||
| * | | * doc/AddErrInfo.3: Improved consistency of documentation | dgp@users.sourceforge.net | 2003-07-18 | 1 | -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: | ||||
| * | Documentation didn't say that the UTF-8-rep of a Tcl_Obj was UTF-8 (sans NUL)! | donal.k.fellows@manchester.ac.uk | 2002-10-22 | 1 | -5/+10 |
| | | | | | [Bug 624919] | ||||
| * | clarifications in doc/CrtInterp.3 and doc/StringObj.3 | Miguel Sofer | 2002-06-26 | 1 | -3/+14 |
| | | |||||
| * | Tcl_GetUnicodeFromObj missing from index line | donal.k.fellows@manchester.ac.uk | 2002-04-24 | 1 | -2/+2 |
| | | |||||
| * | doc/StringObj.3: added Tcl_GetUnicodeFromObj docs. | hobbs | 2002-01-15 | 1 | -2/+13 |
| | | |||||
| * | * doc/StringObj.3: added words of warning to use Tcl_ResetResult | hobbs | 2001-08-31 | 1 | -17/+5 |
| | | | | | with the Tcl_Append* functions. | ||||
| * | 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net> | akupries@shaw.ca | 2001-04-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * unix/mkLinks: Updated to incorporate the changes below. * doc/StringObj.3: Added 'Tcl_AttemptSetObjLength' to the NAME section. [Bug #414435]. * doc/Alloc.3: Added both 'Tcl_AttemptAlloc' and 'Tcl_AttemptRealloc' to the NAME section. [Bug #414435]. * doc/Utf.3: Added both 'Tcl_UniCharCaseMatch' and 'Tcl_UniCharNcasecmp' to the NAME section. [Bug #414435]. | ||||
| * | (TIP#27) Changed a number of Tcl API's to accept "CONST char*" | Kevin B Kenny | 2001-04-04 | 1 | -4/+4 |
| | | | | | in place of simple "char*". (kennykb) [Patch #404026] | ||||
| * | * doc/Alloc.3: Added entries for Tcl_AttemptAlloc, Tcl_AttempRealloc. | ericm | 2000-09-14 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/StringObj.3: Added entry for Tcl_AttemptSetObjLength. * generic/tclDecls.h: * generic/tclStubInit.c: Regen'ed stubs files from new tcl.decls. * generic/tcl.decls: Added stubs for the Tcl_Attempt* memory allocators and for Tcl_AttemptSetObjLength. * generic/tcl.h: Added #define's for attemptckalloc, attemptckrealloc, which map to the Tcl_Attempt* memory allocators. * generic/tclCkalloc.c: Added non-panic'ing versions of Tcl_Alloc, Tcl_Realloc, etc.; these are called Tcl_AttemptAlloc, Tcl_AttemptRealloc, etc. These are used by Tcl_AttemptSetObjLength and the string obj append functions. * generic/tclStringObj.c: Modified string growth algorithm to use doubling algorithm as long as possible, and only fall back when that fails. Added Tcl_AttemptSetObjLength, and modified AppendUnicodeToUnicodeRep, AppendUtfToUtfRep, and Tcl_AppendStringsToObjVA to support this. | ||||
| * | Merged String and Unicode object types. Added new functions to | hershey | 1999-06-15 | 1 | -33/+118 |
| | | | | | | | | | | the puplic API: Tcl_NewUnicodeObj, Tcl_SetUnicodeObj, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendUnicodeToObj. Note: some stringObj tests are still failing--the teststringobj command still needs to be updated. | ||||
| * | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -6/+26 |
| | | |||||
| * | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 1 | -2/+11 |
| | | |||||
| * | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | | |||||
| * | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+132 |
