summaryrefslogtreecommitdiffstats
path: root/doc/StringObj.3
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-09-221-1/+3
|\
| * Update docs and comments to agree with TIP 623.dgp2022-09-211-1/+3
| |
| * Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputsjan.nijtmans2020-03-271-1/+2
| |
* | Don't document the size_t form of Tcl_GetStringFromObj() (yet), because it's ↵jan.nijtmans2022-01-241-1/+1
| | | | | | | | only available if TCL_NO_DEPRECATED is defined
* | Update documentation for Tcl_GetRange()jan.nijtmans2022-01-181-2/+4
| |
* | Fix errors in man pages buildfvogel2021-05-151-1/+1
| |
* | Documenting our reference count managementdkf2021-04-251-0/+27
| |
* | Fix [f4b0cb2080] by only accepting new syntax when TCL_NO_DEPRECATED is definedjan.nijtmans2021-01-251-2/+2
| |
* | Merge 8.7jan.nijtmans2020-11-251-2/+4
|\ \
| * | Improvements to doc changes from TIPs 422 and 512.dgp2020-01-081-1/+3
| | |
| * | Merge 8.6jan.nijtmans2019-08-261-1/+1
| |\ \ | | |/
| | * Correct NUL encoding in documentationandy2019-08-241-1/+1
| | |
* | | Merge 8.7jan.nijtmans2018-10-091-1/+1
|/ / | | | | Add Unsigned functions to the implementation. TIP text is still far behind describing what's going on here.
* | merge core-8-branch.jan.nijtmans2018-01-261-1/+2
|\ \ | |/ | | Also add range checks to Tcl_GetUniChar() and Tcl_Range(), as suggested by Don Porter.
* | Somewhat simplified implementation of TIP #389, in which the "string length" ↵jan.nijtmans2017-11-071-1/+1
|/ | | | if characters > U+FFFF is considered to be 2, not 1.
* Remove unnecessary end-of-line spacing (preparing for some further ↵jan.nijtmans2015-09-041-4/+4
| | | | documentation updates)
* Add missing calls to Tcl_DecrRefCount() in string object man page examples.andy2014-06-041-1/+4
|
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
|\ | | | | | | and possibly others.
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵jan.nijtmans2013-11-051-1/+1
| | | | | | | | and possibly others.
* | Updated the language of the documentation so that "object" refers to an OOdkf2012-11-081-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.dkf2012-03-111-2/+2
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-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 causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * * 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:
* | | Clarify documentation of format/args checking in Tcl_ObjPrintf. Thanks to ↵ferrieux2011-01-191-2/+5
| | | | | | | | | | | | Brad Harder (yukonbob). [Bug 3159920]
* | | Fix for immediate problem in [Bug 2089279].dkf2009-04-101-3/+3
| | |
* | | Formatting cleanup.dkf2008-12-181-8/+8
| | |
* | | Lots of very minor formatting fixes.dkf2008-10-151-2/+12
| | |
* | | 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)
* | | Return type of Tcl_AppendPrintfToObj is void. (spotted by Torsten Berg)patthoyts2008-05-071-2/+2
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | typodgp2007-12-101-2/+2
| |
* | formatting errordgp2007-12-101-2/+2
| |
* | * doc/AddErrInfo.3: Documentation for the new routines in TIP 270.dgp2007-12-071-7/+113
| | | | | | | | | | * doc/Interp.3: * doc/StringObj.3:
* | line endingsdgp2007-10-291-272/+272
| |
* | First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-272/+272
| | | | | | | | generation works
* | * 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:
* | 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-3/+1
| |
* | Convert CONST to const, VOID to void so we document how we want the API used.dkf2004-10-071-6/+6
| |
* | Docfix. [Bug 921464]dkf2004-03-231-3/+3
| |
* | fixed typos in documentation and commentsvincentdarley2004-03-091-2/+2
| |
* | * 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:
* 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]
* clarifications in doc/CrtInterp.3 and doc/StringObj.3Miguel Sofer2002-06-261-3/+14
|
* Tcl_GetUnicodeFromObj missing from index linedkf2002-04-241-2/+2
|
* doc/StringObj.3: added Tcl_GetUnicodeFromObj docs.hobbs2002-01-151-2/+13
|
* * doc/StringObj.3: added words of warning to use Tcl_ResetResulthobbs2001-08-311-17/+5
| | | | with the Tcl_Append* functions.
* 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].