summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt
2009-06-13Merge branch 'sp/msysgit'Junio C Hamano
2009-06-11Fix typo in nedmalloc warning fixJohannes Sixt
2009-06-08Fix warnings in nedmalloc when compiling with GCC 4.4.0Johannes Schindelin
2009-06-01Add custom memory allocator to MinGW and MacOS buildsMarius Storm-Olsen
2009-06-01MinGW readdir reimplementation to support d_typeMarius Storm-Olsen
2009-06-01MinGW: fix warning about implicit declaration of _getch()Johannes Schindelin
2009-06-01Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin
2009-06-01MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreJohannes Schindelin
2009-06-01compat: add a basename() compatibility functionDavid Aguilar
2009-06-01compat: add a mkstemps() compatibility functionDavid Aguilar
2009-05-23MinGW: Add a simple getpass()Johannes Schindelin
2009-05-23MinGW: use POSIX signature of waitpid()Johannes Schindelin
2009-05-23MinGW: Scan for \r in addition to \n when reading shbang linesPeter Harris
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2009-04-23Fix more typos/spelling in commentsMichael J Gruber
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-04-20Windows: Work around intermittent failures in mingw_renameJohannes Sixt
2009-03-24MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt
2009-03-19MinGW: implement mmapJanos Laube
2009-03-18Merge branch 'js/sideband-stderr'Junio C Hamano
2009-03-17MinGW: a hardlink implementationPetr Kodl
2009-03-17MinGW: a helper function that translates Win32 API error codesPetr Kodl
2009-03-11Merge branch 'rs/memmem'Junio C Hamano
2009-03-11winansi: support ESC [ K (erase in line)Johannes Schindelin
2009-03-07Brown paper bag fix for MinGW 64-bit statJohannes Schindelin
2009-03-05MinGW: 64-bit file offsetsJohannes Schindelin
2009-03-03optimize compat/ memmem()René Scharfe
2009-01-22Windows: Fix signal numbersJohannes Sixt
2008-11-28Merge branch 'js/mingw-rename-fix'Junio C Hamano
2008-11-24compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt
2008-11-06Windows: Make OpenSSH properly detect tty detachment.Alexander Gavrilov
2008-10-28compat/cygwin.c: make runtime detection of lstat/stat lessor impactJunio C Hamano
2008-10-13compat/cygwin.c - Use cygwin's stat if core.filemode == trueMark Levedahl
2008-09-30cygwin: Use native Win32 API for statDmitry Potapov
2008-09-30mingw: move common functionality to win32.hDmitry Potapov
2008-09-29mingw: remove use of _getdrive() from lstat/fstatDmitry Potapov
2008-09-29compat/mingw: Support a timeout in the poll emulation if no fds are givenJohannes Sixt
2008-09-10Merge branch 'maint'Junio C Hamano
2008-09-10Use compatibility regex library for OSX/DarwinArjen Laarhoven
2008-08-21Merge branch 'maint'Junio C Hamano
2008-08-21compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey
2008-08-19Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Johannes Sixt
2008-08-19compat: introduce on_disk_bytes()Junio C Hamano
2008-08-03Modify mingw_main() workaround to avoid link errorsSteffen Prohaska
2008-07-26Windows: Make sure argv[0] has a pathJohannes Sixt
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris
2008-07-19Teach lookup_prog not to select directoriesEric Raible
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska
2008-06-26Windows: Fix ntohl() related warnings about printf formattingSteffen Prohaska