Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-14 * fhandler_termios.cc (fhandler_termios::line_edit): Fix fatal typo inCorinna Vinschen
2014-11-13 * fhandler.h (fhandler_termios::line_edit): Add parameter to returnCorinna Vinschen
2013-10-19* fhandler_termios.cc (tty_min::kill_pgrp): Don't send a signal to myself ifChristopher Faylor
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-31* DevNotes: Add entry cgf-000022.Christopher Faylor
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-11-08* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special characterChristopher Faylor
2012-10-12* fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulateChristopher Faylor
2012-07-29* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2012-04-18* fhandler.h (fhandler_base::nohandle): Revert to standard implementation.Christopher Faylor
2012-03-04* fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven'tChristopher Faylor
2012-02-28tcgetsid: fix return typeEric Blake
2012-01-08* dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor
2011-12-17Implement fhandler reference counting.Christopher Faylor
2011-12-08* fhandler_termios.cc (tty_min::kill_pgrp): Don't send __SIGSETPGRP sinceChristopher Faylor
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-10-12* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor
2011-10-06 * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRPCorinna Vinschen
2011-06-15* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-06-04* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor
2011-05-30* fhandler_termios.cc (fhandler_termios::bg_check): Do not return EIO when aChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-04-29 * ntdll.h (IsEventSignalled): New inline function.Corinna Vinschen
2011-04-21* cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since theyChristopher Faylor
2011-04-18 * Fix various copyrights.Corinna Vinschen
2011-04-17* cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor
2010-10-23* fhandler.h (fhandler_termios::tcinit): Make second argument non-optional.Christopher Faylor
2010-04-21 * fhandler_termios.cc (tcinit): Remove previously applied change.Corinna Vinschen
2010-04-19 * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen
2009-10-07 * fhandler.h (fhandler_pty_master::tcgetpgrp): Declare.Corinna Vinschen
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2006-06-04* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor
2006-06-02* fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor
2006-04-21* tty.h (tty::hwnd): Move to tty_min.Christopher Faylor
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor
2006-02-06Always zero all elements of siginfo_t throughout.Christopher Faylor
2005-12-20* fhandler.h (fhandler_termios::fixup_after_exec): Make non-inlined.Christopher Faylor
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-06-30* cygerrno.h: Make multi-inclusion safe.Christopher Faylor
2005-03-27* wininfo.h (wininfo::timer_active): Delete.Christopher Faylor
2005-02-26* debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor