Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
238 check-ins using file generic/tclCmdIL.c version 9b59f36a14
|
2017-06-13
| ||
| 12:28 | Improve docs, add tests, fix a corner case in the implementation. Closed-Leaf check-in: 097ba887bf user: dkf tags: oo-copy-ns | |
|
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 | |
|
2017-03-04
| ||
| 17:38 | Add documentation for targetNamespace param in [oo::copy]. check-in: a827c79f57 user: limeboy tags: oo-copy-ns | |
|
2017-02-28
| ||
| 13:39 | Implement the ?targetNamespace? parameter for [oo::copy] check-in: 998812b7db user: limeboy tags: oo-copy-ns | |
|
2017-01-04
| ||
| 12:55 | TIP [http://www.tcl.tk/cgi-bin/tct/tip/456|456] implementation: Extend the C API to Support Passing ... check-in: b5c47b5b2f user: jan.nijtmans tags: trunk, tip-456 | |
| 11:55 | merge core-8-6-branch check-in: 13dc69ec99 user: jan.nijtmans tags: trunk | |
|
2017-01-02
| ||
| 14:31 | [win] bug fix in NativeGetTime: each call of it blurs current performance counters actualized in cal... check-in: b6fc234ef3 user: sebres tags: bug_b87ad7e914 | |
|
2017-01-01
| ||
| 22:19 | Make the code slightly more pleasing to the eyes. Closed-Leaf check-in: 3455fbea17 user: limeboy tags: tip-456 | |
| 19:49 | merge core-8-6-branch check-in: eb8b79d49c user: jan.nijtmans tags: trunk | |
| 19:10 | Update zlib to version 1.2.9. Dll's and *.lib files not updated yet check-in: 4b7084a579 user: jan.nijtmans tags: trunk | |
|
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 | |
| 00:00 | Reference ticket number in tests var-13.2 and var-13.3 Leaf check-in: e55dc1adf7 user: andy tags: array-search-unset | |
|
2016-12-24
| ||
| 23:58 | Bug [46a2410650]: Create macro TclIsVarArraySearched to check if an array variable has an active sea... check-in: 9642a1b91e user: andy tags: array-search-unset | |
| 23:25 | Add test var-13.3 which is a more serious version of test var-13.2. var-13.3 is a SIGSEGV until we ... check-in: 33fc7a3358 user: andy tags: array-search-unset | |
| 23:02 | Merge trunk. Test var-13.2 now fails due to [af5c35971a]. check-in: 5066c38552 user: andy tags: array-search-unset | |
|
2016-12-23
| ||
| 15:43 | Update -DMSTATS functionality, for possible total memory sizes > 2Gb. One more place where use of si... check-in: 31fbc1f55a user: jan.nijtmans tags: trunk | |
| 08:27 | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongObj is just as good. check-in: d12ed0fcc6 user: jan.nijtmans tags: trunk | |
|
2016-12-22
| ||
| 10:26 | Merge trunk. Implement sequences like "0x", "0b" and "0o" as well. And also the "." for doubles and ... check-in: 8b14191fae user: jan.nijtmans tags: bug-39f6304c2e | |
|
2016-12-21
| ||
| 23:23 | Correct typo, credit Brad Lanam for report check-in: 14080f9950 user: andy tags: amg-array-enum-c-api | |
| 14:03 | Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj don't set an error in th... check-in: a8b2b83735 user: jan.nijtmans tags: trunk | |
| 12:59 | Experimental (partial) fix for [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e]: Tcl_LinkVar is... check-in: 2d5e0a6533 user: jan.nijtmans tags: bug-39f6304c2e | |
|
2016-12-20
| ||
| 12:35 | Make options -reuseaddr/-reuseport forbidden without -server, no matter the value being true or fals... check-in: bffa5b51a0 user: jan.nijtmans tags: tip-456 | |
| 11:47 | merge fork check-in: dcc31e850c user: jan.nijtmans tags: tip-456 | |
| 10:56 | Decouple the switch handling. check-in: 3d5331ac40 user: limeboy tags: tip-456 | |
| 10:32 | Document that from the "exact" parameter of Tcl_InitStubs(), only bit 0 has meaning. check-in: 7f5c4906c1 user: jan.nijtmans tags: trunk | |
| 10:22 | Correct the handling of -server and its options. check-in: be51fb3542 user: limeboy tags: tip-456 | |
| 09:46 | more internal use of size_t in stead of int. check-in: 8171f63934 user: jan.nijtmans tags: trunk | |
| 09:36 | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or 9.0) features are need... check-in: eda9a3e060 user: jan.nijtmans tags: trunk | |
| 09:30 | merge trunk (still has test failure in socket.test) check-in: fddd7e3bda user: jan.nijtmans tags: tip-456 | |
| 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-18
| ||
| 15:39 | More comments, fix bug where numArgs should be argCt Leaf check-in: af8005b8b2 user: dah tags: dah-proc-arg-upvar | |
| 15:04 | More tests, frame lookup tweak and attempt to take advantage of a branch prediction. check-in: e3c53025a8 user: dah tags: dah-proc-arg-upvar | |
| 12:50 | Refactor. Defaults for links removed. Support empty link names. check-in: 8f125f9002 user: dah tags: dah-proc-arg-upvar | |
|
2016-12-16
| ||
| 16:14 | Some more internal use of size_t in stead of int. No functional change. check-in: 54ab350c68 user: jan.nijtmans tags: trunk | |
| 15:25 | merge trunk check-in: b70a1e3f3a user: jan.nijtmans tags: tip-439, semver | |
| 11:22 | Partial reimplementation. Retain value passed in by caller, support defaults check-in: 173792e010 user: dah tags: dah-proc-arg-upvar | |
|
2016-12-15
| ||
| 15:18 | Add back testcase winFile-4.10. This test passes anyway, even though it appeared to be Windows 2000 ... check-in: 7c2ad0e88f user: jan.nijtmans tags: trunk | |
| 15:07 | Add "file join $grandParentDir tcl8.? library" as possible path for a valid init.tcl. Some simplifi... check-in: 9869b1e0b8 user: jan.nijtmans tags: trunk | |
| 11:28 | Merge trunk check-in: 959decb933 user: jan.nijtmans tags: tip-439, semver | |
| 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-14
| ||
| 16:03 | Update the documentation check-in: a2d596da81 user: limeboy tags: tip-456 | |
| 15:59 | Adjust OpenTcpServer for the latest changes to OpenTcpServerEx check-in: 523c93a0ec user: limeboy tags: tip-456 | |
| 15:52 | Fix for the argument parsing phase in the [socket] command. check-in: 1cdb56855b user: limeboy tags: tip-456 | |
| 15:49 | Make OpenTcpServerEx accept a 'service' string parameter instead of a port. check-in: c62457ec51 user: limeboy tags: tip-456 | |
| 15:03 | Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll", "I64" and "L", whate... check-in: 79a28ae5ea user: jan.nijtmans tags: trunk | |
| 14:14 | Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll", "I64" and "L", whate... Closed-Leaf check-in: 907c39d91a user: jan.nijtmans tags: jn-wide-printf | |
|
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 | |
| 01:27 | Merge trunk Closed-Leaf check-in: 1f52682fb2 user: andy tags: lanam-array-for-impl | |
|
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 | |
| 04:42 | Commit changes received from Brad Lanam via email check-in: 9897959ab4 user: andy tags: lanam-array-for-impl | |
|
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-06
| ||
| 21:52 | move pthread_sigmask() calls to Tcl_WaitForEvent() where they belong Leaf check-in: 8cec831ad2 user: aspect tags: bug-f4f44174e | |
| 21:51 | unblock signals correctly with SIG_SETMASK check-in: ae3cf707c1 user: aspect tags: bug-f4f44174e | |
| 19:35 | More tests, comments and improvements to initial implementation. check-in: ed5acdb987 user: dah tags: dah-proc-arg-upvar | |
|
2016-12-05
| ||
| 23:40 | remove ill-conceived feature test macro check-in: 4998d7833d user: aspect tags: bug-f4f44174e | |
| 23:14 | use pthread_sigmask to protect the notifier against signals (bug [f4f44174e]) check-in: b40778af44 user: aspect tags: bug-f4f44174e | |
|
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:08 | Avoid "warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has ... check-in: 871fcf85c4 user: andy tags: trunk | |
| 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 | |
| 18:18 | Added long comment explaining history and work in progress making bytearray interfaces usable. check-in: d42a114238 user: dgp tags: trunk | |
| 15:52 | implement "I64" format in Tcl_ObjPrintf as well. Still to be tested. check-in: 418b169207 user: jan.nijtmans tags: jn-wide-printf | |
| 15:39 | Relocate the cmdEpoch bumps during command deletion so that command resolution caching works properl... check-in: 71fa1f9c91 user: dgp tags: trunk | |
| 14:52 | Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places. (now without edit-error... check-in: eac13870dc user: jan.nijtmans tags: trunk | |
| 14:17 | Repair what appears to be a stray edit error. This restores ability to build on a TCL_WIDE_INT_IS_L... Closed-Leaf check-in: ee8a50916f user: dgp tags: jn-wide-printf | |
| 13:50 | Implement %ll (WideInt) handling for Tcl_ObjPrintf(). Use it in some places. Moved to feature bra... check-in: e3ba334a42 user: jan.nijtmans tags: jn-wide-printf | |
| 13:26 | Remove dup line. Closed-Leaf check-in: 24db74ffd7 user: dgp tags: dgp-cmd-epoch | |
|
2016-12-01
| ||
| 22:32 | Minor test tweaks, add test for nonexistent arrays check-in: 11cd8e8297 user: andy tags: amg-array-enum-c-api | |
| 22:07 | [507d9b9651a3c903] Possible implementation of auto-upvar for procedures. check-in: 6e39d87cbc user: dkf tags: dah-proc-arg-upvar | |
| 20:13 | Reports from NSF that command epoch bumping isn't properly timed. http://paste.tclers.tk/4030 Since ... check-in: d3f2f88f49 user: dgp tags: dgp-cmd-epoch | |
| 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:25 | So long as we register only one, we can have multiple Tcl_ObjTypes with the same name. This smooths... check-in: 088e1f413e user: dgp tags: trunk | |
| 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 | |
| 13:20 | Created a new "proper bytearray" Tcl_ObjType so we can use bytearrays as bytearrays without all this... check-in: 3ef69dfebe user: dgp tags: trunk | |
| 12:01 | merge trunk check-in: 4162fbf706 user: limeboy tags: tip-456 | |
| 11:44 | compatability -> compatibility check-in: f94307dc05 user: jan.nijtmans tags: trunk | |
| 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 | |
| 03:08 | Route all [string repeat] operations through a common implementation. Code that to preserve bytearra... check-in: e6e6fee0e1 user: dgp tags: trunk | |
|
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 | |
| 18:50 | Add comments to tcl.h more clearly indicating which flag values are reserved to better avoid future ... check-in: c8816ca461 user: andy tags: amg-array-enum-c-api | |
| 18:46 | Where feasible, convert concatenation panics into errors. check-in: 3e5cafe2a5 user: dgp tags: trunk | |
| 18:46 | Update [array] man page for new/expanded filter options check-in: 162212092a user: andy tags: amg-array-enum-c-api | |
| 13:03 | Minor simplifications. Eliminate FUNCPRT from regexp engine. Fix compile-error (non-debug) in tclDic... check-in: 63240d8b9e user: jan.nijtmans tags: trunk | |
| 11:10 | more internal use of size_t (in stead of int) check-in: ad1e711238 user: jan.nijtmans tags: trunk | |
|
2016-11-28
| ||
| 17:53 | Man page tweak check-in: aae84de8cb user: andy tags: amg-array-enum-c-api | |
| 16:47 | Double backslashes in man page check-in: 3556913225 user: andy tags: amg-array-enum-c-api | |
| 06:06 | Add manual page for new array functions check-in: a72fcb2eb3 user: andy tags: amg-array-enum-c-api | |
| 04:47 | Fix set-old-8.35 check-in: 5e92c9339a user: andy tags: amg-array-enum-c-api | |
| 04:31 | Fix set-old-8.56 check-in: f681932ae0 user: andy tags: amg-array-enum-c-api | |
| 04:21 | Add Tcl_ArrayStatistics() check-in: 2368a2dced user: andy tags: amg-array-enum-c-api | |
| 02:35 | Change Tcl_ArraySet() to always report errors without having to specify TCL_LEAVE_ERR_MSG check-in: 7cb4aff8e5 user: andy tags: amg-array-enum-c-api | |
| 01:20 | Remove most instances of TCL_LEAVE_ERR_MSG in favor of making Tcl_Array*() functions treat nonexiste... check-in: 325336d17e user: andy tags: amg-array-enum-c-api | |
|
2016-11-27
| ||
| 20:37 | Change TCL_MATCH_GLOB to avoid collision with the deprecated TCL_PARSE_PART1 flag check-in: 720f8dc660 user: andy tags: amg-array-enum-c-api | |
|
2016-11-26
| ||
| 20:03 | Renumber and rearrange new Tcl_Array*() functions to have a somewhat more logical ordering check-in: 7a757d9b95 user: andy tags: amg-array-enum-c-api | |
| 07:39 | Revert unintended change to Tcl_ZlibStreamInit() argument name check-in: 94a9a0cfad user: andy tags: amg-array-enum-c-api | |
| 07:30 | Implement Tcl_ArrayGet(), add -exact|-glob|-regexp options to [array get] check-in: 00404912d0 user: andy tags: amg-array-enum-c-api | |
| 07:21 | Remove new test trace-41.1 since it is a duplicate of test var-18.1 check-in: 34539fd014 user: andy tags: amg-array-enum-c-api | |
| 07:19 | Remove optimization that runs afoul of test var-18.1 check-in: 25d2a06908 user: andy tags: amg-array-enum-c-api | |
| 07:11 | Update test for [array unset] mode option check-in: a9cb120904 user: andy tags: amg-array-enum-c-api | |
| 02:14 | Implement Tcl_ArrayExists() check-in: bc2295f5c2 user: andy tags: amg-array-enum-c-api | |
| 01:57 | Fold create argument to ArrayVar() into TCL_VAR_CREATE flags bit which only ArrayVar() understands. ... check-in: 2590837335 user: andy tags: amg-array-enum-c-api | |
|
2016-11-25
| ||
| 18:24 | Simplify function description comment check-in: 403f15409f user: andy tags: amg-array-enum-c-api | |
| 18:11 | Merge CleanupVar() into TclCleanupVar(), no need for them to be separate check-in: 0aae797ef4 user: andy tags: amg-array-enum-c-api | |
| 18:08 | Rename dictObj to dictPtr for consistency with other public variable function arguments, even though... check-in: 1ba41eadd4 user: andy tags: amg-array-enum-c-api | |
| 18:05 | Rename TclArraySet() to Tcl_ArraySet() and put in tcl.decls. Enhance ArrayVar() to support array cr... check-in: f2aaed5ea1 user: andy tags: amg-array-enum-c-api | |
| 15:44 | Implementation of improved notifier from Lucio Andrés Illanes Albornoz. check-in: a5fa5e7e78 user: dkf tags: tip-458 | |
| 14:53 | Windows support and minor touchups to the documentation. check-in: aefe40befa user: limeboy tags: tip-456 | |
| 13:27 | Minor documentation touchups. check-in: 417ea495a1 user: limeboy tags: tip-456 | |
| 11:47 | Eliminate some macros that are no longer used/needed. check-in: 80e7984c44 user: jan.nijtmans tags: trunk | |
| 09:38 | Merge trunk, and fix two socket test-cases. check-in: 707cfb412f user: jan.nijtmans tags: tip-456 | |
| 08:17 | Add Tcl_ArraySearchPeek() check-in: 5eee3e2aef user: andy tags: amg-array-enum-c-api | |
| 07:55 | Add filter options to more [array] subcommands, implement with a common function check-in: 5a1c9d670f user: andy tags: amg-array-enum-c-api | |
| 07:33 | Merge trunk check-in: b893ce5065 user: andy tags: amg-array-enum-c-api | |
| 07:31 | Allow [array names -regexp] to use backreferences. This capability was broken by [71270e9141]. See a... check-in: b29701996a user: andy tags: trunk | |
| 07:02 | Add filtering options to [array size] command check-in: 3c19724381 user: andy tags: amg-array-enum-c-api | |
| 06:27 | Correct bug by splitting Tcl_ArrayNames() to high-level Tcl_ArrayNames() operating on a variable nam... check-in: e098e8ef7f user: andy tags: amg-array-enum-c-api | |
| 05:53 | Implement Tcl_ArrayNames(), still have a bug to fix though check-in: a7b63341ab user: andy tags: amg-array-enum-c-api | |
| 05:11 | Implement various array functions in terms of ArrayVar() to avoid repetition of trace code, and rest... check-in: b15d607c3a user: andy tags: amg-array-enum-c-api | |
| 04:42 | Implement Tcl_ArraySearchDone() check-in: fc39454bd5 user: andy tags: amg-array-enum-c-api | |
| 04:31 | Implement Tcl_ArraySearchNext() check-in: 2ab266d9fb user: andy tags: amg-array-enum-c-api | |
| 04:11 | Remove need for passing TCL_LEAVE_ERR_MSG to various array functions check-in: ed465991e2 user: andy tags: amg-array-enum-c-api | |
| 03:56 | Correct test failures in set-old.test check-in: e5a9bbebec user: andy tags: amg-array-enum-c-api | |
| 03:33 | Split ArrayNext() into ArrayFirst() and ArrayNext(), and reimplement other array functions in terms ... check-in: 520285d1e5 user: andy tags: amg-array-enum-c-api | |
| 01:39 | Remove spurious article in comments check-in: 965949e559 user: andy tags: trunk | |
| 01:36 | Rename LookupArrayVar() to ArrayVar(), add ArrayNext(), reimplement ArraySize() in terms of ArrayNex... check-in: 9cc3d0f006 user: andy tags: amg-array-enum-c-api | |
|
2016-11-24
| ||
| 22:51 | Improve comments, add interp to Tcl_ArraySearch so Tcl_ArraySearchNext() can report regular expressi... check-in: 669251b6f1 user: andy tags: amg-array-enum-c-api | |
| 22:38 | Implement Tcl_ArraySearchStart() check-in: f8ab9b85ae user: andy tags: amg-array-enum-c-api | |
| 22:24 | Simplify LookupArrayVar() interface check-in: 0393d60132 user: andy tags: amg-array-enum-c-api | |
| 22:06 | Fold VerifyArray() into LookupArrayVar(), begin adding filtering capabilities to array search check-in: aa06cc7e1b user: andy tags: amg-array-enum-c-api | |
| 21:33 | Add exact/glob/regexp filter capability to new array size and enumeration functions. Change Tcl_Arr... check-in: 462589ffc9 user: andy tags: amg-array-enum-c-api | |
| 21:15 | Forgot a - in the parameters array. check-in: 7d69ed66cf user: limeboy tags: tip-456 | |
| 21:01 | Allow a boolean argument to be passed. check-in: d4bdf65c83 user: limeboy tags: tip-456 | |
| 20:55 | merge trunk check-in: c1735f1869 user: jan.nijtmans tags: package_files | |
| 20:28 | First round of documentation update. check-in: 6e94138b94 user: limeboy tags: tip-456 | |
| 20:12 | Improve comments a little check-in: 2196459c3e user: andy tags: amg-array-enum-c-api | |
| 19:22 | Merge trunk check-in: a353ee5093 user: andy tags: amg-array-enum-c-api | |
| 19:21 | Partially backout [ef4da65408] because AppendPrintfToObjVA() (used indirectly by [tcl::unsupported::... check-in: ad557c91a9 user: andy tags: trunk | |
| 18:49 | Correct reporting of trace errors in [array size] check-in: 2612459c98 user: andy tags: amg-array-enum-c-api | |
| 18:46 | Correct sense of scalar variable detection check-in: 85ea1e4ef0 user: andy tags: amg-array-enum-c-api | |
| 18:42 | Get rid of now-unnecessary varPtr2 variable, add stubbed-out (pun unintentional) implementations of ... check-in: b38a60a837 user: andy tags: amg-array-enum-c-api | |
| 18:36 | Reorganize code into separate LookupArrayVar() and ArraySize() functions so that [array size] can se... check-in: 4035492a84 user: andy tags: amg-array-enum-c-api | |
| 18:35 | Update stubs init check-in: aa1f28d461 user: andy tags: amg-array-enum-c-api | |
| 18:34 | Rename part1Ptr arguments to varNamePtr check-in: f2a8e2d0fb user: andy tags: amg-array-enum-c-api | |
| 16:21 | merge fork Closed-Leaf check-in: 5291e16a6a user: jan.nijtmans tags: tip-456 fork | |
| 16:20 | Starting implementing the "package files" command. TIP still to be written. check-in: 6cdb6a1b24 user: jan.nijtmans tags: package_files | |
| 15:00 | Adjust the tests and add a handful of new ones. check-in: ac3cfef074 user: limeboy tags: tip-456 | |
| 13:47 | Implementation of [array for] from Brad Lanam. See https://github.com/flightaware/Tcl-bounties/issue... check-in: bd05353216 user: dkf tags: lanam-array-for-impl | |
| 13:33 | Make compileEpoch "unsigned int", and start counting at 1. check-in: 83f0d245d8 user: jan.nijtmans tags: trunk | |
| 13:18 | Fix compile error if SO_REUSEPORT not supported. Put command options in alphabetical order check-in: c2331d8741 user: jan.nijtmans tags: tip-456 fork | |
| 12:47 | Implement the whole TIP 456 specification. Also introduces the `-reuseaddr' and `-reuseport' option... check-in: e4212ca03b user: limeboy tags: tip-456 | |
| 10:26 | typos check-in: 7df0e4369e user: jan.nijtmans tags: trunk | |
|
2016-11-22
| ||
| 15:04 | Corrections to misleading comments. check-in: ecb870f264 user: dkf tags: trunk | |
| 11:24 | Fix indenting check-in: c77d70c21f user: jan.nijtmans tags: tip-456 | |
| 11:21 | Added stub entry for tip #456. Documentation and tests still missing. Doesn't conform to TIP yet. check-in: fce8b81c46 user: jan.nijtmans tags: tip-456 | |
| 10:06 | This is patch.002 from ticket [0b9d3ba2ba3e1e3fc33c97d5a9fa7ef85d11a696|0b9d3ba2ba], as first start ... check-in: ae02accafa user: jan.nijtmans tags: tip-456 | |
|
2016-11-21
| ||
| 18:25 | [array size] should 0 if argument does not name an array. TODO: Distinguish between existence error... check-in: b0ceb88495 user: andy tags: amg-array-enum-c-api | |
| 13:12 | Initial commit of new C API for array enumeration. TIP forthcoming. Work far from complete, only T... check-in: 405aba7ca5 user: andy tags: amg-array-enum-c-api | |
| 10:15 | More internal use of size_t in stead of int. check-in: ef4da65408 user: jan.nijtmans tags: trunk | |
|
2016-11-18
| ||
| 15:51 | Minor: fix the indentation of comments. check-in: 06883b64fd user: dkf tags: trunk | |
| 10:53 | Fix mp_cnt_lsb() signature, so it matches the signature used in Tcl check-in: 9ca8b95421 user: jan.nijtmans tags: trunk | |
| 09:50 | Fix [e6f27aa56fa51bfc1752ce768bf0d301c60bfd2c|e6f27aa56f]: Update libtommath to 1.0 check-in: 6d14b81579 user: jan.nijtmans tags: trunk | |
| 03:34 | Remove extra space in documentation for [file stat] check-in: 21feca063c user: andy tags: trunk | |
|
2016-11-17
| ||
| 16:26 | Fix libtommath's mp_radix_size() function such that it returns 2 for single-digit numbers. Add testc... check-in: 06f3f845fb user: jan.nijtmans tags: trunk | |
| 15:30 | Restore bn_mp_radix_size.c to exact copy of libtommath-1.0 version: Since the radix_size of "9" shou... Closed-Leaf check-in: 8cf7627603 user: jan.nijtmans tags: libtommath-1.0 | |
| 13:18 | Restore bn_mp_add_d.c to exact copy of libtommath-1.0 version: Since the mp_clamp() function already... check-in: 7442311ee4 user: jan.nijtmans tags: libtommath-1.0 | |
| 11:38 | Add test-case for mp_iseven(). If mp_iseven(0) ever returns 0, we will be warned that we are using t... check-in: d3f1169620 user: jan.nijtmans tags: libtommath-1.0 | |
| 11:03 | Bring in fix for mp_iseven().... almost missed that .... This should be given a dedicated test-cas... check-in: 04444b286a user: jan.nijtmans tags: libtommath-1.0 | |
| 10:46 | Merge trunk. Re-generate tclTomMath.h. Use faster exponentiation-function from libtommath 1.0 (in tc... check-in: 1e2d716ec7 user: jan.nijtmans tags: libtommath-1.0 | |
| 09:33 | Remove subdirectories of "libtommath", and various individual related files, not taking any part in ... check-in: 634ffe2b64 user: jan.nijtmans tags: trunk | |
|
2016-11-16
| ||
| 15:59 | merge trunk Closed-Leaf check-in: ec44244e32 user: jan.nijtmans tags: gahr-ticket-e6f27aa56f | |
| 15:22 | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes between libtommath 0.42.0 ... check-in: d1210bac0b user: jan.nijtmans tags: libtommath-1.0 | |
| 10:55 | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-casts which are not nece... check-in: 521d320b7b user: jan.nijtmans tags: trunk | |
|
2016-11-15
| ||
| 13:33 | See Itcl Bug [1b28657c0e]. Make methodNameType honor the Tcl_ObjType contract. check-in: b35b8efef0 user: dkf tags: trunk | |
|
2016-11-14
| ||
| 14:26 | Merge core-8-6-branch check-in: 7bbea0e75d user: jan.nijtmans tags: trunk | |
|
2016-11-12
| ||
| 11:19 | Merge tzdata2016i from IETF check-in: cbce1a9dea user: venkat tags: trunk | |
|
2016-11-11
| ||
| 14:53 | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose, actually. check-in: 01243c07ff user: jan.nijtmans tags: trunk | |
| 10:58 | Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding system" and encoding-fr... check-in: 1867fdf95b user: jan.nijtmans tags: trunk | |
|
2016-11-10
| ||
| 14:21 | On OSX, there is a conflict with the "define panic" and definitions in "mach.h". check-in: e1804c00ba user: jan.nijtmans tags: trunk | |
|
2016-11-08
| ||
| 02:56 | Route all [string last] operations through a common implementation. check-in: 6622b74446 user: dgp tags: trunk | |
|
2016-11-07
| ||
| 20:18 | Purge disabled code. check-in: 9957c9b0c9 user: dgp tags: trunk | |
| 20:11 | Refactor to channel all [string first] functions through a single implementation. check-in: 5fd1a339d3 user: dgp tags: trunk | |
| 20:04 | Optimize case of all single-byte chars. Closed-Leaf check-in: e35f61d57e user: dgp tags: dgp-string-find | |
| 19:41 | Consolidate the "find empty string" cases. check-in: 9bc07dee24 user: dgp tags: dgp-string-find | |
| 19:28 | Implement direct eval [string first] with the refactored engine. check-in: 7fb4fda651 user: dgp tags: dgp-string-find | |
|
2016-11-04
| ||
| 21:29 | First draft refactoring the [string first] functionality. check-in: 5073110f26 user: dgp tags: dgp-string-find | |
| 14:56 | [824752f10e] Use LIST_MAX instead of INT_MAX for unknown number of elements to the end of the list. check-in: 24d9077003 user: dgp tags: trunk | |
| 14:49 | merge mark check-in: 9cd4c5200b user: dgp tags: trunk | |
| 14:48 | [824752f10e] More robust, portable check for integer overflow. check-in: cf3aa0440e user: dgp tags: trunk | |
| 14:42 | close fork check-in: e5a5037389 user: dgp tags: trunk | |
| 14:24 | merge core-8-5-branch ([824752f10e] Avoid calling Tcl_SetObjResult if interp is NULL) check-in: 16efbc4dbf user: gahr tags: trunk | |
| 11:51 | Fix the generated copyright sections in the HTML help file check-in: ec41e853d0 user: jan.nijtmans tags: trunk | |
| 11:38 | Make packages msgcat and tcltest work unmodified in "novem". Make more test-cases work unmodified in... check-in: 9abb38ee0b user: jan.nijtmans tags: trunk | |
|
2016-11-02
| ||
| 12:56 | merge trunk check-in: 41145a0942 user: jan.nijtmans tags: tip-439, semver | |
| 12:45 | merge core-8-6-branch (http package version update) check-in: 0c403244ae user: jan.nijtmans tags: trunk | |
|
2016-11-01
| ||
| 16:18 | Refactor to channel all [string cat] functions through a single implementation. check-in: 5be62a44d4 user: dgp tags: trunk | |
| 15:42 | Replace indexing with pointer increments. Closed-Leaf check-in: 78ef6f929b user: dgp tags: dgp-string-cat | |
| 15:12 | Trim away obsolete code. check-in: 8c1453cc30 user: dgp tags: dgp-string-cat | |
| 15:07 | Expand all the cases of the [string cat] engine. check-in: 9bfada5e22 user: dgp tags: dgp-string-cat | |
|
2016-10-31
| ||
| 18:10 | Reduce copies in the pure binary implementation of [string cat]. check-in: 210148adc5 user: dgp tags: dgp-string-cat | |
| 16:15 | Complete the "pure binary" implementation of the [string cat] engine. check-in: 6108355177 user: dgp tags: dgp-string-cat | |
| 14:18 | merge trunk check-in: acd1d0f9c7 user: dgp tags: dgp-string-cat | |
|
2016-10-28
| ||
| 20:33 | WIP check-in: 8f63620a09 user: dgp tags: dgp-string-cat | |