mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-03 13:00:39 +08:00
31c3c0e306
Treat WSL symlinks just like other symlinks. Convert absolute paths pointing to Windows drives via /mnt/<driveletter> to Windows-style paths <driveletter>: Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
21 lines
638 B
Groff
21 lines
638 B
Groff
What changed:
|
|
-------------
|
|
|
|
- Support WSL symlinks.
|
|
|
|
|
|
Bug Fixes:
|
|
----------
|
|
|
|
- Fix accidental evaluation of NUL (\0) characters in xterm console output.
|
|
Don't move cursor to the right in case of a NUL character in the console
|
|
output stream, this is not backed by terminfo.
|
|
Addresses: https://cygwin.com/ml/cygwin/2020-02/msg00162.html
|
|
|
|
- Fix a segfault when starting, e.g., mintty from a bash in a console
|
|
running xterm emulation.
|
|
Addresses: https://cygwin.com/ml/cygwin/2020-02/msg00197.html
|
|
|
|
- Fix TIOCINQ to always return number of inbound chars if available.
|
|
Addresses: https://cygwin.com/ml/cygwin/2020-02/msg00258.html
|