Tcl Source Code

Timeline
Login

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

50 check-ins occurring around 4115262f80f4d6e7.

2016-11-25
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:31
merge trunk check-in: 4115262f80 user: jan.nijtmans tags: novem
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

12:41
merge novem check-in: 39188cbdd6 user: jan.nijtmans tags: novem-more-memory-API
11:57
merge trunk. Make epoch in Tcl_DictSearch "unsigned int". This doubles the epoch range here. Use 0... check-in: 5fe02150a3 user: jan.nijtmans tags: novem
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 [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