summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* start_command: do not clobber cmd->env on Windows code pathJohannes Sixt2009-09-112-4/+15
* Merge branch 'lt/block-sha1'Junio C Hamano2009-08-271-0/+36
|\
| * make sure byte swapping is optimal for gitNicolas Pitre2009-08-181-0/+36
* | compat/snprintf.c: clarify SNPRINTF_SIZE_CORRJunio C Hamano2009-08-211-1/+2
* | MinGW: simplify waitpid() emulation macrosJohannes Sixt2009-07-051-2/+3
|/
* MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt2009-07-051-0/+2
* Merge branch 'sp/msysgit'Junio C Hamano2009-06-139-1/+7152
|\
| * Fix typo in nedmalloc warning fixJohannes Sixt2009-06-111-1/+1
| * Fix warnings in nedmalloc when compiling with GCC 4.4.0Johannes Schindelin2009-06-082-2/+4
| * Add custom memory allocator to MinGW and MacOS buildsMarius Storm-Olsen2009-06-015-0/+7055
| * MinGW readdir reimplementation to support d_typeMarius Storm-Olsen2009-06-012-0/+88
| * MinGW: fix warning about implicit declaration of _getch()Johannes Schindelin2009-06-011-0/+1
| * Work around a regression in Windows 7, causing erase_in_line() to crash somet...Johannes Schindelin2009-06-011-1/+2
| * MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymoreJohannes Schindelin2009-06-011-0/+4
* | compat: add a basename() compatibility functionDavid Aguilar2009-05-311-0/+15
* | compat: add a mkstemps() compatibility functionDavid Aguilar2009-05-311-0/+70
|/
* MinGW: Add a simple getpass()Johannes Schindelin2009-05-232-0/+17
* MinGW: use POSIX signature of waitpid()Johannes Schindelin2009-05-231-1/+1
* MinGW: Scan for \r in addition to \n when reading shbang linesPeter Harris2009-05-231-2/+2
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-1/+1
* Fix more typos/spelling in commentsMichael J Gruber2009-04-222-2/+2
* Fix typos / spelling in commentsMike Ralphson2009-04-224-6/+6
* Windows: Work around intermittent failures in mingw_renameJohannes Sixt2009-04-201-2/+19
* MinGW: Quote arguments for subprocesses that contain a single-quoteJohannes Sixt2009-03-241-1/+1
* MinGW: implement mmapJanos Laube2009-03-182-0/+58
* Merge branch 'js/sideband-stderr'Junio C Hamano2009-03-171-3/+15
|\
| * winansi: support ESC [ K (erase in line)Johannes Schindelin2009-03-101-3/+15
* | MinGW: a hardlink implementationPetr Kodl2009-03-172-2/+22
* | MinGW: a helper function that translates Win32 API error codesPetr Kodl2009-03-171-0/+113
* | Merge branch 'rs/memmem'Junio C Hamano2009-03-111-1/+4
|\ \ | |/ |/|
| * optimize compat/ memmem()René Scharfe2009-03-021-1/+4
* | Brown paper bag fix for MinGW 64-bit statJohannes Schindelin2009-03-071-1/+1
* | MinGW: 64-bit file offsetsJohannes Schindelin2009-03-052-4/+9
|/
* Windows: Fix signal numbersJohannes Sixt2009-01-211-6/+6
* Merge branch 'js/mingw-rename-fix'Junio C Hamano2008-11-271-3/+12
|\
| * compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt2008-11-231-3/+12
* | Windows: Make OpenSSH properly detect tty detachment.Alexander Gavrilov2008-11-061-2/+6
* | compat/cygwin.c: make runtime detection of lstat/stat lessor impactJunio C Hamano2008-10-281-7/+13
* | compat/cygwin.c - Use cygwin's stat if core.filemode == trueMark Levedahl2008-10-131-4/+14
* | cygwin: Use native Win32 API for statDmitry Potapov2008-09-302-0/+136
* | mingw: move common functionality to win32.hDmitry Potapov2008-09-302-38/+38
* | mingw: remove use of _getdrive() from lstat/fstatDmitry Potapov2008-09-291-3/+2
* | compat/mingw: Support a timeout in the poll emulation if no fds are givenJohannes Sixt2008-09-291-1/+6
* | Merge branch 'maint'Junio C Hamano2008-09-104-0/+0
|\ \ | |/
| * Use compatibility regex library for OSX/DarwinArjen Laarhoven2008-09-104-0/+0
* | Merge branch 'maint'Junio C Hamano2008-08-211-0/+4
|\ \ | |/
| * compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey2008-08-211-0/+4
* | Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Johannes Sixt2008-08-182-32/+11
* | compat: introduce on_disk_bytes()Junio C Hamano2008-08-182-9/+0
|/
* Modify mingw_main() workaround to avoid link errorsSteffen Prohaska2008-08-031-2/+3