Tcl Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins tagged with "amg-array-enum-c-api"

2017-04-15
15:15
Check in stash. This code probably does not compile as-is. Changes intended to address possible se... Leaf check-in: d1f8336a60 user: andy tags: amg-array-enum-c-api
2016-12-25
00:39
Add note to array documentation about the general uselessness of -exact matching. It exists because... check-in: aac2dc5db6 user: andy tags: amg-array-enum-c-api
00:23
Do not deallocate Tcl_ArraySearchStart()-initiated array searches when Tcl_ArraySearchPeek() or Tcl_... check-in: a7ee015dd6 user: andy tags: amg-array-enum-c-api
00:11
Update tests array-7.16 and array-7.17 and delete test array-7.18 now that bug [46a2410650] is fixed check-in: 63059c3e09 user: andy tags: amg-array-enum-c-api
00:04
Merge array-search-unset check-in: 62368604ea user: andy tags: amg-array-enum-c-api
2016-12-21
23:23
Correct typo, credit Brad Lanam for report check-in: 14080f9950 user: andy tags: amg-array-enum-c-api
2016-12-20
05:45
Implement deferring search structure deallocation until the next search function is called. Determi... check-in: db10a8eaea user: andy tags: amg-array-enum-c-api
05:12
Merge trunk check-in: aa624efbe0 user: andy tags: amg-array-enum-c-api
05:08
Rework array search C API to invoke array traces and report errors. Still need to update documentat... check-in: b015340f8f user: andy tags: amg-array-enum-c-api
2016-12-15
01:01
Add more array search tests per Brad Lanam. These tests should fail because adding or removing elem... check-in: 06d8fea8ee user: andy tags: amg-array-enum-c-api
2016-12-13
19:21
Rework array size increase/decrease tests to avoid dummy list element check-in: 00fc1efead user: andy tags: amg-array-enum-c-api
2016-12-12
04:53
Update ArrayArgs() comments again check-in: 9950120878 user: andy tags: amg-array-enum-c-api
04:52
Update ArrayArgs() comments check-in: 7496dc7aac user: andy tags: amg-array-enum-c-api
2016-12-11
05:00
Finish implementing array search tests check-in: b6226be9e1 user: andy tags: amg-array-enum-c-api
04:57
Remove invalid panic. There is an odd case in which exact matching does take a trip through the Arr... check-in: 484bb659db user: andy tags: amg-array-enum-c-api
04:29
Continue array search tests, array-7.12 panics check-in: 8a6ac2184a user: andy tags: amg-array-enum-c-api
04:08
Use setup feature in test array-5.4 check-in: 8ae0842cd3 user: andy tags: amg-array-enum-c-api
04:03
Add first array search test check-in: ee0c46cf5e user: andy tags: amg-array-enum-c-api
03:05
Adjust test array-5.4 to not use [array set] check-in: b6889151ea user: andy tags: amg-array-enum-c-api
03:04
Reorganize array tests check-in: 0647d1d636 user: andy tags: amg-array-enum-c-api
02:38
Add [array statistics] tests check-in: 48638af391 user: andy tags: amg-array-enum-c-api
2016-12-10
22:45
Add [array names] tests check-in: 56ba49af14 user: andy tags: amg-array-enum-c-api
22:43
Add [array get] tests check-in: fd28a7115c user: andy tags: amg-array-enum-c-api
22:42
Add [array exists] tests check-in: 152dbd7300 user: andy tags: amg-array-enum-c-api
22:37
Plan remainder of test suite check-in: 947139f371 user: andy tags: amg-array-enum-c-api
22:32
Adjust comments check-in: cbe1f81e3c user: andy tags: amg-array-enum-c-api
22:16
Rename $result to $resultPattern to reduce confusion check-in: 44213a209a user: andy tags: amg-array-enum-c-api
22:02
Fix spelling check-in: e2ef0b3feb user: andy tags: amg-array-enum-c-api
22:01
Add [array unset] tests check-in: 00c75d5769 user: andy tags: amg-array-enum-c-api
21:13
Add first [array unset] test check-in: 379ea4d427 user: andy tags: amg-array-enum-c-api
21:11
Add [array size] tests check-in: 9d74758ea5 user: andy tags: amg-array-enum-c-api
20:45
Exchange setup and extra check-in: 85bea029ad user: andy tags: amg-array-enum-c-api
20:42
Condense non-array error handling tests and incorporate non-array successful result tests check-in: 965e38bd07 user: andy tags: amg-array-enum-c-api
19:35
Add [array set] tests check-in: a8289808bb user: andy tags: amg-array-enum-c-api
2016-12-03
00:42
Add more failure cases to test suite, gonna have to do non-error cases one of these days check-in: d046004a15 user: andy tags: amg-array-enum-c-api
2016-12-02
22:10
Rename [oxor] to [or] and [oxand] to [and], also [oxjoin] to [oxfordJoin] check-in: c903f22fde user: andy tags: amg-array-enum-c-api
21:18
Merge trunk check-in: 02df281049 user: andy tags: amg-array-enum-c-api
21:00
Merge trunk check-in: 4ab23eded7 user: andy tags: amg-array-enum-c-api
20:50
Experiment with wrapping [::tcltest::test] check-in: 297167a9bf user: andy tags: amg-array-enum-c-api
2016-12-01
22:32
Minor test tweaks, add test for nonexistent arrays check-in: 11cd8e8297 user: andy tags: amg-array-enum-c-api
18:43
Annoyed with tabs, switching to spaces check-in: 063d8fbb9e user: andy tags: amg-array-enum-c-api
18:43
Continue implementation of test suite check-in: 6693bdf8ae user: andy tags: amg-array-enum-c-api
17:28
Clarify detection of regular expression errors. While this may seem bogus and inconsistent, it is a... check-in: 731267ce37 user: andy tags: amg-array-enum-c-api
17:08
Implement [array names] in terms of Tcl_ArrayNames(), also make Tcl_ArrayNames() treat non-array lik... check-in: acbd0d9144 user: andy tags: amg-array-enum-c-api
01:49
Correct tab stops check-in: 2585e9af06 user: andy tags: amg-array-enum-c-api
2016-11-30
19:47
Begin implementation of array test suite check-in: c9318c0692 user: andy tags: amg-array-enum-c-api
19:35
Document filter options to [array exists] check-in: 1c69239d68 user: andy tags: amg-array-enum-c-api
17:57
Be more consistent in usage of italic text check-in: bda7be7c84 user: andy tags: amg-array-enum-c-api
17:53
Minor documentation correction pointing out that Tcl_ArraySet allows the variable to not exist in wh... check-in: efddc059c0 user: andy tags: amg-array-enum-c-api
2016-11-29
19:45
Restore tests set-old-8.46 and set-old-10.2. Note: this is commit number 20000 check-in: e5c481c605 user: andy tags: amg-array-enum-c-api