summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt1-0/+2
2009-06-13Merge branch 'sp/msysgit'Junio C Hamano9-1/+7152
2009-06-11Fix typo in nedmalloc warning fixJohannes Sixt1-1/+1
2009-06-08Fix warnings in nedmalloc when compiling with GCC 4.4.0Johannes Schindelin2-2/+4
2009-06-01Add custom memory allocator to MinGW and MacOS buildsMarius Storm-Olsen5-0/+7055
2009-06-01MinGW readdir reimplementation to support d_typeMarius Storm-Olsen2-0/+88
2009-06-01MinGW: fix warning about implicit declaration of _getch()Johannes Schindelin1-0/+1
2009-06-01Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin1-1/+2
2009-06-01MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreJohannes Schindelin1-0/+4
2009-05-31compat: add a basename() compatibility functionDavid Aguilar1-0/+15
2009-05-31compat: add a mkstemps() compatibility functionDavid Aguilar1-0/+70
2009-05-23MinGW: Add a simple getpass()Johannes Schindelin2-0/+17
2009-05-23MinGW: use POSIX signature of waitpid()Johannes Schindelin1-1/+1
2009-05-23MinGW: Scan for \r in addition to \n when reading shbang linesPeter Harris1-2/+2
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-1/+1
2009-04-22Fix more typos/spelling in commentsMichael J Gruber2-2/+2
2009-04-22Fix typos / spelling in commentsMike Ralphson4-6/+6
2009-04-20Windows: Work around intermittent failures in mingw_renameJohannes Sixt1-2/+19
2009-03-24MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt1-1/+1
2009-03-18MinGW: implement mmapJanos Laube2-0/+58
2009-03-17Merge branch 'js/sideband-stderr'Junio C Hamano1-3/+15
2009-03-17MinGW: a hardlink implementationPetr Kodl2-2/+22
2009-03-17MinGW: a helper function that translates Win32 API error codesPetr Kodl1-0/+113
2009-03-11Merge branch 'rs/memmem'Junio C Hamano1-1/+4
2009-03-10winansi: support ESC [ K (erase in line)Johannes Schindelin1-3/+15
2009-03-07Brown paper bag fix for MinGW 64-bit statJohannes Schindelin1-1/+1
2009-03-05MinGW: 64-bit file offsetsJohannes Schindelin2-4/+9
2009-03-02optimize compat/ memmem()René Scharfe1-1/+4
2009-01-21Windows: Fix signal numbersJohannes Sixt1-6/+6
2008-11-27Merge branch 'js/mingw-rename-fix'Junio C Hamano1-3/+12
2008-11-23compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt1-3/+12
2008-11-06Windows: Make OpenSSH properly detect tty detachment.Alexander Gavrilov1-2/+6
2008-10-28compat/cygwin.c: make runtime detection of lstat/stat lessor impactJunio C Hamano1-7/+13
2008-10-13compat/cygwin.c - Use cygwin's stat if core.filemode == trueMark Levedahl1-4/+14
2008-09-30cygwin: Use native Win32 API for statDmitry Potapov2-0/+136
2008-09-30mingw: move common functionality to win32.hDmitry Potapov2-38/+38
2008-09-29mingw: remove use of _getdrive() from lstat/fstatDmitry Potapov1-3/+2
2008-09-29compat/mingw: Support a timeout in the poll emulation if no fds are givenJohannes Sixt1-1/+6
2008-09-10Merge branch 'maint'Junio C Hamano4-0/+0
2008-09-10Use compatibility regex library for OSX/DarwinArjen Laarhoven4-0/+0
2008-08-21Merge branch 'maint'Junio C Hamano1-0/+4
2008-08-21compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey1-0/+4
2008-08-18Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Johannes Sixt2-32/+11
2008-08-18compat: introduce on_disk_bytes()Junio C Hamano2-9/+0
2008-08-03Modify mingw_main() workaround to avoid link errorsSteffen Prohaska1-2/+3
2008-07-25Windows: Make sure argv[0] has a pathJohannes Sixt1-0/+12
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris2-0/+356
2008-07-19Teach lookup_prog not to select directoriesEric Raible1-1/+2
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska2-0/+25
2008-06-26Windows: Fix ntohl() related warnings about printf formattingSteffen Prohaska1-0/+4