summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2008-11-27Merge branch 'js/mingw-rename-fix'Libravatar Junio C Hamano1-3/+12
2008-11-23compat/mingw.c: Teach mingw_rename() to replace read-only filesLibravatar Johannes Sixt1-3/+12
2008-11-06Windows: Make OpenSSH properly detect tty detachment.Libravatar Alexander Gavrilov1-2/+6
2008-10-28compat/cygwin.c: make runtime detection of lstat/stat lessor impactLibravatar Junio C Hamano1-7/+13
2008-10-13compat/cygwin.c - Use cygwin's stat if core.filemode == trueLibravatar Mark Levedahl1-4/+14
2008-09-30cygwin: Use native Win32 API for statLibravatar Dmitry Potapov2-0/+136
2008-09-30mingw: move common functionality to win32.hLibravatar Dmitry Potapov2-38/+38
2008-09-29mingw: remove use of _getdrive() from lstat/fstatLibravatar Dmitry Potapov1-3/+2
2008-09-29compat/mingw: Support a timeout in the poll emulation if no fds are givenLibravatar Johannes Sixt1-1/+6
2008-09-10Merge branch 'maint'Libravatar Junio C Hamano4-0/+0
2008-09-10Use compatibility regex library for OSX/DarwinLibravatar Arjen Laarhoven4-0/+0
2008-08-21Merge branch 'maint'Libravatar Junio C Hamano1-0/+4
2008-08-21compat/snprintf.c: handle snprintf's that always return the # chars transmittedLibravatar Brandon Casey1-0/+4
2008-08-18Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Libravatar Johannes Sixt2-32/+11
2008-08-18compat: introduce on_disk_bytes()Libravatar Junio C Hamano2-9/+0
2008-08-03Modify mingw_main() workaround to avoid link errorsLibravatar Steffen Prohaska1-2/+3
2008-07-25Windows: Make sure argv[0] has a pathLibravatar Johannes Sixt1-0/+12
2008-07-19Add ANSI control code emulation for the Windows consoleLibravatar Peter Harris2-0/+356
2008-07-19Teach lookup_prog not to select directoriesLibravatar Eric Raible1-1/+2
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APILibravatar Steffen Prohaska2-0/+25
2008-06-26Windows: Fix ntohl() related warnings about printf formattingLibravatar Steffen Prohaska1-0/+4
2008-06-26Windows: TMP and TEMP environment variables specify a temporary directory.Libravatar Johannes Sixt2-0/+16
2008-06-26Windows: Use a customized struct stat that also has the st_blocks member.Libravatar Johannes Sixt2-13/+41
2008-06-26Windows: Add a custom implementation for utime().Libravatar Johannes Sixt2-0/+30
2008-06-26Windows: Add a new lstat and fstat implementation based on Win32 API.Libravatar Marius Storm-Olsen2-1/+141
2008-06-26Windows: Implement a custom spawnve().Libravatar Johannes Sixt2-6/+198
2008-06-26Windows: Implement wrappers for gethostbyname(), socket(), and connect().Libravatar Johannes Sixt2-0/+55
2008-06-26Windows: A rudimentary poll() emulation.Libravatar Johannes Sixt1-1/+56
2008-06-23Windows: Implement start_command().Libravatar Johannes Sixt2-0/+70
2008-06-23Windows: A pipe() replacement whose ends are not inherited to children.Libravatar Johannes Sixt2-4/+46
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Libravatar Johannes Sixt2-0/+187
2008-06-23Windows: Implement setitimer() and sigaction().Libravatar Johannes Sixt2-2/+113
2008-06-23Windows: Fix PRIuMAX definition.Libravatar Johannes Sixt1-0/+1
2008-06-23Windows: Implement gettimeofday().Libravatar Johannes Sixt1-1/+14
2008-06-23Windows: Work around misbehaved rename().Libravatar Johannes Sixt2-0/+28
2008-06-23Windows: always chmod(, 0666) before unlink().Libravatar Johannes Schindelin1-0/+8
2008-06-23Windows: A minimal implemention of getpwuid().Libravatar Johannes Sixt1-0/+8
2008-06-23Windows: Implement a wrapper of the open() function.Libravatar Johannes Sixt2-0/+23
2008-06-23Windows: Treat Windows style path names.Libravatar Johannes Sixt2-0/+22
2008-06-22Windows: Use the Windows style PATH separator ';'.Libravatar Johannes Sixt1-0/+6
2008-06-22Add target architecture MinGW.Libravatar Johannes Sixt3-3/+207
2008-06-22Add compat/regex.[ch] and compat/fnmatch.[ch].Libravatar Johannes Sixt4-0/+5989
2008-05-08compat/fopen.c: avoid clobbering the system defined fopen macroLibravatar Brandon Casey1-1/+12
2008-03-05Add compat/snprintf.c for systems that return bogusLibravatar Michal Rokos1-0/+40
2008-02-20Merge branch 'bc/fopen'Libravatar Junio C Hamano1-0/+26
2008-02-11Add compat/fopen.c which returns NULL on attempt to open directoryLibravatar Brandon Casey1-0/+26
2008-02-06compat: Add simplified merge sort implementation from glibcLibravatar Brian Downing1-0/+62
2007-11-05Merge branch 'maint'Libravatar Junio C Hamano2-2/+0
2007-11-05Remove a couple of duplicated includeLibravatar Marco Costalba2-2/+0
2007-10-20Define compat version of mkdtemp for systems lacking itLibravatar Shawn O. Pearce1-0/+8