-
This is a compile error, not a runtime error. On windows the configure setup of the debug build is strict, converting warnings to errors. If TCL_NO_STACK_CHECK is set the 8.5 branch head will not compile because of a warning/error about an unused variable.
The attached patch will fix this.
2009-12-11 19:56:54 UTC in Tcl
-
Renamed to simulation_random, committed to head.
2009-12-11 18:23:24 UTC in tcllib
-
Committed an updated comment which describes when the re-entry can happen. It is a legal situation, our fix pluggin the memory leak was not papering over some other bug.
2009-12-10 19:13:37 UTC in Tcl
-
andreas_kupries committed patchset 11702 of module tcl to the Tcl CVS repository, changing 2 files.
2009-12-10 19:13:26 UTC in Tcl
-
andreas_kupries committed patchset 11701 of module tcl to the Tcl CVS repository, changing 2 files.
2009-12-10 19:13:14 UTC in Tcl
-
The revised json.tcl passes the test suite. Committed to head with slight modifications (changed a few '==' to 'eq' because they were string, well character, comparisons, and 'eq' is better for that, as it doesn't check if the arguments are numeric or not, as '==' does).
The new version number is 1.1.
2009-12-10 17:51:14 UTC in tcllib
-
andreas_kupries committed patchset 5527 of module tk to the Tk Toolkit CVS repository, changing 2 files.
2009-12-10 00:34:11 UTC in Tk Toolkit
-
andreas_kupries committed patchset 11693 of module tcl to the Tcl CVS repository, changing 1 files.
2009-12-09 23:26:53 UTC in Tcl
-
This artifact has been marked as a duplicate of artifact 2901998 with reason:
Same thing internally, buffered output was not flushed before read.
2009-12-09 23:05:33 UTC in Tcl
-
Ok, applied to head, builds ok, tests ok. Committed.
2009-12-09 23:04:22 UTC in Tcl