-
There is no need to specify a version. Just suggest fetching the latest version of msys and mingw.
2009-11-07 21:15:06 UTC in Tcl
-
On Windows the page file c:\pagefile.sys is always open and locked. In NativeAccess we try using GetFileAttributes but this will return ERROR_SHARING_VIOLATION and -1, leading Tcl to believe the file does not exist. Similar code is in NativeStat fails for the same reason. So we cannot currently test for the existence or size or mtime for this file. However if we then try FindFirstFile for the...
2009-11-07 10:21:21 UTC in Tcl
-
Given the low portability of this test I've added contstraints to exclude those that use 555 directories on Windows Vista and above. That leaves them running on XP.
2009-11-07 09:25:04 UTC in Tcl
-
patthoyts committed patchset 11558 of module tcl to the Tcl CVS repository, changing 2 files.
2009-11-07 09:24:22 UTC in Tcl
-
Applied a fix. Checked that git gui works as expected now.
2009-11-03 23:51:20 UTC in Tk Toolkit
-
patthoyts committed patchset 5485 of module tk to the Tk Toolkit CVS repository, changing 3 files.
2009-11-03 23:49:10 UTC in Tk Toolkit
-
patthoyts committed patchset 11536 of module tcl to the Tcl CVS repository, changing 2 files.
2009-11-03 23:20:48 UTC in Tcl
-
For bug #1847002 we added some restrictions for system commands when a grab is present. One of the changes was to prevent grabbed toplevels from being minimized as this can confuse users if the only active window in a Tk app disappears.
Unfortunately it seems that some applications manage to leave a grab on the main window. This now prevents the application from being minimized although...
2009-11-03 22:48:09 UTC in Tk Toolkit
-
We are getting test failures for fCmd 9.4, 9.6, 9.9 and 9.11 on Windows 7 for both HEAD and 8.5-branch. Each of these uses the testchmod command to set the directory to 555 which seems to equate to 'attrib +r dir & cacls dir /e /d Everyone' ie: set the directory readonly and deny write access. Presumably on Unix a 555 directory can be renamed or otherwise modified by not on Win7. The actual...
2009-11-03 01:02:14 UTC in Tcl
-
a patch has been applied for this issue.
2009-11-02 00:38:22 UTC in tcllib