summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check in stash. This code probably does not compile as-is. Changes intended...amg_array_enum_c_apiandy2017-04-151-12/+28
* Add note to array documentation about the general uselessness of -exact match...andy2016-12-251-1/+3
* Do not deallocate Tcl_ArraySearchStart()-initiated array searches when Tcl_Ar...andy2016-12-251-10/+14
* Update tests array-7.16 and array-7.17 and delete test array-7.18 now that bu...andy2016-12-251-35/+9
* Merge array-search-unsetandy2016-12-2527-151/+177
|\
| * Reference ticket number in tests var-13.2 and var-13.3array_search_unsetandy2016-12-251-2/+2
| * Bug [46a2410650]: Create macro TclIsVarArraySearched to check if an array var...andy2016-12-242-3/+8
| * Add test var-13.3 which is a more serious version of test var-13.2. var-13.3...andy2016-12-241-0/+9
| * Merge trunk. Test var-13.2 now fails due to [af5c35971a].andy2016-12-241207-88723/+64863
| |\
| | * Update -DMSTATS functionality, for possible total memory sizes > 2Gb. One mor...jan.nijtmans2016-12-232-24/+24
| | * Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb...jan.nijtmans2016-12-236-26/+19
| | * Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj d...jan.nijtmans2016-12-211-16/+23
| | |\
| | | * Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj d...jan.nijtmans2016-12-211-16/+23
| | | |\
| | | | * Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj d...jan.nijtmans2016-12-211-16/+23
| | * | | Document that from the "exact" parameter of Tcl_InitStubs(), only bit 0 has m...jan.nijtmans2016-12-201-3/+3
| | * | | more internal use of size_t in stead of int.jan.nijtmans2016-12-207-56/+59
| | * | | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or...jan.nijtmans2016-12-2011-23/+23
| * | | | Add test var-13.2 to check that unsetting an array element terminates an arra...andy2016-12-241-0/+9
* | | | | Correct typo, credit Brad Lanam for reportandy2016-12-211-1/+1
* | | | | Implement deferring search structure deallocation until the next search funct...andy2016-12-201-6/+129
* | | | | Merge trunkandy2016-12-2011-83/+137
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Some more internal use of size_t in stead of int. No functional change.jan.nijtmans2016-12-162-9/+4
| * | | | Add back testcase winFile-4.10. This test passes anyway, even though it appea...jan.nijtmans2016-12-151-0/+15
| * | | | Add "file join $grandParentDir tcl8.? library" as possible path for a valid i...jan.nijtmans2016-12-156-88/+46
| * | | | Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll...jan.nijtmans2016-12-143-0/+86
| |\ \ \ \
| | * | | | Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll...jn_wide_printfjan.nijtmans2016-12-143-1/+77
| | * | | | implement "I64" format in Tcl_ObjPrintf as well. Still to be tested.jan.nijtmans2016-12-021-3/+13
* | | | | | Rework array search C API to invoke array traces and report errors. Still ne...andy2016-12-203-98/+250
* | | | | | Add more array search tests per Brad Lanam. These tests should fail because ...andy2016-12-151-0/+51
* | | | | | Rework array size increase/decrease tests to avoid dummy list elementandy2016-12-131-6/+6
* | | | | | Update ArrayArgs() comments againandy2016-12-121-4/+2
* | | | | | Update ArrayArgs() commentsandy2016-12-121-5/+2
* | | | | | Finish implementing array search testsandy2016-12-111-3/+12
* | | | | | Remove invalid panic. There is an odd case in which exact matching does take...andy2016-12-111-1/+4
* | | | | | Continue array search tests, array-7.12 panicsandy2016-12-111-1/+57
* | | | | | Use setup feature in test array-5.4andy2016-12-111-3/+5
* | | | | | Add first array search testandy2016-12-111-0/+11
* | | | | | Adjust test array-5.4 to not use [array set]andy2016-12-111-2/+1
* | | | | | Reorganize array testsandy2016-12-111-368/+132
* | | | | | Add [array statistics] testsandy2016-12-111-0/+85
* | | | | | Add [array names] testsandy2016-12-101-0/+92
* | | | | | Add [array get] testsandy2016-12-101-0/+92
* | | | | | Add [array exists] testsandy2016-12-101-0/+92
* | | | | | Plan remainder of test suiteandy2016-12-101-24/+35
* | | | | | Adjust commentsandy2016-12-101-30/+13
* | | | | | Rename $result to $resultPattern to reduce confusionandy2016-12-101-2/+2
* | | | | | Fix spellingandy2016-12-101-1/+1
* | | | | | Add [array unset] testsandy2016-12-101-0/+112
* | | | | | Add first [array unset] testandy2016-12-101-0/+9
* | | | | | Add [array size] testsandy2016-12-101-3/+39