Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
43 check-ins using file generic/tcl.decls version 11b40c1c26
|
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 | |
| 19:39 | Merge trunk check-in: 227eb2b89f user: andy tags: amg-array-enum-c-api | |
| 19:29 | Add filtering capability to [array exists] and Tcl_ArrayExists() so that individual elements can be ... check-in: 5c0f2a9fbb user: andy tags: amg-array-enum-c-api | |