OSDN Git Service

* exceptions.cc (_cygtls::call_signal_handler): Fix debugging to not go to
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / tty.h
2011-12-09 cgfRename cygWFMO to cygwait throughout and use the magic...
2011-11-29 cgf* sigproc.cc (remove_proc): Don't terminate the current...
2011-10-15 cgf* cygerrno.h (__set_errno): Modify debugging output...
2011-06-14 cgf* cygheap.h (init_cygheap::ctty_on_hold): Remove condit...
2011-06-06 cgfwhitespace elimination
2011-06-04 cgf* fhandler.cc (fhandler_base_overlapped::wait_overlappe...
2011-05-30 cgf* fhandler_termios.cc (fhandler_termios::bg_check)...
2011-05-28 cgf* autoload.cc: Call _api_fatal in asm.
2010-04-19 corinna * autoload.cc (GetNamedPipeClientProcessId): Define.
2009-07-03 cgf* dcrt0.cc (jit_debug): New global.
2006-07-26 corinna * cygheap.h (struct init_cygheap): Remove shared_h...
2006-06-03 cgf* dcrt0.cc (dll_crt0_0): Call tty_list::init_session...
2006-06-02 cgf* fhandler.cc (fhandler_base::fixup_after_exec): Declar...
2006-04-21 cgf* tty.h (tty::hwnd): Move to tty_min.
2006-01-12 cgfcopyright
2004-05-17 cgfChange the name "title_mutex" to "tty_mutex" throughout.
2004-05-12 phumblet2004-05-12 Pierre Humblet <pierre.humblet@ieee.org>
2004-04-13 corinna * winsup.h (IMPLEMENT_STATUS_FLAG): New macro to defin...
2004-04-10 corinna * Use new unified status_flag accessor methods from...
2004-04-09 corinna * fhandler.h (fhandler_base::status): Declare private.
2003-12-27 cgf* fhandler.h (fhandler_tty_master::fixup_after_fork...
2003-12-07 cgfChange use of BOOL, TRUE, FALSE to bool, true, false...
2002-03-05 cgfUpdate copyright.
2002-02-22 cgf* sync.h (new_muto): Just accept an argument which...
2001-09-11 cgfUpdate copyrights.
2001-09-01 cgf* tty.cc (tty::create_inuse): Eliminate unneeded argument.
2001-09-01 cgf* debug.cc (mark_closed): Rename from debug_mark_closed...
2001-04-28 cgfThroughout, change 'tty_attached' to 'real_tty_attached...
2001-03-19 duda* tty.h (tty::create_inuse): Add new parameter to allow...
2001-03-18 duda* fhandler.h (fhandler_tty_slave): Declare new methods.
2001-03-04 duda* fhandler.h (class fhandler_tty_common): New mutex...
2000-10-27 cgf* sigproc.cc (wait_sig): Add braces to avoid confusion.
2000-09-07 cgfSplit out tty and shared_info stuff into their own...