Age | Commit message (Expand) | Author | Files | Lines |
2019-11-23 | mingw: work around incorrect standard handles | Johannes Schindelin | 1 | -1/+11 |
2019-10-06 | winansi: use FLEX_ARRAY to avoid compiler warning | Johannes Schindelin | 1 | -1/+1 |
2019-07-11 | Merge branch 'js/mingw-use-utf8' | Junio C Hamano | 1 | -4/+6 |
2019-07-09 | Merge branch 'jh/msvc' | Junio C Hamano | 1 | -0/+13 |
2019-06-27 | mingw: use Unicode functions explicitly | Johannes Schindelin | 1 | -4/+6 |
2019-06-20 | msvc: fix detect_msys_tty() | Jeff Hostetler | 1 | -0/+13 |
2019-06-13 | winansi: simplify loading the GetCurrentConsoleFontEx() function | Johannes Schindelin | 1 | -9/+5 |
2018-10-31 | mingw: fix isatty() after dup2() | Johannes Schindelin | 1 | -0/+12 |
2017-05-08 | winansi: avoid buffer overrun | Johannes Schindelin | 1 | -0/+5 |
2017-05-08 | winansi: avoid use of uninitialized value | Johannes Schindelin | 1 | -0/+7 |
2017-02-16 | Merge branch 'js/mingw-isatty' | Junio C Hamano | 1 | -0/+4 |
2017-02-14 | mingw: make stderr unbuffered again | Johannes Schindelin | 1 | -0/+4 |
2017-01-31 | Merge branch 'js/mingw-isatty' | Junio C Hamano | 1 | -7/+4 |
2017-01-18 | mingw: follow-up to "replace isatty() hack" | Johannes Schindelin | 1 | -7/+4 |
2016-12-27 | Merge branch 'js/mingw-isatty' | Junio C Hamano | 1 | -114/+84 |
2016-12-27 | Merge branch 'mk/mingw-winansi-ttyname-termination-fix' | Junio C Hamano | 1 | -1/+1 |
2016-12-22 | mingw: replace isatty() hack | Jeff Hostetler | 1 | -107/+69 |
2016-12-22 | mingw: fix colourization on Cygwin pseudo terminals | Alan Davies | 1 | -2/+6 |
2016-12-22 | mingw: adjust is_console() to work with stdin | Johannes Schindelin | 1 | -1/+5 |
2016-12-20 | mingw: consider that UNICODE_STRING::Length counts bytes | Max Kirillov | 1 | -1/+1 |
2016-12-11 | mingw: intercept isatty() to handle /dev/null as Git expects it | Johannes Schindelin | 1 | -0/+33 |
2016-06-20 | mingw: let the build succeed with DEVELOPER=1 | Johannes Schindelin | 1 | -1/+1 |
2016-05-26 | mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*) | Karsten Blees | 1 | -4/+54 |
2016-01-15 | mingw: avoid warnings when casting HANDLEs to int | Johannes Schindelin | 1 | -1/+2 |
2016-01-14 | compat/winansi: support compiling with MSys2 | Johannes Schindelin | 1 | -0/+2 |
2015-09-25 | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 1 | -1/+1 |
2014-06-16 | Win32: reliably detect console pipe handles | Karsten Blees | 1 | -18/+7 |
2014-06-10 | Win32: fix broken pipe detection | Karsten Blees | 1 | -44/+70 |
2014-06-10 | Win32: Thread-safe windows console output | Karsten Blees | 1 | -138/+263 |
2014-06-10 | Win32: warn if the console font doesn't support Unicode | Karsten Blees | 1 | -0/+66 |
2014-06-10 | Win32: detect console streams more reliably | Karsten Blees | 1 | -24/+26 |
2014-06-10 | Win32: support Unicode console output | Karsten Blees | 1 | -6/+20 |
2009-09-18 | Make usage of windows.h lean and mean | Marius Storm-Olsen | 1 | -1/+0 |
2009-06-01 | Work around a regression in Windows 7, causing erase_in_line() to crash somet... | Johannes Schindelin | 1 | -1/+2 |
2009-03-10 | winansi: support ESC [ K (erase in line) | Johannes Schindelin | 1 | -3/+15 |
2008-07-19 | Add ANSI control code emulation for the Windows console | Peter Harris | 1 | -0/+345 |