summaryrefslogtreecommitdiffstats
path: root/generic/tclTestObj.c
Commit message (Expand)AuthorAgeFilesLines
* More int -> Tcl_Size, so (theoretically) longer lists could be handled. Thank...jan.nijtmans2023-04-121-1/+1
* Merge 8.7jan.nijtmans2023-04-051-42/+42
|\
| * Use Tcl_GetIntForIndex() in testcases (tclTestObj.c) in stead of Tcl_GetWideI...jan.nijtmans2023-04-051-60/+60
* | Merge 8.7jan.nijtmans2023-03-301-1/+1
|\ \ | |/
| * 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
* | | Merge 8.7jan.nijtmans2023-03-221-2/+1
|\ \ \ | |/ /
| * | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-221-2/+1
* | | Merge 8.7jan.nijtmans2023-03-081-1/+18
|\ \ \ | |/ /
| * | Add "teststringobj newunicode". Not used in testcases yet.jan.nijtmans2023-03-081-2/+19
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-21/+21
* | | Merge 8.7jan.nijtmans2022-10-091-6/+6
|\ \ \ | |/ /
| * | Tcl_NewWideIntObj -> Tcl_NewBooleanObj where appropriatejan.nijtmans2022-10-091-6/+6
* | | Merge 8.7jan.nijtmans2022-10-071-16/+11
|\ \ \ | |/ /
| * | TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flagjan.nijtmans2022-10-071-16/+11
| |\ \
* | \ \ Merge 8.7 tests for memory leaks in list C APIapnadkarni2022-10-071-106/+216
|\ \ \ \ | |/ / /
| * | | Add memory leak/refcount tests for lists, spans and lseqapnadkarni2022-10-071-107/+216
| |/ /
* | | Bigger range for Tcl_GetRange() testcasesjan.nijtmans2022-06-141-3/+3
* | | Merge 8.7. Even more testcases for Tcl_GetRange()jan.nijtmans2022-06-141-3/+15
|\ \ \ | |/ /
| * | 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
| |/ /
* | | More (internal) int -> size_t, allowing values > 2^31jan.nijtmans2022-06-091-1/+1
* | | Merge 9.0jan.nijtmans2022-04-261-4/+4
|\ \ \
| * | | Code formattingjan.nijtmans2022-04-121-1/+1
| * | | Merge 9.0. Eliminate almost all remaining (enum) castsjan.nijtmans2022-04-111-3/+3
* | | | Put back Tcl_AppendUnicodeToObj()jan.nijtmans2022-03-251-1/+1
|/ / /
* | | 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
| | |_|/ / | |/| | |