summaryrefslogtreecommitdiff
path: root/compat/winansi.c
AgeCommit message (Expand)Author
2018-10-31mingw: fix isatty() after dup2()Johannes Schindelin
2017-05-08winansi: avoid buffer overrunJohannes Schindelin
2017-05-08winansi: avoid use of uninitialized valueJohannes Schindelin
2017-02-16Merge branch 'js/mingw-isatty'Junio C Hamano
2017-02-14mingw: make stderr unbuffered againJohannes Schindelin
2017-01-31Merge branch 'js/mingw-isatty'Junio C Hamano
2017-01-18mingw: follow-up to "replace isatty() hack"Johannes Schindelin
2016-12-27Merge branch 'js/mingw-isatty'Junio C Hamano
2016-12-27Merge branch 'mk/mingw-winansi-ttyname-termination-fix'Junio C Hamano
2016-12-22mingw: replace isatty() hackJeff Hostetler
2016-12-22mingw: fix colourization on Cygwin pseudo terminalsAlan Davies
2016-12-22mingw: adjust is_console() to work with stdinJohannes Schindelin
2016-12-20mingw: consider that UNICODE_STRING::Length counts bytesMax Kirillov
2016-12-12mingw: intercept isatty() to handle /dev/null as Git expects itJohannes Schindelin
2016-06-20mingw: let the build succeed with DEVELOPER=1Johannes Schindelin
2016-05-26mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)Karsten Blees
2016-01-15mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin
2016-01-14compat/winansi: support compiling with MSys2Johannes Schindelin
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2014-06-16Win32: reliably detect console pipe handlesKarsten Blees
2014-06-10Win32: fix broken pipe detectionKarsten Blees
2014-06-10Win32: Thread-safe windows console outputKarsten Blees
2014-06-10Win32: warn if the console font doesn't support UnicodeKarsten Blees
2014-06-10Win32: detect console streams more reliablyKarsten Blees
2014-06-10Win32: support Unicode console outputKarsten Blees
2009-09-19Make usage of windows.h lean and meanMarius Storm-Olsen
2009-06-01Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin
2009-03-11winansi: support ESC [ K (erase in line)Johannes Schindelin
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris