Re: vfork always fail problem

2010-05-18 Thread Kazuhiro Fujieda
of progname in _pinfo should be wide characters. I attached the patch. -- Kazuhiro Fujieda fuji...@acm.org 2010-05-18 Kazuhiro Fujida fuji...@acm.org * environ.cc (regopt): Change the first argument to wide char string. (environ_init): Accommodate change to the first argument

Re: vfork always fail problem

2010-05-18 Thread Kazuhiro Fujieda
) + sizeof (L.stackdump)]; ^^ No L is needed here, AFAICT. You are right. I've checked this in, removing the L. Thank you. Next time maybe you could send this to cygwin-patches? Yes, I will do so. -- Kazuhiro Fujieda fuji...@acm.org

Re: strftime %b is broken on ja_JP locale

2010-05-14 Thread Kazuhiro Fujieda
article: http://msdn.microsoft.com/ja-jp/library/cc422084.aspx This article says GetDateTimeFormat returns 1\u6708, 2\u6708, and so on for the format string MMM with the use of LOCALE_SABBREVMONTHNAME. Does this really only affect the lcids 411 and 412? As far as I know, Yes. -- Kazuhiro

Re: strftime %b is broken on ja_JP locale

2010-05-13 Thread Kazuhiro Fujieda
so. It, however, returns 5 in both locales. In Chenese, it returns \u4e94\6708 with the suffix. We can solve this problem with LOCALE_SMONTHNAME* instead of LOCALE_SABBREVMONTHNAME* in these locales. I attathed the patch. -- Kazuhiro Fujieda fuji...@acm.org 2010-05-14 Kazuhiro Fujieda fuji

Re: Japanese/Chinese language question

2010-01-29 Thread Kazuhiro Fujieda
of the same CJK character treated as equal or as different? Different, too. It is difficult to implement the collation algorithm from scratch. I recommend to use LCMapString to generate sort keys. -- Kazuhiro Fujieda -- Problem reports: http://cygwin.com/problems.html FAQ

Re: Please support CP932. (I have problem using subversion with SJIS)

2010-01-26 Thread Kazuhiro Fujieda
adequate. Regards, -- Kazuhiro Fujieda fuji...@acm.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Please support CP932. (I have problem using subversion with SJIS)

2010-01-26 Thread Kazuhiro Fujieda
hand, the default is SJIS in HP-UX. I believe there is no need to change the default in Cygwin to EUC-JP. -- Kazuhiro Fujieda fuji...@acm.org -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: Please support CP932. (I have problem using subversion with SJIS)

2010-01-26 Thread Kazuhiro Fujieda
there was a conditional macro in the source of locale.aliases to adjust it about 20 years ago. The default encoding in the X11 locale should be adjusted to the system locale. It is a natural way of solving this problem. -- Kazuhiro Fujieda -- Problem reports: http://cygwin.com/problems.html

Re: EOL for Windows 95/98/Me

2006-07-28 Thread Kazuhiro Fujieda
by the version number. | AIST Kazuhiro Fujieda [EMAIL PROTECTED] | HOKURIKU School of Information Science o_/ 1990 Japan Advanced Institute of Science and Technology

Correct debugging output in seteuid32

2005-04-13 Thread Kazuhiro Fujieda
I'd submit a trivial patch after a long time. 2005-04-14 Kazuhiro Fujieda [EMAIL PROTECTED] * syscalls.cc (setuid32): Correct debugging output. Index: syscalls.cc === RCS file: /cvs/src/src/winsup/cygwin/syscalls.cc,v

Re: setmetamode

2003-07-27 Thread Kazuhiro Fujieda
of Linux? | AIST Kazuhiro Fujieda [EMAIL PROTECTED] | HOKURIKU Center for Information Science o_/ 1990 Japan Advanced Institute of Science and Technology

setmetamode

2003-07-17 Thread Kazuhiro Fujieda
Kazuhiro Fujieda [EMAIL PROTECTED] | HOKURIKU Center for Information Science o_/ 1990 Japan Advanced Institute of Science and Technology ChangeLog.cygwin Description: Binary data ChangeLog.util Description: Binary data setmeta-cygwin.diff Description: Binary data setmeta

Re: Configurable behaviour when remapping cygdrive - please!

2001-12-03 Thread Kazuhiro Fujieda
/' on the FAT file system. | AIST Kazuhiro Fujieda [EMAIL PROTECTED] | HOKURIKU Center for Information Science o_/ 1990 Japan Advanced Institute of Science and Technology -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html