Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public API | apnadkarni | 2023-04-16 | 1 | -10/+10 |
| | |||||
* | Follow-up to previous commit: Let's not break TIP #627 either. Also adapt ↵ | jan.nijtmans | 2023-04-13 | 1 | -10/+10 |
| | | | | documentation (will be needed to be done anyway) | ||||
* | Merge 8.7 | jan.nijtmans | 2022-09-22 | 1 | -4/+6 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2022-09-22 | 1 | -1/+3 |
| |\ | |||||
| | * | Update docs and comments to agree with TIP 623. | dgp | 2022-09-21 | 1 | -1/+3 |
| | | | |||||
| | * | Fix [767e070d35]: Tcl_GetRange and Tcl_GetUniChar do not validate index inputs | jan.nijtmans | 2020-03-27 | 1 | -1/+2 |
| | | | |||||
* | | | More logical-or markup fixes in documentation | jan.nijtmans | 2022-09-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 9.0. Add Tcl_ProcObjCmd2() | jan.nijtmans | 2022-05-31 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge 8.7 | jan.nijtmans | 2022-05-31 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Don't document the size_t form of Tcl_GetStringFromObj() (yet), because it's ↵ | jan.nijtmans | 2022-01-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | only available if TCL_NO_DEPRECATED is defined | ||||
* | | | | Merge 9.0 | jan.nijtmans | 2022-05-19 | 1 | -2/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Elaborate TIP #481 implementation: Make clear that Tcl_GetUnicodeFromObj and ↵ | jan.nijtmans | 2022-05-19 | 1 | -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.0 | jan.nijtmans | 2022-05-18 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Doc fix | jan.nijtmans | 2022-05-17 | 1 | -1/+1 |
| | | | | |||||
* | | | | More WIP | jan.nijtmans | 2022-01-26 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-01-18 | 1 | -8/+10 |
|\ \ \ | |/ / | |||||
| * | | Update documentation for Tcl_GetRange() | jan.nijtmans | 2022-01-18 | 1 | -2/+4 |
| | | | |||||
* | | | merge core-8-branch | fvogel | 2021-05-15 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix errors in man pages build | fvogel | 2021-05-15 | 1 | -1/+1 |
| | | | |||||
* | | | merge core-8-branch | dkf | 2021-04-26 | 1 | -0/+27 |
|\ \ \ | |/ / | |||||
| * | | Documenting our reference count management | dkf | 2021-04-25 | 1 | -0/+27 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2021-01-25 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix [f4b0cb2080] by only accepting new syntax when TCL_NO_DEPRECATED is defined | jan.nijtmans | 2021-01-25 | 1 | -2/+2 |
| | | | |||||
* | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.7 | jan.nijtmans | 2020-11-25 | 1 | -2/+4 |
| |\ \ | |||||
| * | | | Merge 8.7 | jan.nijtmans | 2018-10-09 | 1 | -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.nijtmans | 2020-06-04 | 1 | -3/+3 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Improvements to doc changes from TIPs 422 and 512. | dgp | 2020-01-08 | 1 | -1/+3 |
| | | | | |||||
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-26 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 8.6 | jan.nijtmans | 2019-08-26 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Correct NUL encoding in documentation | andy | 2019-08-24 | 1 | -1/+1 |
| | | | |||||
* | | | Now that we have TCL_AUTO_LENGTH/TCL_IO_FAILURE macro's, use them to make ↵ | jan.nijtmans | 2018-11-18 | 1 | -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.nijtmans | 2018-06-16 | 1 | -9/+9 |
|\ \ \ | |||||
* | | | | Merge 8.7. Modify various other functions to use size_t in stead of int ↵ | jan.nijtmans | 2018-05-27 | 1 | -1/+1 |
|/ / / | | | | | | | | | | arguments | ||||
* | | | merge 8.7 | jan.nijtmans | 2018-04-20 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | merge core-8-branch. | jan.nijtmans | 2018-01-26 | 1 | -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.nijtmans | 2017-11-07 | 1 | -1/+1 |
| |/ | | | | | | | if characters > U+FFFF is considered to be 2, not 1. | ||||
* | | TIP 422 implementation (rebase of branch novem-remove-va to trunk). | dgp | 2017-11-01 | 1 | -8/+1 |
|\ \ | |/ |/| | |||||
| * | Remove all VA functions Tcl_AppendResultVA, Tcl_AppendStringsToObjVA, ↵ | jan.nijtmans | 2012-12-18 | 1 | -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.nijtmans | 2015-09-04 | 1 | -4/+4 |
| | | | | | | | | documentation updates) | ||||
* | | Add missing calls to Tcl_DecrRefCount() in string object man page examples. | andy | 2014-06-04 | 1 | -1/+4 |
| | | |||||
* | | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
|\ \ | |/ |/| | | | and possibly others. | ||||
| * | Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD ↵ | jan.nijtmans | 2013-11-05 | 1 | -1/+1 |
| | | | | | | | | and possibly others. | ||||
* | | Updated the language of the documentation so that "object" refers to an OO | dkf | 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. | dkf | 2012-03-11 | 1 | -2/+2 |
| | | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 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 | 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 | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | * doc/AddErrInfo.3: Improved consistency of documentation | dgp | 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 | 2011-01-19 | 1 | -2/+5 |
| | | | | | | | | | | | | Brad Harder (yukonbob). [Bug 3159920] |