Timeline
Not logged in

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

50 events by user aspect occurring around 2017-04-29 11:04:10.

2017-05-22
11:07
fix advancement of snext: could not cook up a test for this, but the error is clear Leaf check-in: c84d53f778 user: aspect tags: aspect-string-match
10:49
retab Tcl_StringCaseMatch. Oops check-in: 34aca29ae4 user: aspect tags: aspect-string-match
10:47
tidy up control flow check-in: df7b440af5 user: aspect tags: aspect-string-match
10:44
fix up comment style and make them more informative check-in: 2afe609986 user: aspect tags: aspect-string-match
07:34
Taking a stab at TIP#288 implementation. Requires docs, removal of debugging, more comprehensive te... check-in: b956dea67c user: aspect tags: aspect-tip288
2017-05-21
15:23 Ticket [19a8c9399d] var-22.1 failing on trunk with TCL_MEM_DEBUG status still Open with 3 other changes artifact: b0c7432fa2 user: aspect ... 1 similar event omitted.
2017-05-19
15:10 Ticket [6ca52aec14] HTTP package: Memory leak if client requests "Connection: close" but server responses with "Connection: keep-alive" status still Closed with 5 other changes artifact: fdba6cdf28 user: aspect
14:23
merge core-8-6-branch check-in: f3376c975d user: aspect tags: trunk
14:21
fix build failure with TCL_MEM_DEBUG introduced by [8b717dc06a3e3d49] check-in: c7f8965af7 user: aspect tags: core-8-6-branch
2017-05-06
07:00 Ticket [a4a7f2abd3] Tcl string match and glob are exponential complexity for bad patterns, could be linear status still Open with 3 other changes artifact: 715c3e174b user: aspect ... 1 similar event omitted.
00:43
back to switch. Implement non-recursive * with goto. Much faster on a*a*...b tests from [a4a7f2abd... check-in: 433f1cf0bc user: aspect tags: aspect-string-match
00:39
revert switches to ifs - all these breaks are breaking me check-in: a2fb105d6c user: aspect tags: aspect-string-match
00:36
streamline StringCaseMatch with switch and comments. BEHAVIOUR CHANGE: incomplete bracket groups no... check-in: 5efe8a956f user: aspect tags: aspect-string-match
2017-05-03
06:21 Ticket [6015221f59] binary scan segfaults when too much a is requested status still Open with 3 other changes artifact: ac56560238 user: aspect
2017-05-02
11:12 Ticket [a4a7f2abd3] Tcl string match and glob are exponential complexity for bad patterns, could be linear status still Open with 3 other changes artifact: 1a2c2b5249 user: aspect
2017-04-30
06:27 Edit [27bac5b2c692775e|27bac5b2c6]: Change background color to "#f0a0a0". artifact: cc3deda4ee user: aspect
06:26 Edit [e83297c2afd20d05|e83297c2af]: Change branch background color to "#f0a0a0". artifact: 3a8da7f56b user: aspect
06:25 Ticket [391bc0fd2c] glob, -nocomplain, -types, and insufficient privileges status still Open with 3 other changes artifact: d61179ed9b user: aspect
05:34
glob for hidden files on unix should not require stat() Leaf check-in: e83297c2af user: aspect tags: aspect-bug-391bc0fd2c
2017-04-29
13:43 Ticket [391bc0fd2c] glob, -nocomplain, -types, and insufficient privileges status still Open with 3 other changes artifact: f7d6d07eee user: aspect
11:53 New ticket [aeb1c742c4] catch dict get {a b} a -> abort in TclCompileCatchCmd. artifact: 35af086527 user: aspect
11:05 Ticket [f9fe90d0fa] Inconsistent handling of leading // status still Open with 3 other changes artifact: 36ecfc49e7 user: aspect
11:04
[f9fe90d0fa]: more path normalization in TclNewFSPathObj Leaf check-in: 27bac5b2c6 user: aspect tags: bug-f9fe90d0fa
05:03 Ticket [391bc0fd2c] glob, -nocomplain, -types, and insufficient privileges status still Open with 3 other changes artifact: 3996709bef user: aspect
04:33 Ticket [3001677f64] TCL fails on Check phase (test failure: socket_inet-13.1: Testing use of shared socket between two threads FAILED) status still Open with 3 other changes artifact: 3399114b95 user: aspect
04:14 Ticket [60c12e1499] Tests socket-145\* need replacing. status still Open with 3 other changes artifact: 4b7205dd56 user: aspect
03:46 Ticket [e7c21ed678] entier() fails to canonicalize result status still Open with 3 other changes artifact: cfa209bbe4 user: aspect
2017-04-28
15:39 Ticket [f27930150a] namespace ensemble subcommands with the empty string for a name status still Open with 3 other changes artifact: 38a6c672ab user: aspect
2017-03-27
13:09 Edit [2099250d6fb270ac|2099250d6f]: Change branch background color to "#f0a0a0". artifact: a261670729 user: aspect
13:07 Ticket [900cb0284b] TclOO unexport introspection bug status still Open with 3 other changes artifact: 4cd051ad1b user: aspect
13:02
Correct this use of isWanted to ensure NO_IMPLEMENTATION methods are not listed (bug [900cb0284bc]) check-in: 2099250d6f user: aspect tags: bug-900cb0284bc
2017-03-26
01:41 Ticket [50750c735a] memory faults in zlib-12.2 status still Open with 3 other changes artifact: f787de39e9 user: aspect
2017-02-13
22:28 Ticket [96c3f3b47d] No processing of after events status still Open with 3 other changes artifact: 7cd604dd7d user: aspect ... 1 similar event omitted.
12:27 Edit [62e40d827022171c|62e40d8270]: Move to branch bug-96c3f3b47d1. artifact: 519e43ac5a user: aspect
12:24
Tcl_GetWideIntFromObj must fail for values between WIDE_MAX+1 and UWIDE_MAX (bug [96c3f3b47d1]) Leaf check-in: 62e40d8270 user: aspect tags: bug-96c3f3b47d1
2017-02-12
22:49 Ticket [96c3f3b47d] No processing of after events status still Open with 3 other changes artifact: 487c2d7449 user: aspect
13:03 Ticket [58b96f6744] Difference in info commands behaviour in global namespace status still Open with 3 other changes artifact: ce29d9b25d user: aspect
13:02 Ticket [6ca52aec14] HTTP package: Memory leak if client requests "Connection: close" but server responses with "Connection: keep-alive" status still Open with 3 other changes artifact: c78545c150 user: aspect
12:57
fix chan leak with http keepalive vs close (bug [6ca52aec14]) Closed-Leaf check-in: 8d81ec63d5 user: aspect tags: bug-6ca52aec14
12:25 Edit [a75601847916da0e|a756018479]: Move to branch bug-58b96f6744. artifact: ac4fd1f7cf user: aspect
12:17
make [info commands] follow the namespace path from :: (bug [58b96f6744]) Leaf check-in: a756018479 user: aspect tags: bug-58b96f6744
11:43
add some tests for singleton list optimisation [738900] Leaf check-in: ac115634a0 user: aspect tags: aspect-shimmer-singleton-lists
2017-02-11
07:21
Apply ferrieux' shimmer-alex.patch from ticket [738900] check-in: a238a2fafc user: aspect tags: aspect-shimmer-singleton-lists
07:18
better tests for finalization check-in: 94b2e66ccf user: aspect tags: bug-25842c161f
05:09 Ticket [25842c161f] zlib deflate streaming raises error in case of zero length input status still Open with 3 other changes artifact: b4705dbb2b user: aspect
05:06
zlib stream finalize calls deflate with no input - this case (and this case only) must be allowed. ... check-in: be8c38b974 user: aspect tags: bug-25842c161f
2017-02-01
22:24 Ticket [d0f7ba56f0] INST_EQ first-argument NaN shortcut is too aggressive status still Closed with 5 other changes artifact: d5fe72d12c user: aspect