[newlib-cygwin] Cygwin: select: Speed up select() call for pty, pipe and fifo.

2020-01-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a1c7e920845ab21185f18950be3d84f431de commit a1c7e920845ab21185f18950be3d84f431de Author: Takashi Yano Date: Mon Jan 6 23:38:34 2020 +0900 Cygwin: select: Speed up select() call for pty, pipe and fifo. - The

[newlib-cygwin] Cygwin: console: Make suspending process work properly.

2020-01-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=a6e87f589ae113cc3f947eca7db8c6d8c795e3c2 commit a6e87f589ae113cc3f947eca7db8c6d8c795e3c2 Author: Takashi Yano Date: Sun Jan 5 22:25:55 2020 +0900 Cygwin: console: Make suspending process work properly. - After commit

[newlib-cygwin] Cygwin: pty: Revise the code for setting code page of pseudo console.

2020-01-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b3e78186d107c3cf6cabad4fc18ee829f2b279f4 commit b3e78186d107c3cf6cabad4fc18ee829f2b279f4 Author: Takashi Yano Date: Wed Jan 1 15:50:36 2020 +0900 Cygwin: pty: Revise the code for setting code page of pseudo console. -

[newlib-cygwin] Cygwin: pty: Remove destructor for fhandler_pty_master class.

2020-01-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fd03749b9c255d6f78d71c65fb4f49d8f766a629 commit fd03749b9c255d6f78d71c65fb4f49d8f766a629 Author: Takashi Yano Date: Wed Jan 1 15:49:41 2020 +0900 Cygwin: pty: Remove destructor for fhandler_pty_master class. - The

[newlib-cygwin] Fixed crash on wine by adding NULL check after memchr

2020-01-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=4ddf5903fd24feaa6f75ffb12f9cafdd266b386a commit 4ddf5903fd24feaa6f75ffb12f9cafdd266b386a Author: Arseniy Lartsev Date: Tue Jan 7 16:34:39 2020 +0100 Fixed crash on wine by adding NULL check after memchr This is not a

[newlib-cygwin] Cygwin: Add missing Linux #define of CPU_SETSIZE

2020-01-13 Thread Corinna Vinschen
https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7b6414d459bb66affe077a062b88ca1e1e392fc4 commit 7b6414d459bb66affe077a062b88ca1e1e392fc4 Author: Mark Geisert Date: Sun Dec 22 22:45:54 2019 -0800 Cygwin: Add missing Linux #define of CPU_SETSIZE Though our