aboutsummaryrefslogtreecommitdiff
path: root/compat/mingw.c
Commit message (Expand)AuthorAge
* mingw: optionally redirect stderr/stdout via the same handleJohannes Schindelin2017-11-02
* mingw: add experimental feature to redirect standard handlesJohannes Schindelin2017-11-02
* Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13
|\
| * mingw_fopen: report ENOENT for invalid file namesJohannes Sixt2017-06-02
* | mingw: simplify PATH handlingRené Scharfe2017-05-23
|/
* Merge branch 'js/no-html-bypass-on-windows'Junio C Hamano2016-08-25
|\
| * Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin2016-08-19
* | mingw: let the build succeed with DEVELOPER=1Johannes Schindelin2016-06-20
|/
* Merge branch 'js/windows-dotgit' into maintJunio C Hamano2016-05-26
|\
| * mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin2016-05-11
* | Windows: shorten code by re-using convert_slashes()Johannes Sixt2016-04-04
|/
* Merge branch 'jk/tighten-alloc'Junio C Hamano2016-03-04
|\
| * compat/mingw: brown paper bag fix for 50a6c8eJeff King2016-02-29
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \ | |/
| * use st_add and st_mult for allocation size computationJeff King2016-02-22
| * convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
| * Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-05
| |\
* | \ Merge branch 'js/mingw-tests'Junio C Hamano2016-02-17
|\ \ \
| * | | mingw: let lstat() fail with errno == ENOTDIR when appropriateJohannes Schindelin2016-01-26
| * | | mingw: try to delete target directory before renaming마누엘2016-01-26
| * | | mingw: prepare the TMPDIR environment variable for shell scriptsJohannes Schindelin2016-01-26
| * | | mingw: factor out Windows specific environment setupKarsten Blees2016-01-26
* | | | Merge branch 'js/dirname-basename'Junio C Hamano2016-02-03
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | mingw: avoid linking to the C library's isalpha()Johannes Sixt2016-01-25
| * | Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-12
* | | mingw: avoid warnings when casting HANDLEs to intJohannes Schindelin2016-01-15
| |/ |/|
* | Merge branch 'js/emu-write-epipe-on-windows'Junio C Hamano2015-12-22
|\ \
| * | mingw: emulate write(2) that fails with a EPIPEJohannes Schindelin2015-12-21
| |/
* | compat/mingw.c: remove printf format warningJohannes Sixt2015-10-23
* | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-25
|/
* Mingw: verify both ends of the pipe () callJose F. Morales2015-08-28
* mingw32: add uname()Nguyễn Thái Ngọc Duy2015-03-12
* Windows: correct detection of EISDIR in mingw_open()Johannes Sixt2014-11-17
* Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano2014-07-30
|\
| * Win32: enable color output in Windows cmd.exeKarsten Blees2014-07-21
| * Win32: patch Windows environment on startupKarsten Blees2014-07-21
| * Win32: keep the environment sortedKarsten Blees2014-07-21
| * Win32: use low-level memory allocation during initializationKarsten Blees2014-07-21
| * Win32: reduce environment array reallocationsKarsten Blees2014-07-21
| * Win32: don't copy the environment twice when spawning child processesKarsten Blees2014-07-21
| * Win32: factor out environment block creationKarsten Blees2014-07-21
| * Win32: unify environment function namesKarsten Blees2014-07-21
| * Win32: unify environment case-sensitivityKarsten Blees2014-07-21
| * Win32: fix environment memory leaksKarsten Blees2014-07-21
| * Win32: Unicode environment (incoming)Karsten Blees2014-07-21
| * Win32: Unicode environment (outgoing)Karsten Blees2014-07-21
| * Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees2014-07-17
* | Merge branch 'maint'Junio C Hamano2014-07-21
|\ \ | |/ |/|
| * use xcalloc() to allocate zero-initialized memoryRené Scharfe2014-07-21
* | Win32: Unicode file name support (except dirent)Karsten Blees2014-07-15