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
2008-09-05This commit was manufactured by cvs2svn to create branch 'binutils-binutils-arc-20080908-branchpointbinutils-arc-20080908-branchcvs2svn
2008-08-28* fhandler_tty.cc (close_maybe): Check for both types of invalid handle beforeChristopher Faylor
2008-07-26* fhandler_tty.cc (fhandler_pty_master::setup): Reorganize so that allChristopher Faylor
2008-06-19 * fhandler_tty.cc (fhandler_pty_master::setup): Fix pipe inheritance.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-03-23* dtable.cc: Define various device-related string constants as wide characterChristopher Faylor
2008-02-07 * dtable.cc (dtable::init_std_file_from_handle): Set access toCorinna Vinschen
2007-12-05 * fhandler_tty.cc (fhandler_tty_slave::open): Use MAX_PATH instead ofCorinna Vinschen
2007-11-28 * fhandler_tape.cc (mtinfo::initialize): Use MAX_PATH instead ofCorinna Vinschen
2007-11-27Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor
2007-02-23 Throughout remove all usage of wincap.has_security.Corinna Vinschen
2006-07-17GCC 4.1 fixes.Christopher Faylor
2006-07-03 * fhandler.h (class dev_console): Add `metabit' indicating theCorinna Vinschen
2006-06-12* fhandler_tty.cc (fhandler_pty_master::close): Always closeChristopher Faylor
2006-06-04* cygthread.cc (cygthread::terminate_thread): In debugging output, use name ofChristopher Faylor
2006-06-04* dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor
2006-06-03* fhandler_tty.cc (fhandler_pty_master::close): Don't close handles if we don'tChristopher Faylor
2006-06-03* cygheap.cc (init_cygheap::close_ctty): Remove obsolete code.Christopher Faylor
2006-06-02* fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor
2006-05-22* child_info.h (_CI_SAW_CTRL_C): New enum.Christopher Faylor
2006-05-20* fhandler_tty.cc (fhandler_tty::close): Remove problematic hExeced guard.Christopher Faylor
2006-05-20* fhandler_tty.cc (fhandler_tty_slave::open): Reinstate call to need_invisibleChristopher Faylor
2006-03-18* child_info.h (CURR_CHILD_INFO_MAGIC): Regenerate.Christopher Faylor
2006-01-12copyrightChristopher Faylor
2006-01-09* fhandler_tty.cc (fhandler_tty_slave::dup): Don't assign a controllingChristopher Faylor
2005-12-30* fhandler_tty.cc (fhandler_tty_common::__acquire_output_mutex): Use straceChristopher Faylor
2005-12-29*** cygwin DLL Changes:Christopher Faylor
2005-12-19* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor
2005-12-13* fhandler_tty.cc (fhandler_tty::open): Enhance comment.Christopher Faylor
2005-12-13 * fhandler_tty.cc (fhandler_tty::open): Close newly created windowCorinna Vinschen
2005-12-13* fhandler_tty.cc (fhandler_tty::open): Add a comment.Christopher Faylor
2005-12-13* times.cc (systime): Correct precision referenced in comment.Christopher Faylor
2005-11-24* fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows stationChristopher Faylor
2005-11-17 * fhandler_tty.cc (fhandler_tty_slave::open): Don't expect thatCorinna Vinschen
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor
2005-10-18Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor
2005-09-28 Revert erroneous checkin.Corinna Vinschen
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor
2005-08-19* fhandler.h (fhandler_tty_common::lseek): Declare new method.Christopher Faylor
2005-08-17* dcrt0.cc (dll_crt0_1): Tweak debugging stuff.Christopher Faylor
2005-08-05 * fhandler_tty.cc (fhandler_tty_slave::tcflush): Return either 0 or -1.Corinna Vinschen
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
2005-06-30* cygerrno.h: Make multi-inclusion safe.Christopher Faylor
2005-05-29* fhandler_tty.cc (fhandler_tty_slave:tcflush): Use signed comparison.Christopher Faylor
2005-05-02* fhandler_tty.cc (fhandler_tty_slave::read): Actually read input when vmin ==Christopher Faylor
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor