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 v2 0/3] Reworks for console code


Hi Corinna,

I have revised the patches according to your advice.
Could you please have a look?

Takashi Yano (3):
  Cygwin: console: support 24 bit color
  Cygwin: console: fix select() behaviour
  Cygwin: console: Make I/O functions thread-safe

 winsup/cygwin/environ.cc          |    7 +-
 winsup/cygwin/fhandler.h          |   34 +-
 winsup/cygwin/fhandler_console.cc | 1153 +++++++++++++++++++----------
 winsup/cygwin/select.cc           |   90 +--
 winsup/cygwin/wincap.cc           |   10 +
 winsup/cygwin/wincap.h            |    2 +
 6 files changed, 840 insertions(+), 456 deletions(-)

-- 
2.17.0


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