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
2018-09-07Cygwin: console: make sure EnumFontFamiliesExW loop isn't infiniteCorinna Vinschen
2018-09-07Cygwin: console: store replacement char directlyCorinna Vinschen
2018-09-07Cygwin: console: don't hang in check_font with raster fontsCorinna Vinschen
2018-09-06Cygwin: console: device context is process privateCorinna Vinschen
2018-09-06Cygwin: console: improve replacement char algorithmCorinna Vinschen
2018-09-05Cygwin: console: use UNICODE API throughoutCorinna Vinschen
2018-09-01Cygwin: console: Print Unicode REPLACEMENT CHARACTER for invalid input charsCorinna Vinschen
2017-07-31cygwin: console: Use memset to clear an arrayCorinna Vinschen
2017-07-31cygwin: clear screen using wide char functionCorinna Vinschen
2017-01-19Cleanup fhandler_console::read for readabilityCorinna Vinschen
2017-01-19Simplify check for Alt-NumpadCorinna Vinschen
2017-01-19Fix copy/paste buglet in commentCorinna Vinschen
2017-01-19Handle Alt+Numpad key sequences in console input and selectCorinna Vinschen
2016-11-24Fix copy/paste typo in fhandler_console::scroll_buffer_screenCorinna Vinschen
2016-10-19Fix regression in console charset handlingCorinna Vinschen
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen
2016-08-03Fix console clear screen if buffer is fullCorinna Vinschen
2016-08-01Fix console clear screen in case of partial scrollingCorinna Vinschen
2016-07-29Fix clear screen behaviour of console when user scrolled up or downCorinna Vinschen
2016-07-28Fix buffer scrolling when performing a "clear screen"Corinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-03-20Revert "Debug printfs."Corinna Vinschen
2016-03-20Debug printfs.John Hood
2016-03-20Move get_nonascii_key into fhandler_console.John Hood
2016-03-20Remove dead code from fhandler_console.Peter Foley
2016-03-16Make requested console reports workThomas Wolff
2015-12-18Drop sys_cp_wcstombs and save two arguments per callCorinna Vinschen
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