-
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
-
kennykb committed patchset 11540 of module tcl to the Tcl CVS repository, changing 4 files.
2009-11-04 00:39:03 UTC in Tcl
-
kennykb committed patchset 11539 of module tcl to the Tcl CVS repository, changing 4 files.
2009-11-04 00:39:03 UTC in Tcl
-
kennykb committed patchset 11537 of module tcl to the Tcl CVS repository, changing 4 files.
2009-11-04 00:35:27 UTC in Tcl
-
kennykb committed patchset 11538 of module tcl to the Tcl CVS repository, changing 1 files.
2009-11-04 00:35:27 UTC in Tcl
-
I thought that AliasCreate reports the problem in 'interp', not 'slaveInterp', so the error message should already be in place when we hit 'goto error2'. Did I err?.
2009-10-29 02:35:52 UTC in Tcl
-
The clock-40.1 problem is peculiar; it appears to be that the gmtime() system call is failing on a valid time.
The remaining problems all relate to the fact that there are a couple of places in tclStrToD.c that need to set floating point controls. The rounding mode for doubles, in those routines, must be "53 bit, round to nearest", and gradual underflow (denormalized numbers) must be enabled...
2009-10-29 02:29:55 UTC in Tcl
-
It's nastier than that, but the pre-step is now done with a single [string map] beginning with %% %%.
2009-10-29 01:19:38 UTC in Tcl
-
kennykb committed patchset 11507 of module tcl to the Tcl CVS repository, changing 3 files.
2009-10-29 01:17:54 UTC in Tcl
-
kennykb committed patchset 11506 of module tcl to the Tcl CVS repository, changing 3 files.
2009-10-29 01:17:02 UTC in Tcl