[newlib-cygwin] Cygwin: document last change

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=bbc625da81076bf31ea77af346d368fd221c4079 commit bbc625da81076bf31ea77af346d368fd221c4079 Author: Ken Brown Date: Sun Sep 15 13:40:12 2019 -0400 Cygwin: document last change Diff: --- winsup/cygwin/release/3.1.0 | 3 +++

[newlib-cygwin] winsup/cygwin/times.cc (times): follow Linux and allow for a NULL buf argument

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d5f84126e56ee860b10a8a5826dc568e2c266f1b commit d5f84126e56ee860b10a8a5826dc568e2c266f1b Author: Achim Gratz Date: Sun Sep 15 18:28:21 2019 +0200 winsup/cygwin/times.cc (times): follow Linux and allow for a NULL buf argument

[newlib-cygwin] Cygwin: pty: Use autoload feature for pseudo console system calls.

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=70cd49e2045bae06faff1955342a1b0e1b038466 commit 70cd49e2045bae06faff1955342a1b0e1b038466 Author: Takashi Yano Date: Sun Sep 15 19:55:44 2019 +0900 Cygwin: pty: Use autoload feature for pseudo console system calls. - The

[newlib-cygwin] Cygwin: pty: Correct typos that do not fit the coding style.

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fac5a01aec19480a1c1b039788cd26714928335f commit fac5a01aec19480a1c1b039788cd26714928335f Author: Takashi Yano Date: Sun Sep 15 13:36:23 2019 +0900 Cygwin: pty: Correct typos that do not fit the coding style. Diff: ---

[newlib-cygwin] Cygwin: pty: Use system NLS function instead of PTY's own one.

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d83c45b46cdff9e550bac50ca382392c838b4e68 commit d83c45b46cdff9e550bac50ca382392c838b4e68 Author: Takashi Yano Date: Sun Sep 15 13:05:52 2019 +0900 Cygwin: pty: Use system NLS function instead of PTY's own one. - Since

[newlib-cygwin] Cygwin: pty: Fix bad file descriptor error in some environment.

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=6983433f8e097449a7182def4c4393306e9a9a46 commit 6983433f8e097449a7182def4c4393306e9a9a46 Author: Takashi Yano Date: Sun Sep 15 13:05:51 2019 +0900 Cygwin: pty: Fix bad file descriptor error in some environment. - The bad

[newlib-cygwin] Cygwin: pty: Change the timing of clearing screen.

2019-09-15 Thread Ken Brown
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=244f03627d37ea5ba642fc9a4b7c7b4a1a7be11d commit 244f03627d37ea5ba642fc9a4b7c7b4a1a7be11d Author: Takashi Yano Date: Sun Sep 15 13:05:53 2019 +0900 Cygwin: pty: Change the timing of clearing screen. - The code which