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
2001-07-26This commit was manufactured by cvs2svn to create branchgdb_s390-2001-09-26-branchpointgdb_5_1-2001-07-29-branchpointcvs2svn
2001-07-21* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.Christopher Faylor
2001-06-19* fhandler_tty.cc (fhandler_tty_slave::init): Revert 2001-06-16 change.Christopher Faylor
2001-06-16* exceptions.cc (sig_handle_tty_stop): Reset PID_STOPPED if not actuallyChristopher Faylor
2001-05-13* fhandler_tty.cc (fhandler_tty_common::dup): Preserve O_NOCTTY when duping aChristopher Faylor
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor
2001-04-29Throughout, change 'tty_attached' to 'real_tty_attached', for clarity.Christopher Faylor
2001-04-27* tty.cc (tty::make_pipes): Set to_slave pipe mode to nonblocking.Egor Duda
2001-04-24Remove trailing underscore from fhandler_base and friends, throughout.Christopher Faylor
2001-04-19Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor
2001-03-19* tty.h (tty::create_inuse): Add new parameter to allow non-Egor Duda
2001-03-18* fhandler.h (fhandler_tty_slave): Declare new methods.Egor Duda
2001-03-17fix spelling error.Christopher Faylor
2001-03-13* fhandler.h (fhandler_termios::fixup_after_exec): New function.Egor Duda
2001-03-11* autoload.cc (noload): Use proper method for multiline strings or newer gcc'sChristopher Faylor
2001-03-05* dlopen.c (dlopen): Return NULL when name is NULL (suggested byChristopher Faylor
2001-03-04* fhandler.h (class fhandler_tty_common): New mutex and event toEgor Duda
2000-10-17* debug.cc (add_handle): Issue warning on attempts to add the same handle moreChristopher Faylor
2000-09-19* fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which causedChristopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor
2000-09-07* exceptions.cc (signal_exit): Reset all mutos owned by the main thread.Christopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor
2000-08-29* signal.cc (_raise): New function.Christopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-12Correct order in include files.Christopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-12Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor
2000-08-03* fhandler_tty.cc (fhandler_pty_master::process_slave_output): Set length fieldChristopher Faylor
2000-08-02* strace.cc (strace::prntf): Make second argument the function name, ratherChristopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-05-12* Makefile.in (DLL_OFILES): Sort.Christopher Faylor
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor
2000-03-12* fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor
2000-03-12* fhandler_console.cc (fhandler_console::read): Don't even think about breakingChristopher Faylor
2000-03-10* environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor
2000-03-07Throughout use strace class in place of individual functions and variables.Christopher Faylor
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor