readdir truncates file names whose UTF-8 representation is longer than 255 bytes

2011-03-02 Thread Uri Simchoni
Hi, I'm using Cygwin 1.7.7 in UTF-8 mode. I have a file whose name is composed of Hebrew character, so the UTF-8 representation is longer than 255 characters. Trying "ls -l" fails to list the file's attributes. Using a short C program that loops through a directory (readdir()/stat()) shows that r

1.7.1<->1.7.2 binary compatibility

2010-03-25 Thread Uri Simchoni
Hi, Can an executable that has been linked against 1.7.2 work with cygwin1.dll version 1.7.1? I'd like to upgrade my build env, but not the runtime env of stable releases of a program. Thanks, Uri. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin

RE: Cygwin 1.7.1-1 - problem with non-blocking socket IO

2009-12-28 Thread Uri Simchoni
Thanks for the quick response. Could you post the patch? Uri. -Original Message- From: Corinna Vinschen [mailto:corinna-cyg...@cygwin.com] Sent: Monday, December 28, 2009 7:24 PM To: cygwin@cygwin.com Subject: Re: Cygwin 1.7.1-1 - problem with non-blocking socket IO On Dec 28 10:03, Uri

Cygwin 1.7.1-1 - problem with non-blocking socket IO

2009-12-28 Thread Uri Simchoni
Hi, I seem to have a problem with non-blocking writes to TCP sockets and unix-domain sockets - they block. The attached program illustrates it - it creates a socketpair(), sets one end to non-blocking and writes to it - expecting to get an EWOULDBLOCK. On my system it hangs. With pipe() it wo