summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
Commit message (Expand)AuthorAgeFilesLines
* Fix test-case failure with --enable-symbols=mem. Slipped in with TIP #666 imp...jan.nijtmans2023-09-121-1/+0
* Merge 8.7jan.nijtmans2023-08-041-6/+29
|\
| * Add tests for out of bounds Tcl_ListObjIndexapnadkarni2023-07-291-0/+22
|/
* Backport test improvements from 9.0jan.nijtmans2023-05-151-1/+1
* Backport various changes from 9.0 branchjan.nijtmans2023-05-101-27/+27
* Some more int -> Tcl_Size (which is actually the same in 8.7). Backported fro...jan.nijtmans2023-04-121-1/+1
* Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI...jan.nijtmans2023-04-051-60/+60
* Merge 8.6jan.nijtmans2023-03-301-1/+1
|\
| * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-1/+1
* | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-221-2/+1
* | Add "teststringobj newunicode". Not used in testcases yet.jan.nijtmans2023-03-081-2/+19
* | Tcl_NewWideIntObj -> Tcl_NewBooleanObj where appropriatejan.nijtmans2022-10-091-6/+6
* | TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flagjan.nijtmans2022-10-071-16/+11
|\ \
* | | Add memory leak/refcount tests for lists, spans and lseqapnadkarni2022-10-071-107/+216
|/ /
* | Merge 8.6jan.nijtmans2022-06-141-3/+15
|\ \ | |/
| * Add more testcases for Tcl_GetRange()jan.nijtmans2022-06-141-4/+16
| * Make Tcl compile warning-free using -Wshadowjan.nijtmans2020-09-281-2/+2
* | When compiled with TCL_NO_DEPRECATED, remove the UTF16 compatibility layer. S...jan.nijtmans2022-03-241-8/+16
* | More progressjan.nijtmans2022-03-141-1/+2
* | Merge 8.7. More progressjan.nijtmans2022-03-131-1/+0
|\ \
* | | Start defining "utf32string" typejan.nijtmans2022-03-121-0/+1
* | | More progressjan.nijtmans2022-03-121-2/+2
|/ /
* | Unused variable warningjan.nijtmans2022-03-101-0/+2
* | Tweak test code such that it can be used to test indexes > 2^31 too, so no lo...jan.nijtmans2022-03-091-120/+96
* | 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
* | Make Tcl_GetString() a macro calling Tcl_GetStringFromObj(). Just the same as...jan.nijtmans2021-01-251-3/+3
* | Merge 8.7jan.nijtmans2020-12-111-3/+3
|\ \
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-3/+3
* | | Merge 8.7jan.nijtmans2020-11-251-86/+85
|\ \ \ | |/ /
| * | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetInde...fvogel2020-09-021-1/+1
| * | Merge 8.6jan.nijtmans2020-09-011-8/+8
| |\ \ | | |/
| * | More TCL_UNUSEDdgp2020-03-091-33/+16
| * | Merge 8.7jan.nijtmans2020-02-131-15/+23
| |\ \
| | * \ Merge 8.6jan.nijtmans2020-01-231-23/+17
| | |\ \ | | | |/
| | | * Better error-handling in some libtommath calls.jan.nijtmans2020-01-231-15/+15
| | * | 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.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
| * | | | 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
| |\ \ \ \ | | |/ / /