summaryrefslogtreecommitdiffstats
path: root/generic/tclIntDecls.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \
| | * \ \ merge trunkjan.nijtmans2017-06-091-0/+37
| | |\ \ \ | | | |/ /
| * | | | merge novemjan.nijtmans2016-12-191-2/+2
| |\ \ \ \ | | |/ / /
| | * | | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl...jan.nijtmans2016-12-011-4/+4
| * | | | merge novemjan.nijtmans2016-11-181-2/+2
| |\ \ \ \ | | |/ / /
| | * | | merge trunkjan.nijtmans2016-09-071-2/+2
| | |\ \ \
| * | \ \ \ merge novemjan.nijtmans2016-07-061-2/+2
| |\ \ \ \ \ | | |/ / / /
| * | | | | merge novemjan.nijtmans2014-05-021-5/+13
| |\ \ \ \ \ | | |/ / / /
| | * | | | merge trunkjan.nijtmans2013-12-201-0/+6
| | |\ \ \ \
| | * \ \ \ \ merge trunkjan.nijtmans2013-11-041-3/+5
| | |\ \ \ \ \
| | * \ \ \ \ \ merge trunkjan.nijtmans2013-10-171-0/+0
| | |\ \ \ \ \ \
| | * | | | | | | Eliminate TclOOInitializeStubs() completely. This fixes [dfc08326e3], at leas...jan.nijtmans2013-10-171-0/+0
| | * | | | | | | Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned ...jan.nijtmans2013-05-061-2/+2
| | * | | | | | | Eliminate some usage of VOID and its variants.jan.nijtmans2013-03-221-3/+0
| | * | | | | | | merge trunkjan.nijtmans2013-03-221-0/+3
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| * | | | | | | | merge novemjan.nijtmans2013-01-251-86/+36
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-45/+0
| | | | | | | | |
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ merge trunkdgp2013-01-171-0/+45
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2013-01-121-86/+36
| | |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | | More memory API changes, mainly char* -> void* and unsigned -> size_tjan.nijtmans2012-12-121-6/+6
| |/ / / / / / / / / /
| * | | | | | | | | | Destroy all the TCL_STORAGE_CLASS and associated nonsense.dgp2012-11-291-165/+151
| * | | | | | | | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas...jan.nijtmans2012-11-261-15/+9
| * | | | | | | | | | Remove some undocumented - obsolete - function from the API with 'Old' in the...jan.nijtmans2012-11-191-12/+6
| * | | | | | | | | | eliminate CONST/CONST84/CONST86jan.nijtmans2012-11-161-12/+10
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge trunk jan.nijtmans2012-11-161-6/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /