wrong configure script in cvs head

2006-04-18 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

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_push(

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