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
2012-11-08* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special characterChristopher Faylor
2012-10-15* fhandler_tty.cc (fhandler_pty_slave::write): Fix potential exit from loopChristopher Faylor
2012-10-15* fhandler_tty.cc (fhandler_pty_slave::write): DWORD -> BOOL.Christopher Faylor
2012-10-12* fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulateChristopher Faylor
2012-08-17whitespace cleanupChristopher Faylor
2012-08-15Rename cancelable_wait -> cygwait throughout.Christopher Faylor
2012-07-30* cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-07-06 * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen
2012-07-04* fhandler_tty.cc (fhandler_pty_slave::read): Remove duplicate assignment toChristopher Faylor
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2012-06-18Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor
2012-05-16* DevNotes: Add entry cgf-000008.Christopher Faylor
2012-05-04* DevNotes: Add entry cgf-000002.Christopher Faylor
2012-04-05* fhandler.h (fhandler_pty_common::bytes_available): Declare new function.Christopher Faylor
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen
2012-03-04* fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven'tChristopher Faylor
2012-02-14 * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen
2012-02-07* cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor
2011-12-18Clean up whitespace.Christopher Faylor
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor
2011-12-09Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor
2011-12-04* sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-11-08* fhandler.h (__ptsname): New macro.Christopher Faylor
2011-11-08* cygwin.din (ptsname_r): Export.Christopher Faylor
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor
2011-10-23* fhandler_tty.cc (fhandler_pty_slave::read): Use consistent way for testingChristopher Faylor
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.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-10* fhandler_tty.cc (fhandler_pty_slave::open): Clarify debugging output.Christopher Faylor
2011-07-25 * fhandler_console.cc (fhandler_console::ioctl): Fetch console eventsCorinna Vinschen
2011-07-22 * fhandler_tty.cc (fhandler_pty_slave::ioctl): Drop FIONBIO case.Corinna Vinschen
2011-07-22Corinna Vinschen <corinna@vinschen.de>Christopher Faylor
2011-07-11* fhandler_tty.cc (fhandler_pty_slave::ioctl): Remove erroneous support forChristopher Faylor
2011-07-04* fhandler.cc (fhandler_base::open_with_arch): Call close_on_exec last to avoidChristopher Faylor
2011-06-22 * fhandler_tty.cc (fhandler_pty_master::setup): Create pty pipesCorinna Vinschen
2011-06-22 * fhandler_tty.cc (fhandler_pty_master::setup): Fix crash in debugCorinna Vinschen
2011-06-15* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor
2011-06-14* fhandler_tty_slave.cc (fhandler_tty_slave::fhandler_tty_slave): RevertChristopher Faylor
2011-06-13Rename FH_BAD to FH_NADA throughout.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-06-04* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-06* fhandler.h (fhandler_dev_dsp): Cosmetic change.Christopher Faylor
2011-05-06* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor