aboutsummaryrefslogtreecommitdiff
path: root/compat/mingw.h
Commit message (Expand)AuthorAge
* Merge branch 'jk/common-main'Junio C Hamano2016-07-19
|\
| * mingw: declare main()'s argv as constJohannes Schindelin2016-07-06
* | mingw: let the build succeed with DEVELOPER=1Johannes Schindelin2016-06-20
|/
* Merge branch 'js/windows-dotgit' into maintJunio C Hamano2016-05-26
|\
| * mingw: remove unnecessary definitionJohannes Schindelin2016-05-11
* | Merge branch 'jk/push-client-deadlock-fix' into HEADJunio C Hamano2016-05-18
|\ \
| * | Windows: add pthread_sigmask() that does nothingJohannes Sixt2016-05-02
| * | Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-05
| |\ \
* | | | MSVC: use shipped headers instead of fallback definitionsSven Strickroth2016-03-30
| |_|/ |/| |
* | | config --show-origin: report paths with forward slashesJohannes Schindelin2016-03-23
* | | 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 redefining S_* constantsJohannes Schindelin2016-01-15
* | | compat/mingw: support MSys2-based MinGW buildJohannes Schindelin2016-01-14
| |/ |/|
* | mingw: emulate write(2) that fails with a EPIPEJohannes Schindelin2015-12-21
|/
* Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-26
|\
| * mingw32: add uname()Nguyễn Thái Ngọc Duy2015-03-12
* | compat/mingw: stubs for getpgid() and tcgetpgrp()Johannes Sixt2015-04-15
|/
* mingw.h: add dummy functions for sigset_t operationsJohannes Sixt2014-09-22
* Merge branch 'sk/mingw-uni-fix-more'Junio C Hamano2014-07-30
|\
| * Win32: don't copy the environment twice when spawning child processesKarsten Blees2014-07-21
| * Win32: fix environment memory leaksKarsten Blees2014-07-21
| * Win32: Unicode environment (incoming)Karsten Blees2014-07-21
* | Merge branch 'sk/mingw-uni-fix'Junio C Hamano2014-07-21
|\ \ | |/
| * Win32: Unicode file name support (except dirent)Karsten Blees2014-07-15
* | MinGW: fix compile error due to missing ELOOPKarsten Blees2014-07-16
|/
* Win32: fix broken pipe detectionKarsten Blees2014-06-10
* Win32: Thread-safe windows console outputKarsten Blees2014-06-10
* Win32: add Unicode conversion functionsKarsten Blees2014-06-10
* Win32: support Unicode console outputKarsten Blees2014-06-10
* mingw: avoid const warningStepan Kasal2014-06-10
* Win32: move main macro to a functionKarsten Blees2014-06-10
* Windows: allow using UNC path for git repositoryCezary Zawadka2014-06-10
* mingw: remove mingw_writeErik Faye-Lund2014-01-17
* Merge branch 'kb/msvc-compile'Jonathan Nieder2013-09-24
|\
| * MinGW: Fix stat definitions to work with MinGW runtime version 4.0Sebastian Schuberth2013-09-11
| * MSVC: fix stat definition hellKarsten Blees2013-09-11
| * MSVC: fix compile errors due to macro redefinitionsKarsten Blees2013-09-11
* | compat/mingw.h: define PRId64Johannes Sixt2013-09-19
|/
* sparse: Fix mingw_main() argument number/type errorsRamsay Jones2013-04-28
* compat/mingw.c: Fix some sparse warningsRamsay Jones2013-04-28
* mingw: get rid of getpass implementationErik Faye-Lund2012-12-04
* mingw: make fgetc raise SIGINT if apropriateErik Faye-Lund2012-12-04
* maybe_flush_or_die: move a too-loose Windows specific errorJohannes Sixt2012-10-17
* Merge branch 'rj/mingw-isguid'Junio C Hamano2012-04-23
|\
| * compat/mingw.h: Set S_ISUID to prevent a fast-import test failureRamsay Jones2012-04-18
* | compat/mingw.[ch]: Change return type of exec functions to intRamsay Jones2012-04-05
|/
* Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-09
|\
| * mingw: give waitpid the correct signatureErik Faye-Lund2011-12-09