mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-01 12:00:35 +08:00
f0ea836b75
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
27 lines
759 B
Plaintext
27 lines
759 B
Plaintext
What's new:
|
|
-----------
|
|
|
|
- Add 24 bit color support using xterm compatibility mode in Windows 10
|
|
1703 or later. Add fake 24 bit color support for legacy console,
|
|
which uses the nearest color from 16 system colors.
|
|
|
|
|
|
What changed:
|
|
-------------
|
|
|
|
- FIFOs can now be opened multiple times for writing.
|
|
Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00047.html
|
|
https://cygwin.com/ml/cygwin/2015-12/msg00311.html
|
|
|
|
- If a SA_SIGINFO signal handler changes the ucontext_t pointed to by
|
|
the third parameter, follow it after returning from the handler.
|
|
|
|
|
|
Bug Fixes
|
|
---------
|
|
|
|
- Fix select() on console in canonical mode. Return after one line is
|
|
completed, instead of when only one key is typed.
|
|
|
|
- Make console I/O functions thread-safe.
|