summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-03-101-0/+2
|\
| * Unused variable warningjan.nijtmans2022-03-101-0/+2
* | Merge 8.7jan.nijtmans2022-03-091-119/+95
|\ \ | |/
| * Tweak test code such that it can be used to test indexes > 2^31 too, so no lo...jan.nijtmans2022-03-091-120/+96
* | merge 8.7 (resolve conflicts)dgp2021-05-201-1/+1
|\ \ | |/
| * Eliminate compiler warnings about unused parameters.pooryorick2021-05-161-1/+1
| * When deleting an interp, delete associated data after running the correspondingpooryorick2021-05-151-1/+0
* | Merge 8.7jan.nijtmans2021-05-171-1/+0
|\ \
| * | Delete associated data after running Tcl_InterpDeleteProc instead of before. ...pooryorick2021-05-151-1/+0
| |/
| * Make Tcl_GetString() a macro calling Tcl_GetStringFromObj(). Just the same as...jan.nijtmans2021-01-251-3/+3
* | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-9/+10
|\ \ | |/
| * Merge 8.7jan.nijtmans2020-12-111-3/+3
| |\
| * \ Merge 8.7jan.nijtmans2020-11-251-86/+85
| |\ \
| * | | Remove the Tcl_GetValue() functionality. This can always be developed separatelyjan.nijtmans2020-11-251-3/+2
| * | | Merge 8.7. Also provide a new function for handling ByteArraysjan.nijtmans2018-08-141-0/+8
| |\ \ \
| * | | | First implementation of [http://core.tcl.tk/tips/doc/trunk/tip/481.md|TIP #48...jan.nijtmans2017-10-271-2/+3
* | | | | Merge 8.7jan.nijtmans2020-12-081-3/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
| | |_|/ | |/| |
* | | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge...fvogel2020-09-131-1/+1
|\ \ \ \ | |/ / /
| * | | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetInde...fvogel2020-09-021-1/+1
* | | | Merge 8.7jan.nijtmans2020-09-011-8/+8
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-09-011-8/+8
| |\ \ \
* | \ \ \ Merge 8.7jan.nijtmans2020-03-091-33/+16
|\ \ \ \ \ | |/ / / /
| * | | | More TCL_UNUSEDdgp2020-03-091-33/+16
* | | | | Merge 8.7jan.nijtmans2020-02-281-21/+30
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.7jan.nijtmans2020-02-131-15/+23
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2019-12-131-1/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2019-11-091-1/+1
| |\ \ \ \ \ \
| * | | | | | | Make less dependent on UNICODE definitionjan.nijtmans2019-09-181-1/+1
| * | | | | | | Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ...jan.nijtmans2019-09-051-8/+17
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tip-548jan.nijtmans2019-08-151-12/+6
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-21/+21
* | | | | | | | | Merge 8.7jan.nijtmans2020-01-231-23/+17
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge 8.6jan.nijtmans2020-01-231-23/+17
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | Better error-handling in some libtommath calls.jan.nijtmans2020-01-231-15/+15
* | | | | | | | | Merge 8.7jan.nijtmans2020-01-231-4/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge 8.7, more WIPjan.nijtmans2020-01-211-0/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Don't deprecate Tcl_NewUnicodeObj/Tcl_SetUnicodeObj/Tcl_GetUnicodeFromObj, si...jan.nijtmans2020-01-201-0/+8
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not comple...jan.nijtmans2020-01-091-4/+10
| |/ / / / / / /
* | | | | | | | Merge 8.7jan.nijtmans2020-01-201-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
* | | | | | | | Merge 8.7jan.nijtmans2019-12-131-1/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix typo in tclTestObj.cjan.nijtmans2019-11-201-1/+1
| * | | | | | | Update makefile.vc and rules.vc for using libtommath.dll/zlib1.dll in stead o...jan.nijtmans2019-11-181-1/+5
| * | | | | | | Merge 8.7jan.nijtmans2019-11-111-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Re-base to core-8-branchjan.nijtmans2019-11-011-1/+1
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | Merge 8.7. Complete implementation for MSVC and for UNIX.jan.nijtmans2019-04-091-1/+1
* | | | | | | | Merge 8.7jan.nijtmans2019-11-091-1/+1
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge 8.6jan.nijtmans2019-11-081-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | / / / / | | | |/ / / / | | |/| | | |
| | * | | | | Add support for mp_init_i32/mp_init_i64/mp_init_l/mp_init_ll/mp_init_u32/mp_i...jan.nijtmans2019-11-081-1/+1
* | | | | | | Merge 8.7jan.nijtmans2019-08-151-12/+6
|\ \ \ \ \ \ \ | |/ / / / / /