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
> > 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
> 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
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
4 matches
Mail list logo