wrong configure script in cvs head

2006-04-17 Thread HASHI Hiroaki
In cvs head, configure script do not restore saved 'CFLAGS' value. That cause configure error at newlib/libc/configure. Index: configure.in === RCS file: /cvs/src/src/configure.in,v retrieving revision 1.303 diff -u -r1.303 configure

Re: wrong macro definition in pthread.h

2006-02-13 Thread HASHI Hiroaki
> > In cvs head. > > > > winsup/cygwin/include/pthread.h > > > > #define pthread_cleanup_push(_fn, _arg) { __pthread_cleanup_handler > > __cleanup_handler = \ > >{ _fn, _arg, NULL }; \ > >_pthread_cleanup_p

Re: file listing incorrect in cvs head.

2006-02-07 Thread HASHI Hiroaki
> Thanks, but the patch isn't exactly "trivial", so we would need a > copyright assignment from you and, possibly, from your employer. > See http://cygwin.com/contrib.html. Oh. I regard my employer as not agreeing. I hope, anyone re-write a patch and appling it. > Why isn't it sufficient just

file listing incorrect in cvs head.

2006-02-07 Thread HASHI Hiroaki
Hello! In cvs head. A 'readdir' function cannot listing filename that using multi-byte charctor. (corrupt filename) Because, newlib's wcstombs do not support 'true' multi-byte charactor conversion. I made a patch for cvs head. That using W32API's WideCharToMultiByte instead of newlib's wcstom