summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
Commit message (Expand)AuthorAgeFilesLines
* More API changes using size_t. Internal changes not complete yet (WIP)jan.nijtmans2018-06-281-21/+21
* Change signature of Tcl_GetRange() to use size_t. Merge trunk.jan.nijtmans2018-06-161-1/+1
|\
* \ Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-2/+2
|\ \ | |/
* | Convert ScanElement/ConvertElement-related functions to use size_t in stead o...jan.nijtmans2018-05-271-4/+4
* | Merge 8.7. Modify various other functions to use size_t in stead of int argum...jan.nijtmans2018-05-271-6/+6
|\ \ | |/
* | merge trunkjan.nijtmans2018-05-231-7/+7
|\ \ | |/
| * Fix MSVC build [9f3c253df5]jan.nijtmans2018-04-251-2/+2
| * merge 8.7jan.nijtmans2018-04-201-5/+5
| |\
| | * merge 8.7dgp2018-01-181-48/+48
| | |\
| | * \ merge core-8-branchjan.nijtmans2017-11-171-10/+7
| | |\ \
| | * | | Somewhat simplified implementation of TIP #389, in which the "string length" ...jan.nijtmans2017-11-071-5/+5
* | | | | merge trunkjan.nijtmans2018-02-221-24/+32
|\ \ \ \ \ | |/ / / /
| * | | | remove unused stub entries (now that those are macros) jan.nijtmans2018-02-061-24/+32
* | | | | Some more complient API changesjan.nijtmans2018-02-061-1/+1
* | | | | merge trunkjan.nijtmans2018-01-291-74/+77
|\ \ \ \ \ | |/ / / /
| * | | | No longer use (the undocumented) CONST86 anywhere, just keep the define in tc...jan.nijtmans2018-01-191-4/+4
| * | | | Remove obsolete documentation (belonging to now-removed functions). Remove ob...jan.nijtmans2018-01-171-5/+2
| * | | | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared d...jan.nijtmans2018-01-171-66/+73
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_V...jan.nijtmans2017-11-201-41/+41
| | * | | merge core-8-branch. Deprecate support for "string bytelength"jan.nijtmans2017-11-201-9/+7
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Merge core-8-branch. Backout the Tcl_EvalFile changes.jan.nijtmans2017-11-091-1/+0
| | |\ \ \ | | | | |/ | | | |/|
| | * | | No longer mark Tcl_EvalFile() as obsolete/deprecated. Thanks to all feedback ...jan.nijtmans2017-11-091-2/+2
| | * | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br...jan.nijtmans2017-11-081-8/+8
| | |/ /
* | | | New Tcl_GetIndexFromObjStruct signature using size_tjan.nijtmans2017-12-281-1/+1
* | | | change ClientData -> void * in a lot of places (mainly header files)jan.nijtmans2017-12-281-69/+69
* | | | Merge trunk. jan.nijtmans2017-12-271-5/+5
|\ \ \ \ | |/ / /
* | | | merge trunkjan.nijtmans2017-12-201-12/+14
|\ \ \ \ | |/ / /
| * | | Remove the Tcl_FindHashEntry/Tcl_CreateHashEntry stub entries, as those are a...jan.nijtmans2017-12-201-12/+14
* | | | merge trunkjan.nijtmans2017-12-011-6/+8
|\ \ \ \ | |/ / /
| * | | Remove stub entries for Tcl_EvalObj()/Tcl_GlobalEvalObj(). Since those functi...jan.nijtmans2017-12-011-6/+8
| |\ \ \ | | | |/ | | |/|
* | | | merge trunkjan.nijtmans2017-11-211-15/+20
|\ \ \ \ | |/ / /
| | | |
| | \ \
| *-. \ \ TIP #422, Tcl 9.0 part: Don't Use stdarg.h/va_list in Public APIjan.nijtmans2017-11-171-15/+20
| |\ \ \ \ | | | |/ /
| | | * | TIP #422, Tcl 8.7 part: Mark all *VA functions as deprecated. They will be re...jan.nijtmans2017-11-171-5/+5
| | | |\ \
| | | | * | TIP #422 implementation, Tcl 8.7 part.jan.nijtmans2017-11-071-5/+5
| | | | |/
| | * | | Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP...jan.nijtmans2017-11-071-15/+20
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | TIP 422 implementation (rebase of branch novem-remove-va to trunk).dgp2017-11-011-12/+16
| | | |\ \ | | |/ / /
| | | * | merge novemjan.nijtmans2013-03-061-76/+99
| | | |\ \
| | | * | | Remove all VA functions Tcl_AppendResultVA, Tcl_AppendStringsToObjVA, Tcl_Set...jan.nijtmans2012-12-181-12/+16
* | | | | | Handle Tcl_UtfAtIndex/Tcl_UniCharAtIndex for extended index range. More field...jan.nijtmans2017-11-161-2/+2
* | | | | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming.jan.nijtmans2017-11-161-35/+36
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | merge novemjan.nijtmans2017-11-131-7/+6
| |\ \ \ \ \
| | * \ \ \ \ merge trunkjan.nijtmans2017-11-131-4/+3
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| | * | | | | merge trunkjan.nijtmans2017-11-131-3/+3
| | |\ \ \ \ \
| * | \ \ \ \ \ merge novemjan.nijtmans2017-06-091-4/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | merge novemjan.nijtmans2017-05-041-17/+32
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge trunkjan.nijtmans2017-03-241-1/+1
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | merge trunkjan.nijtmans2017-03-131-9/+12
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Convert Tcl_SetResult() to a macrojan.nijtmans2017-01-251-4/+5
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | merge trunkjan.nijtmans2017-01-111-3/+3
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | merge trunkjan.nijtmans2017-01-041-0/+11
| | |\ \ \ \ \ \ \ | | | |/ / / / / /