-
kennykb committed patchset 5541 of module tk to the Tk Toolkit CVS repository, changing 2 files.
2009-12-15 03:44:22 UTC in Tk Toolkit
-
kennykb committed patchset 5540 of module tk to the Tk Toolkit CVS repository, changing 2 files.
2009-12-15 03:43:32 UTC in Tk Toolkit
-
There are still platforms - perhaps most - where [load] from a vfs requires copying the module to a temp file. If the tempfile is in a vfs that doesn't support direct loading, THEN what are we supposed to do?.
2009-12-14 15:03:19 UTC in Tcl
-
If I create an XYplot with a right axis, the data are displayed in the correct locations, but the left axis's ticks show the scale of the right axis. The right axis's ticks show the correct scale, but there doesn't seem to be any way to set their format.
The attached script demonstrates the problem.
2009-12-01 13:01:50 UTC in tcllib
-
kennykb committed patchset 11649 of module tcl to the Tcl CVS repository, changing 2 files.
2009-11-27 21:44:01 UTC in Tcl
-
Please do not backport. The changes do not fix bugs, they simply (allegedly) improve build cleanliness.
They also have made me confront one broken build after another, and I am getting sick and tired of finding that the HEAD fails to build every time I update - and spending hours figuring what you did and restoring it. You have been committing these changes entirely untested.
2009-11-27 21:09:43 UTC in Tcl
-
kennykb committed patchset 11639 of module tcl to the Tcl CVS repository, changing 2 files.
2009-11-25 21:02:28 UTC in Tcl
-
kennykb committed patchset 11630 of module tcl to the Tcl CVS repository, changing 2 files.
2009-11-23 22:14:27 UTC in Tcl
-
kennykb committed patchset 11626 of module tcl to the Tcl CVS repository, changing 2 files.
2009-11-23 19:00:49 UTC in Tcl
-
This patch set reflects where I am with TIP 357 implementation. Notes:
(1) [unload] of modules loaded from VFS is totally untested in the test suite. And I *know* it won't work with these patches, because I haven't done anything about wrapping the FSDivertLoad structure (in tclLoadUtil.c) into a Tcl_LoadHandle. That will have to be done (and a test case added) before this ships.
(2...
2009-11-04 02:06:55 UTC in Tcl