aboutsummaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAge
...
* | Make usage of windows.h lean and meanMarius Storm-Olsen2009-09-18
* | Add platform files for porting to MSVCFrank Li2009-09-18
* | Add MinGW header files to build git with MSVCFrank Li2009-09-18
* | Add empty header files for MSVC portMarius Storm-Olsen2009-09-18
* | Test for WIN32 instead of __MINGW32_Frank Li2009-09-18
* | Fix __stdcall placement and function prototypeFrank Li2009-09-18
* | Set _O_BINARY as default fmode for both MinGW and MSVCMarius Storm-Olsen2009-09-18
* | Change regerror() declaration from K&R style to ANSI C (C89)Frank Li2009-09-18
* | Add include guards to compat/win32.hMarius Storm-Olsen2009-09-18
* | Avoid declaration after statementFrank Li2009-09-18
* | start_command: do not clobber cmd->env on Windows code pathJohannes Sixt2009-09-11
* | Merge branch 'lt/block-sha1'Junio C Hamano2009-08-27
|\ \
| * | make sure byte swapping is optimal for gitNicolas Pitre2009-08-18
* | | compat/snprintf.c: clarify SNPRINTF_SIZE_CORRJunio C Hamano2009-08-21
* | | MinGW: simplify waitpid() emulation macrosJohannes Sixt2009-07-05
|/ /
* | MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt2009-07-05
* | Merge branch 'sp/msysgit'Junio C Hamano2009-06-13
|\ \
| * | Fix typo in nedmalloc warning fixJohannes Sixt2009-06-11
| * | Fix warnings in nedmalloc when compiling with GCC 4.4.0Johannes Schindelin2009-06-08
| * | Add custom memory allocator to MinGW and MacOS buildsMarius Storm-Olsen2009-06-01
| * | MinGW readdir reimplementation to support d_typeMarius Storm-Olsen2009-06-01
| * | MinGW: fix warning about implicit declaration of _getch()Johannes Schindelin2009-06-01
| * | Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin2009-06-01
| * | MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreJohannes Schindelin2009-06-01
* | | compat: add a basename() compatibility functionDavid Aguilar2009-05-31
* | | compat: add a mkstemps() compatibility functionDavid Aguilar2009-05-31
|/ /
* | MinGW: Add a simple getpass()Johannes Schindelin2009-05-23
* | MinGW: use POSIX signature of waitpid()Johannes Schindelin2009-05-23
* | MinGW: Scan for \r in addition to \n when reading shbang linesPeter Harris2009-05-23
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
* | Fix more typos/spelling in commentsMichael J Gruber2009-04-22
* | Fix typos / spelling in commentsMike Ralphson2009-04-22
* | Windows: Work around intermittent failures in mingw_renameJohannes Sixt2009-04-20
* | MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt2009-03-24
* | MinGW: implement mmapJanos Laube2009-03-18
* | Merge branch 'js/sideband-stderr'Junio C Hamano2009-03-17
|\ \
| * | winansi: support ESC [ K (erase in line)Johannes Schindelin2009-03-10
* | | MinGW: a hardlink implementationPetr Kodl2009-03-17
* | | MinGW: a helper function that translates Win32 API error codesPetr Kodl2009-03-17
* | | Merge branch 'rs/memmem'Junio C Hamano2009-03-11
|\ \ \ | |/ / |/| |
| * | optimize compat/ memmem()René Scharfe2009-03-02
* | | Brown paper bag fix for MinGW 64-bit statJohannes Schindelin2009-03-07
* | | MinGW: 64-bit file offsetsJohannes Schindelin2009-03-05
|/ /
* | Windows: Fix signal numbersJohannes Sixt2009-01-21
* | Merge branch 'js/mingw-rename-fix'Junio C Hamano2008-11-27
|\ \ | |/
| * compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt2008-11-23
* | Windows: Make OpenSSH properly detect tty detachment.Alexander Gavrilov2008-11-06
* | compat/cygwin.c: make runtime detection of lstat/stat lessor impactJunio C Hamano2008-10-28
* | compat/cygwin.c - Use cygwin's stat if core.filemode == trueMark Levedahl2008-10-13
* | cygwin: Use native Win32 API for statDmitry Potapov2008-09-30