[PATCH] cygwin: add GNU basename(3)

2015-03-25 Thread Yaakov Selkowitz
winsup/cygwin/ * common.din (__gnu_basename): Export. * path.cc (__gnu_basename): New function. winsup/doc/ * posix.xml (std-gnu): Add basename. (std-notes): Add note about two forms of basename. --- This depends on the newlib patch currently under discussion. winsup/cygwin/common.din | 1 + wi

Re: TIOCPKT mode of PTY is broken if ONLCR bit is cleared.

2015-03-25 Thread Corinna Vinschen
On Mar 25 20:42, Takashi Yano wrote: > Dear cygwin developers, > > Regarding this (http://cygwin.com/ml/cygwin/2015-02/msg00929.html) > problem, I made a patch attached. Patch applied, thank you. Btw., there's a Freenode IRC channel #cygwin-developers. Feel free to join. Thanks, Corinna --

Re: TIOCPKT mode of PTY is broken if ONLCR bit is cleared.

2015-03-25 Thread Takashi Yano
ler_pty_master::doecho): Call fhandler_pty_common:: process_opost_output() instead of WriteFile(). * select.cc (peek_pipe): Remove code related to variable "need_nl". Best regards, Takashi Yano -- Takashi Yano cygwin.patch.20150325 Description: Binary data