summaryrefslogtreecommitdiffstats
path: root/doc/StringObj.3
Commit message (Collapse)AuthorAgeFilesLines
* Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public APIapnadkarni2023-04-161-10/+10
|
* Follow-up to previous commit: Let's not break TIP #627 either. Also adapt ↵jan.nijtmans2023-04-131-10/+10
| | | | documentation (will be needed to be done anyway)
* Merge 8.7jan.nijtmans2022-09-221-4/+6
|\
| * 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
| | |
* | | More logical-or markup fixes in documentationjan.nijtmans2022-09-141-1/+1
| | |
* | | Merge 9.0. Add Tcl_ProcObjCmd2()jan.nijtmans2022-05-311-1/+1
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2022-05-311-1/+1
| |\ \ \ | | |/ /
| | * | 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
* | | | Merge 9.0jan.nijtmans2022-05-191-2/+5
|\ \ \ \ | |/ / /
| * | | Elaborate TIP #481 implementation: Make clear that Tcl_GetUnicodeFromObj and ↵jan.nijtmans2022-05-191-2/+5
| | | | | | | | | | | | | | | | | | | | Tcl_GetStringFromObj panic if lengthPtr points to an int and length > INT_MAX. Also if sizeof(int) == sizeof(size_t), prefer the size_t variant of the functions
* | | | Merge 9.0jan.nijtmans2022-05-181-1/+1
|\ \ \ \ | |/ / /
| * | | Doc fixjan.nijtmans2022-05-171-1/+1
| | | |
* | | | More WIPjan.nijtmans2022-01-261-1/+1
|/ / /
* | | Merge 8.7jan.nijtmans2022-01-181-8/+10
|\ \ \ | |/ /
| * | Update documentation for Tcl_GetRange()jan.nijtmans2022-01-181-2/+4
| | |
* | | merge core-8-branchfvogel2021-05-151-1/+1
|\ \ \ | |/ /
| * | Fix errors in man pages buildfvogel2021-05-151-1/+1
| | |
* | | merge core-8-branchdkf2021-04-261-0/+27
|\ \ \ | |/ /
| * | Documenting our reference count managementdkf2021-04-251-0/+27
| | |
* | | Merge 8.7jan.nijtmans2021-01-251-2/+2
|\ \ \ | |/ /
| * | Fix [f4b0cb2080] by only accepting new syntax when TCL_NO_DEPRECATED is definedjan.nijtmans2021-01-251-2/+2
| | |
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-1/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-11-251-2/+4
| |\ \
| * | | 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 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Improvements to doc changes from TIPs 422 and 512.dgp2020-01-081-1/+3
| | | |
* | | | Merge 8.7jan.nijtmans2019-08-261-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2019-08-261-1/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * Correct NUL encoding in documentationandy2019-08-241-1/+1
| | |
* | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make ↵jan.nijtmans2018-11-181-3/+3
| | | | | | | | | | | | | | | | | | code and documentation more readable. Shifted to feature branch as a temporary measure since it doesn't build.
* | | Change signature of Tcl_GetRange() to use size_t. Merge trunk.jan.nijtmans2018-06-161-9/+9
|\ \ \
* | | | Merge 8.7. Modify various other functions to use size_t in stead of int ↵jan.nijtmans2018-05-271-1/+1
|/ / / | | | | | | | | | arguments
* | | merge 8.7jan.nijtmans2018-04-201-2/+3
|\ \ \ | |/ /
| * | 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.
* | TIP 422 implementation (rebase of branch novem-remove-va to trunk).dgp2017-11-011-8/+1
|\ \ | |/ |/|
| * Remove all VA functions Tcl_AppendResultVA, Tcl_AppendStringsToObjVA, ↵jan.nijtmans2012-12-181-8/+1
| | | | | | | | Tcl_SetErrorCodeVA, Tcl_PanicVA, and dependancy of tcl.h on <stdarg.h>. TIP required.
* | 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]