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-05-09* signal.cc (sigprocmask): Fix strace output to include "how".Christopher Faylor
2014-04-26* DevNotes: Add entry cgf-000026.Christopher Faylor
2014-03-10* fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO for useChristopher Faylor
2014-03-10* fhandler_console.cc (dev_console::save_restore): Save entire line of currentChristopher Faylor
2014-03-10* fhandler_console.cc (fhandler_console::save_restore): Save only until lastChristopher Faylor
2014-03-10* fhandler.h (fhandler_console::dwBufferSize): Delete.Christopher Faylor
2014-03-09* fhandler_console.cc (fhandler_console::char_command): Properly use calculatedChristopher Faylor
2014-02-26* fhandler.h (fhandler_console::scroll_buffer_screen): New function.Christopher Faylor
2014-02-23* dev_console::scroll_buffer): Reinstate clipping region.Christopher Faylor
2014-02-23* fhandler.h (dev_console::is_fullscreen): Delete.Christopher Faylor
2014-02-16* DevNotes: Add entry cgf-000024.Christopher Faylor
2014-01-31* fhandler.h (cltype): Add cl_buf_beg, cl_buf_end.Christopher Faylor
2014-01-05* fhandler.h: Update copyright.Christopher Faylor
2014-01-01* fhandler_console.cc (region_split): New function.Christopher Faylor
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen
2013-10-24* external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2013-01-11 * fhandler.h (class dev_console): Flag for expanded control sequence.Corinna Vinschen
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