summaryrefslogtreecommitdiffstats
path: root/generic/tclIntDecls.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Add TclAppendUnicodeToObj() to internal stubs, since it is needed ...jan.nijtmans2020-01-201-0/+6
|\
* | Remove TclInitCompiledLocals(), internal routine marked deprecated in 8.5+.dgp2019-12-301-6/+3
* | TIP 537 implementation: Enable 64-bit indexes in regexp matchingjan.nijtmans2019-05-311-2/+2
|\ \
| * | Change regexp C API to handle indexes > 2G. New TIP upcoming.jan.nijtmans2019-03-291-2/+2
* | | Merge 8.7jan.nijtmans2019-05-311-7/+3
|\ \ \ | | |/ | |/|
| * | TIP #544 implementation: Export TclGetIntForIndex()jan.nijtmans2019-05-311-2/+5
| |\ \
| | * | TIP #544 implementation. Documentation still missing.jan.nijtmans2019-05-151-2/+5
* | | | Merge 8.7dkf2019-05-251-0/+6
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Export APIdkf2019-04-301-0/+6
| |/
* | Merge trunkjan.nijtmans2019-02-041-1/+0
|\ \
| * \ merge 8.7sebres2019-01-281-1/+0
| |\ \ | | |/
| | * merge 8.6 ([4ee9b4f3e965a7da5133] was already fixed in 8.7, so no functional ...sebres2019-01-281-1/+0
| | |\
| | | * Remove unnecessary inclusion of tclPort.h in tclIntDecls.hpooryorick2019-01-261-1/+0
* | | | WIP: Allow value > 2^31 for indexes used in string ranges. Not complete yet.jan.nijtmans2019-01-171-2/+2
|/ / /
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-2/+3
* | | Remove "nostub" entries, which are no longer used. See also TIP #512. jan.nijtmans2018-11-151-1/+4
* | | Merge 8.7jan.nijtmans2018-11-151-0/+11
|\ \ \ | |/ /
| * | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-0/+10
* | | Merge trunk. Also rename TCL_NO_LENGTH -> TCL_AUTO_LENGTHjan.nijtmans2018-09-051-4/+4
|\ \ \
| * \ \ Merge 8.7. jan.nijtmans2018-09-051-4/+4
| |\ \ \ | | |/ /
* | | | Merge trunkjan.nijtmans2018-07-051-9/+9
|\ \ \ \ | |/ / /
* | | | Use size_t in more API's, e.g. *RegExp* typesjan.nijtmans2018-07-021-2/+2
* | | | New macro TclGetUnicodeFromObj() which can handle size_tjan.nijtmans2018-07-011-2/+2
* | | | Starting to update all callers of TclGetStringFromObj() to use size_t variablesjan.nijtmans2018-07-011-2/+2
* | | | Improve many parsing-related functions to use size_tjan.nijtmans2018-06-291-2/+2
* | | | merge trunkjan.nijtmans2018-02-061-2/+2
|\ \ \ \ | |/ / /
| * | | merge core-8-branchjan.nijtmans2018-02-061-2/+2
| |\ \ \ | | |/ /
| | * | merge core-8-branchjan.nijtmans2018-01-221-8/+6
| | |\ \
| | * \ \ merge core-8-branchjan.nijtmans2017-12-191-2/+3
| | |\ \ \
| | * \ \ \ merge core-8-branchjan.nijtmans2017-12-061-122/+92
| | |\ \ \ \
| | * \ \ \ \ merge 8.7dgp2017-11-141-23/+34
| | |\ \ \ \ \
| | * | | | | | Change (internal) TclFormatInt() signature, so it can handle WideInt's direct...jan.nijtmans2017-10-301-2/+2
* | | | | | | | Change Tcl_Token definition (int -> size_t). Many related code-changes.jan.nijtmans2018-01-311-2/+2
* | | | | | | | merge trunkjan.nijtmans2018-01-291-12/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | No longer use (the undocumented) CONST86 anywhere, just keep the define in tc...jan.nijtmans2018-01-191-4/+4
| * | | | | | | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared d...jan.nijtmans2018-01-171-8/+6
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | merge core-8-branchjan.nijtmans2018-01-121-53/+19
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | Mark TclPrecTraceProc() as deprecated, and remove it when compiling with -DTC...jan.nijtmans2017-12-151-2/+3
| | | | |_|/ / | | | |/| | |
| | | * | | | Simpler solution for Itcl 3.4 build (compatibilty) problem. Thanks to Don Por...jan.nijtmans2017-12-011-51/+16
| | * | | | | merge core-8-branchjan.nijtmans2017-11-301-0/+51
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fix build of test-suite, after previous commitjan.nijtmans2017-11-301-12/+51
| | | * | | | merge core-8-6-branch.jan.nijtmans2017-11-301-0/+12
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | * | | | | Deprecate support for macro's like CONST, CONST84, _ANSI_ARGS_, INLINE, TCL_V...jan.nijtmans2017-11-201-8/+6
| | |/ / / /
| | * | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, remove a lot of (internal) stub ...jan.nijtmans2017-11-201-123/+77
| | | |_|/ | | |/| |
| | * | | Add a lot of "deprecation" marks to internal API which will be removed in Tcl...jan.nijtmans2017-11-131-23/+34
| | | |/ | | |/|
* | | | change ClientData -> void * in a lot of places (mainly header files)jan.nijtmans2017-12-281-18/+17
* | | | merge trunkjan.nijtmans2017-12-151-7/+3
|\ \ \ \ | |/ / /
| * | | TIP 488: Remove tcl_precisionjan.nijtmans2017-12-011-7/+3
* | | | re-base "novem-more-memory-API" to trunk. TIP not submitted yet, but upcoming.jan.nijtmans2017-11-161-12/+12
|\ \ \ \ | |/ / / |/| | |
| * | | merge novemjan.nijtmans2017-06-091-0/+37
| |\ \ \