Re: [1.7] Support for CJK Character Sets

2009-09-24 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 4/6/2009 5:04 AM: > Please note that eucJP does not work by default on Windows XP and > earlier OSes! At least not on the so-called "western languages" > installations, US, French, Italian, whatever. The reason is tha

new exports

2009-09-24 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Followup to my faccessat patch. Here's several functions exported by Linux which are trivial to support in cygwin, and which coreutils would like to use. POSIX allows us to copy Linux' behavior about refusing to implement fchmodat(,AT_SYMLINK_NOFOLLO

Re: [1.7] bugs in faccessat

2009-09-24 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 9/3/2009 9:58 AM: > Second, it is not performing the proper checks when AT_EACCESS is set and the > applications' effective id differs from the real id (to fix this would > require > adding a parameter to fhandler_base::fh

Re: [1.7] rename/renameat error

2009-09-24 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christopher Faylor on 9/23/2009 10:41 AM: >> Also less risky would be to make changes locally in mkdir, link, and >> rename for now. Done - this patch narrows the scope of the changes to just the interfaces in question. I've also tested