mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-16 11:31:00 +08:00
bd8afa5eb1
* fhandler_tty.cc (bytes_available): Simplify by returning the number of bytes available in the message unless that is zero.
21 lines
598 B
Plaintext
21 lines
598 B
Plaintext
What's new:
|
|
-----------
|
|
|
|
- New API: memrchr.
|
|
|
|
Bug fixes:
|
|
----------
|
|
|
|
- Fix pipe creation problem which manifested as a problem creating a
|
|
fifo. Fixes: http://cygwin.com/ml/cygwin/2012-05/msg00253.html
|
|
|
|
- Fix hang when calling pthread_testcancel in a canceled thread.
|
|
Fixes some of: http://cygwin.com/ml/cygwin/2012-05/msg00186.html
|
|
|
|
- Fix invocation of strace from a cygwin process. Fixes:
|
|
http://cygwin.com/ml/cygwin/2012-05/msg00292.html
|
|
|
|
- Fix hang when zero bytes are written to a pty using
|
|
Windows WriteFile or equivalent. Fixes:
|
|
http://cygwin.com/ml/cygwin/2012-05/msg00323.html
|