File permission hassles on Vista

2007-11-04 Thread Joe Krahn
#x27; would do it, but those attributes are apparently independent of Win32 attributes. If Cygwin doesn't have anything like this, I think it would be a good Win32 utility to include (i.e. sort of like regtool). Thanks, Joe Krahn -- Unsubscribe info: http://cygwin.com/ml/#u

Installer bug with symlinks

2005-11-06 Thread Joe Krahn
hen updating some packages with files in /usr/X11R6, I ended up with new files installed in /usr/X11R6 while the symlink name of the same name still existed. Joe Krahn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.h

Re: Path processing bug

2005-08-21 Thread Joe Krahn
eal bug apparently comes from MS (big surprise?) I can see where path validation could be a significant slow-down, but "dir/.." is not part of most path names, so doing it 'right' should have a minimal performance impact. Joe Krahn -- Unsubscribe info: http://cyg

Path processing bug

2005-08-21 Thread Joe Krahn
t;lisp/../xedit.h" is not the same as "xedit.h". This occurs from bash and tcsh, so it must be in some low-level unix-to-win32 path name processing. Joe Krahn Cygwin Configuration Diagnostics Current System Time: Sun Aug 21 17:35:58 2005 Windows XP Home Edition Ver 5.1 Build

Cygwin processes getting stuck on max CPU usage; XP SP2 problem?

2004-09-16 Thread Joe Krahn
gets slowed down. I noticed that csrss.exe is new with XP SP2. Maybe it's involved in querying process information, and does not play well with CygWin? Thanks, Joe Krahn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

Small wingdi.h bug

2002-12-29 Thread Joe Krahn
The following prototype in wingdi.h should not have the CONST qualifier for COLORREF. Perhaps it was mis-copied from the wglSet... function? WINGDIAPI int WINAPI wglGetLayerPaletteEntries(HDC, int, int, int, CONST COLORREF *) -- Unsubscribe info