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-08-17whitespace cleanupChristopher Faylor
2012-07-30* cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor
2012-06-18Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor
2012-04-25 * fhandler.h (class dev_console): Add member ext_mouse_mode5.Corinna Vinschen
2012-04-24 * fhandler_console.cc (ALT_PRESSED): Define earlier, never undefine.Corinna Vinschen
2012-04-24 * fhandler.h (class dev_console): Add members ext_mouse_mode6 andCorinna Vinschen
2012-04-15wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor
2012-04-13* devices.in (exists_console): Allow /dev/con{sole,in,out} to be referencedChristopher Faylor
2012-04-02* dtable.cc (dtable::fixup_close): Define new function.Christopher Faylor
2012-03-29* fhandler_console.cc (fhandler_console::set_unit): Don't succeed unless we areChristopher Faylor
2012-03-10* dtable.cc (fh_alloc): Treat pc.dev as unsigned.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-03-02 * fhandler_console.cc (fhandler_console::input_tcsetattr): RevertCorinna Vinschen
2012-03-02 * fhandler_console.cc (fhandler_console::input_tcsetattr): Set theCorinna Vinschen
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* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher 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 * fhandler_console.cc (fhandler_console::cursor_set): Disable forcingCorinna Vinschen
2011-10-12* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor
2011-08-19* dtable.cc: Mark some const variables as static.Christopher Faylor
2011-08-19 * fhandler_console.cc (fhandler_console::read): Recognize backspace keyCorinna Vinschen
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-14 * fhandler_console.cc (fhandler_console::input_tcsetattr): Revert toCorinna Vinschen
2011-07-05 * fhandler_console.cc (fhandler_console::input_tcsetattr): MakeCorinna Vinschen
2011-06-30 * fhandler_console.cc (fhandler_console::read): Add comment.Corinna Vinschen
2011-06-24 * fhandler_console.cc (fhandler_console::read): Don't generate ^@ onCorinna Vinschen
2011-06-17* fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() toChristopher Faylor
2011-06-15* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor
2011-06-13Rename FH_BAD to FH_NADA throughout.Christopher Faylor
2011-06-10* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2011-06-08* fhandler_console.cc (fhandler_console::open_shared_console): Semi-revert toChristopher Faylor
2011-06-06whitespace eliminationChristopher Faylor
2011-06-05* fhandler_console.cc (fhandler_console::open_shared_console): Don't zeroChristopher Faylor
2011-06-04* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor
2011-06-01* exceptions.cc (ctrl_c_handler): Simplify test for no parent tty.Christopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-07* fhandler.cc (fhandler_base::dup): Avoid duping a handle when an fhandler hasChristopher Faylor
2011-05-06* cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch().Christopher Faylor
2011-05-05 * pinfo.h (class push_process_state): New class to push a process stateCorinna Vinschen
2011-05-04 * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen
2011-05-02 * fhandler_console.cc (fhandler_console::read): Make restartable andCorinna Vinschen