Tcl Library Source Code

Timeline
Login

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

50 events occurring around 941966a2333e1ffd.

2013-12-05
00:58 Ticket [f5155519e7] pt has non-portable shebang status still Open with 3 other changes artifact: fc24d8f697 user: aku
2013-12-04
08:49 Add attachment \ID_RIBBON_CUT_tklib-ico.png to ticket [d8d201739e] artifact: d167924f00 user: anonymous
08:48 Add attachment \ID_RIBBON_CUT_img-ico.png to ticket [d8d201739e] artifact: f50f5f0dc9 user: anonymous
08:48 Add attachment \ID_RIBBON_CUT.ico to ticket [d8d201739e] artifact: a0974808f8 user: anonymous
08:47 Add attachment \ID_RIBBON_CUT.txt to ticket [d8d201739e] artifact: 8718fe734a user: anonymous
08:46 Add attachment \tklibIcoTest.tk to ticket [d8d201739e] artifact: bb3423c218 user: anonymous
2013-12-03
22:42 New ticket [d8d201739e] tklib::ico package ignores the transparency. artifact: d9f2a85870 user: anonymous
18:27 Ticket [6efa4f571a] C-implementation for json2dict status still Open with 5 other changes artifact: 13cb107718 user: aku
18:23 Add attachment json.c to ticket [6efa4f571a] artifact: 60e395c166 user: aku
06:08 New ticket [6efa4f571a] C-implementation for json2dict. artifact: b043530019 user: anonymous
2013-11-26
02:08 New ticket [cffddbb426] Is this package being supported?. artifact: d1137c8f8a user: anonymous
2013-11-23
00:34 Ticket [f5155519e7] pt has non-portable shebang status still Open with 4 other changes artifact: 6b6205b90f user: aku
00:25 Edit [93aa26ab06d873db|93aa26ab06]: Mark "Closed". artifact: b8c4086325 user: aku
00:25 Closed ticket [6b7aa0aecc]: tar::skip silently trucates skip length to 65536 plus 7 other changes artifact: b86a425c3e user: aku
00:23
Get tar fixes back. check-in: 2917507b22 user: andreask tags: trunk
00:21
Update to head of trunk. Closed-Leaf check-in: 93aa26ab06 user: andreask tags: pyk-tar
00:14
Bumped package version, updated logs, ready to merge. Fixed ticket [6b7aa0aecc]. check-in: 4a2f75b5da user: andreask tags: pyk-tar
00:00
The issue with the skip code was not the limit to 64K, but how the code (a) assumed the wrong type for the result of 'read' (number of bytes, but is the read data), and (b) mis-handled short reads. Using 'string length' to convert the result type into what was needed, and using the proper condition was what fixed the issue, and not getting rid of the limit. I have now re-instated the limit, with in-code explanation of why it makes sense, and verified that this still passes the testsuite. I further changed the variable names to be much more self-documenting as well. check-in: 8de453c348 user: andreask tags: pyk-tar
2013-11-22
23:39
Fixed the testsuite up somewhat. (1) Moved helper code into separate file. (2) Replaced helper code blocks in variables with proper procedures. (3) Simplified setup1, cleanup1 No need to search for and create lots of temp dirs in setup, just remove the directory in cleanup. Now use single temp dir, fixed name. (4) Fixed setup of tests in general (4a) Added emacs mode marker to get proper Tcl mode. (4b) Added missing Tcl 8.5 requirement (4c) Use canonical 'use' command for access to local package (memchan). (5) Constrained the one test requiring Tcl 8.6 (zlib) It is not yet clear to me why the 'stream' helper (to create a large file) is so complex. check-in: 624a1ee7b8 user: andreask tags: pyk-tar
19:24 Edit [c7f07ac14837030d|c7f07ac148]: Mark "Closed". artifact: 531f1143ff user: aku
19:23
Merging Mime Modifications. check-in: c2829102b5 user: andreask tags: trunk
19:18
(PoorYorick): general cleanup. use expr operators like eq instead of string commands. (AK Notes): Version bumped to 1.6, requirement bumped to Tcl 8.5. (AK) Updated testsuite and doc Tcl requirements. Fixed the creative writing problem of the initialization code, present before PY cleanup. Closed-Leaf check-in: c7f07ac148 user: andreask tags: pyk-mime-cleanup
18:20 Closed ticket [864a0c83e3]: memchan stops generating read events when cursor is at end of file plus 7 other changes artifact: 44edf530b7 user: aku
18:17
(Events): Ticket [864a0c83e3]. Do not suppress readable events at end of the channel. Needed to signal the eof condition. Like for regular files, always readable. Affected channels memchan, string, and variable. Versions bumped to 1.0.3, 1.0.2, and 1.0.3 respectively. check-in: fc756af785 user: andreask tags: trunk
17:39
Revert Tcl 8.5 dependency introduced by an unlogged rewrite [c80b6fffde]. check-in: 941966a233 user: andreask tags: trunk
17:29
Fix trunk split. check-in: d233d12198 user: andreask tags: trunk
2013-11-21
21:23 New ticket [864a0c83e3] memchan stops generating read events when cursor is at end of file. artifact: f8bb1fcf9a user: pooryorick
2013-11-20
06:41
revert bad change to quoting in ctrl.tcl check-in: 2cafc97e62 user: pooryorick tags: trunk
06:38
add support for default arguments to term::ansi::send fix documentation types quoting cleanup check-in: c80b6fffde user: pooryorick tags: trunk
2013-11-18
21:28 Ticket [3315620fff] Invalid JSON with values that begin with 0 status still Open with 8 other changes artifact: ae78ea3553 user: anonymous
21:25 Ticket [3042811fff] huddle bug in dicts with complex keys status still Open with 7 other changes artifact: eded000af7 user: anonymous
09:41 Deleted ticket [981605ffff]: BWidget Calendar Dialog plus 11 other changes artifact: 5f164b3241 user: oehhar
09:39 Deleted ticket [1021240fff]: bwidget table of contents in doctools format plus 11 other changes artifact: e4ce1fc4db user: oehhar
09:38 Deleted ticket [917877ffff]: Add state readonly for Entry (and LabelEntry) plus 11 other changes artifact: f59a388d3b user: oehhar
09:37 Deleted ticket [3382519fff]: "Font" option configuration for selected page of NoteBook plus 8 other changes artifact: 72b1e2b9c5 user: oehhar
2013-11-17
15:45
fix setup1 script for tar.test so that tests don't pollute each other check-in: cecf9adb75 user: pooryorick tags: pyk-tar
2013-11-16
07:21 Ticket [6b7aa0aecc] tar::skip silently trucates skip length to 65536 status still Open with 4 other changes artifact: acfcdc2585 user: pooryorick
07:19
add a test suite for tar module fix for bug 6b7aa0aecca6fdce12589884c3c9ea2b50c92ad4, tar::skip silently truncates at 65536 check-in: 165e7adf41 user: pooryorick tags: pyk-tar
07:18 New ticket [6b7aa0aecc] tar::skip silently trucates skip length to 65536. artifact: 19fab71d0c user: pooryorick
2013-11-15
16:34 Closed ticket [1043581fff]: SelectFont: add a -relief option? plus 10 other changes artifact: a00b899690 user: oehhar
16:32 Closed ticket [1041229fff]: A new splash screen widget? plus 10 other changes artifact: 804dccba2c user: oehhar
16:31 Closed ticket [1651842fff]: notebook: -raisecmd should be able to forbid raising plus 10 other changes artifact: 7746ceac6c user: oehhar
16:30 Closed ticket [681119ffff]: bwidget - Add percentage text to progressbar plus 10 other changes artifact: 1056efcf3d user: oehhar
16:29 Closed ticket [519214ffff]: bwidget - TitleFrame: patch for rounded corners plus 10 other changes artifact: c7a5507776 user: oehhar
16:28 Closed ticket [1503677fff]: Progress bar should display the current and maximum values plus 10 other changes artifact: 38f612b0bf user: oehhar
16:26 Closed ticket [1053086fff]: A new widget for scrolling many widgets with a ScrolledWidge plus 10 other changes artifact: e64d32fee5 user: oehhar
15:13 Closed ticket [2340355fff]: Combobox path to entry plus 10 other changes artifact: 3d3c264eb0 user: oehhar
15:10 Pending ticket [3004301fff]: Bad images.tgz files in CVS plus 8 other changes artifact: 467fcd4140 user: oehhar
15:09 Closed ticket [1002844fff]: Bwidget's LabelEntry won't insert plus 10 other changes artifact: b283b81314 user: oehhar
15:06 Closed ticket [1977644fff]: Using case sensitive accelerator keys for bwidget mainframe plus 11 other changes artifact: 79ae60b6c5 user: oehhar