summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* Use size_t in more API's, e.g. *RegExp* typesjan.nijtmans2018-07-021-1/+1
* New macro TclGetByteArrayFromObj() which can handle size_tjan.nijtmans2018-07-011-4/+14
* New macro TclGetUnicodeFromObj() which can handle size_tjan.nijtmans2018-07-011-16/+25
* Starting to update all callers of TclGetStringFromObj() to use size_t variablesjan.nijtmans2018-07-011-3/+11
* Another round of size_t'isms, this time also for Tcl_DStringjan.nijtmans2018-06-291-3/+3
* Improve many parsing-related functions to use size_tjan.nijtmans2018-06-291-8/+8
* More API changes using size_t. Internal changes not complete yet (WIP)jan.nijtmans2018-06-281-3/+3
* merge trunkjan.nijtmans2018-06-271-2/+2
|\
| * merge 8.7dgp2018-06-261-1/+0
| |\
| | * merge 8.6dgp2018-06-261-1/+0
| | |\
| | | * Use a thread exit handler, and not a custom exit proc for package cleanup.dgp2018-06-261-1/+0
| * | | merge 8.7jan.nijtmans2018-06-251-0/+1
| |\ \ \ | | |/ /
| | * | merge 8.6jan.nijtmans2018-06-251-0/+1
| | |\ \ | | | |/
| | | * Fix function signature of TclThreadTestFinalize.pooryorick2018-06-211-1/+1
| | | * Add custom exit procedure for tcltests executable.pooryorick2018-06-211-0/+1
* | | | Merge trunk. Some more size_t additions in parameters/fieldsjan.nijtmans2018-06-141-1/+5
|\ \ \ \ | |/ / /
| * | | TIP 500: Private Methods and Variables in TclOOdkf2018-06-031-0/+4
| |\ \ \ | | |/ /
| | * | merge core-8-branchdkf2018-06-021-3/+23
| | |\ \
| | * \ \ merge core-8-branchdkf2018-05-201-2/+6
| | |\ \ \
| | * \ \ \ Merge core-8-branchdkf2018-05-131-25/+30
| | |\ \ \ \
| | * \ \ \ \ merge 8.7dkf2018-05-051-2/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ merge 8.7dgp2018-03-301-0/+46
| | |\ \ \ \ \ \
| | * | | | | | | Starting to build the implementation of the private methods and variables. De...dkf2018-02-251-0/+4
* | | | | | | | | Convert ScanElement/ConvertElement-related functions to use size_t in stead o...jan.nijtmans2018-05-271-2/+2
* | | | | | | | | merge trunkjan.nijtmans2018-05-251-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
* | | | | | | | | merge trunkjan.nijtmans2018-05-231-29/+58
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | merge 8.7jan.nijtmans2018-05-231-3/+20
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Unbreak build with other CFLAGS, such as TCL_MEM_DEBUG=1 or TCL_THREADS=0 on ...jan.nijtmans2018-05-231-3/+20
| * | | | | | | | merge 8.7jan.nijtmans2018-05-221-3/+6
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-3/+6
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge 8.7, but keep TCL_THREADS undefined in tcl.h (since that's no longer ne...jan.nijtmans2018-05-171-2/+6
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-2/+6
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | merge 8.7dgp2018-04-161-0/+2
| | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | |
| | | * | | | | merge 8.7dgp2018-03-151-80/+117
| | | |\ \ \ \ \
| | | * \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-231-5/+4
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ merge core-8-branchjan.nijtmans2017-12-211-20/+19
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Initial implementation of TIP #491. Not tested yet.jan.nijtmans2017-12-111-0/+4
| * | | | | | | | | | merge 8.7jan.nijtmans2018-05-131-29/+20
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | General code style cleanup.dkf2018-05-131-29/+20
| * | | | | | | | | | merge 8.7dgp2018-05-081-0/+14
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | merge core-8-6-branchpooryorick2018-05-071-0/+14
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | / | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | | * | | | | | | Deduplicate code in INST_STR_CMP, StringCmpCmd, and StringEqualCmd.pooryorick2018-05-071-2/+2
| | | * | | | | | | Factor options handling out of StringCmpCmd.pooryorick2018-05-061-1/+2
| | | * | | | | | | Preparation to deduplicate code between byte-compiled and legacypooryorick2018-05-061-0/+5
| | | * | | | | | | Avoid generating string representation when comparing the empty string.pooryorick2018-05-051-0/+10
| * | | | | | | | | merge 8.7dgp2018-04-191-2/+2
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | merge 8.6dgp2018-04-191-2/+2
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | | | | | | | / / | | | |_|_|_|_|/ / | | |/| | | | | |
| | | * | | | | | Fold TclArraySet() into its only caller. tclEnv.c no longer calls itdgp2018-04-191-2/+0
| | | * | | | | | Refactor array trace handling into a common routine TclCheckArrayTraces().dgp2018-04-171-0/+2
* | | | | | | | | Merge trunk. Update (internal) Trim* functions to use size_tjan.nijtmans2018-04-161-6/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /