summaryrefslogtreecommitdiffstats
path: root/doc/StringObj.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix for immediate problem in [Bug 2089279].dkf2009-04-101-3/+3
| | | FossilOrigin-Name: c3f65b131e928645d42bf42aafcda429f8e71256
* Formatting cleanup.dkf2008-12-181-8/+8
| | | FossilOrigin-Name: d95fd6c80554447899daa9eefe4da62d7a77972e
* Lots of very minor formatting fixes.dkf2008-10-151-2/+12
| | | FossilOrigin-Name: 4eecde7be6f379a7ca084fa3158e854c7e7ea95d
* Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-9/+4
| | | | | | typedefs, add a few missing bits) FossilOrigin-Name: 29df58df24d30f1fa853980095d4e8573cf89bef
* Return type of Tcl_AppendPrintfToObj is void. (spotted by Torsten Berg)patthoyts2008-05-071-2/+2
| | | FossilOrigin-Name: 1e8111a11260146864602e0c85303b51d3e3e330
* merge stable branch onto HEADdgp2007-12-131-1/+1
| | | FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
* typodgp2007-12-101-2/+2
| | | FossilOrigin-Name: 0815651535e25d826b48a6249da41ebee7729ab4
* formatting errordgp2007-12-101-2/+2
| | | FossilOrigin-Name: d0f0ed3fb670f5fc18ea07f148e76af4042184ec
* * doc/AddErrInfo.3: Documentation for the new routines in TIP 270.dgp2007-12-071-7/+113
| | | | | | | * doc/Interp.3: * doc/StringObj.3: FossilOrigin-Name: c6954ec0420921674ad6b7adf1e9dad11e6f6614
* line endingsdgp2007-10-291-272/+272
| | | FossilOrigin-Name: 00992a0194213b50c082ba7f2626c7b4f8466a8f
* First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-272/+272
| | | | | generation works FossilOrigin-Name: 273847833ca13d62417e5af893e17a7215ba1ef0
* * generic/tcl.h: Explicitly standardized on the use of stdarg.hdgp2005-09-131-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: FossilOrigin-Name: bdf9458b147a42c52fbe53b2a4032d4fc754dcd2
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232kennykb2005-05-101-1/+1
| | | FossilOrigin-Name: 1cc2336920c70c6b9f7825b88dec87fc223f2c4e
* Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-3/+1
| | | FossilOrigin-Name: b5dbb85db54f15de4f1ce227e598d37c74968fe6
* Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-6/+6
| | | FossilOrigin-Name: 94bf67038b29cfae21210fee195b9e2879c939e3
* Docfix. [Bug 921464]dkf2004-03-231-3/+3
| | | FossilOrigin-Name: 2a45eac74cf29906b4da5e71d0c70c6089250f30
* fixed typos in documentation and commentsvincentdarley2004-03-091-2/+2
| | | FossilOrigin-Name: 720c4fb8792919433675a33747c2c891b0f1b321
* * 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
* Documentation didn't say that the UTF-8-rep of a Tcl_Obj was UTF-8 (sans NUL)!dkf2002-10-221-5/+10
| | | | | | [Bug 624919] FossilOrigin-Name: c9fb4e45e8398d43014ad28613634a7b5e1943b3
* clarifications in doc/CrtInterp.3 and doc/StringObj.3msofer2002-06-261-3/+14
| | | FossilOrigin-Name: b1c464dbcaf08c6daee2072d21c6eaaa47169101
* Tcl_GetUnicodeFromObj missing from index linedkf2002-04-241-2/+2
| | | FossilOrigin-Name: 6bdd4676afdd71c747fc10b115828792b172508f
* doc/StringObj.3: added Tcl_GetUnicodeFromObj docs.hobbs2002-01-151-2/+13
| | | FossilOrigin-Name: 7548186a2f3c3c80a140f698f00bffded4a5f1f8
* * doc/StringObj.3: added words of warning to use Tcl_ResetResulthobbs2001-08-311-17/+5
| | | | | | with the Tcl_Append* functions. FossilOrigin-Name: 01edae806ee340df017dbfba4dfb90399ee6ff5b
* 2001-04-07 Andreas Kupries <andreas_kupries@users.sourceforge.net>andreas_kupries2001-04-061-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]. FossilOrigin-Name: 872fb4567aefc93be400f3e6e2ec90ca504aa27a
* (TIP#27) Changed a number of Tcl API's to accept "CONST char*"kennykb2001-04-041-4/+4
| | | | | | in place of simple "char*". (kennykb) [Patch #404026] FossilOrigin-Name: bda1abaf857abf5feb7ebd78aeb1f6a60fcbb8c0
* * doc/Alloc.3: Added entries for Tcl_AttemptAlloc, Tcl_AttempRealloc.ericm2000-09-141-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. FossilOrigin-Name: 66347b65e49a6866c410d4c89031857f714db201
* Merged String and Unicode object types. Added new functions tohershey1999-06-151-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. FossilOrigin-Name: 23b23af342a570dab211294eff79a331869224c5
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-6/+26
| | | FossilOrigin-Name: f3b32fb71c9011ac220779bd9dbe5617c9dc87d9
* Merged stubs changes into mainline for 8.0stanton1999-03-101-2/+11
| | | FossilOrigin-Name: 19696933517612024e7dbcfee6e3c8d3b4e41772
* Replaced SCCS strings, fixed binary filescore-8-0-3stanton1998-09-141-1/+1
| | | FossilOrigin-Name: 196f92fd17305db5fec1acd59f6926de11e01624
* Initial revisionrjohnson1998-03-261-0/+132
FossilOrigin-Name: cacdd0f329872d67973970d74c6978730bc24baa