This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/5] Some fixes for PTY with pseudo console support (4)


Takashi Yano (5):
  Cygwin: pty: Avoid potential segfault in PTY code when ppid = 1.
  Cygwin: pty: Make GDB work again on pty.
  Cygwin: pty: Unify the charset conversion codes into a function.
  Cygwin: pty: Add charset conversion for console apps in legacy PTY.
  Cygwin: pty: Add missing guard when PTY is in the legacy mode.

 winsup/cygwin/fhandler_tty.cc | 188 +++++++++++++++++++---------------
 1 file changed, 104 insertions(+), 84 deletions(-)

-- 
2.21.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]