103 Commits (b3c32ead20bc4d3baa6cffe00dd862f069463869)

Author SHA1 Message Date
Johannes Sixt 2ae8239d03 Fix typo in nedmalloc warning fix 16 years ago
Johannes Schindelin a21077e75f Fix warnings in nedmalloc when compiling with GCC 4.4.0 16 years ago
Marius Storm-Olsen f0ed8226c9 Add custom memory allocator to MinGW and MacOS builds 16 years ago
Marius Storm-Olsen e16c60d9f9 MinGW readdir reimplementation to support d_type 16 years ago
Johannes Schindelin 28a559c0b5 MinGW: fix warning about implicit declaration of _getch() 16 years ago
Johannes Schindelin 492f70913e Work around a regression in Windows 7, causing erase_in_line() to crash sometimes 16 years ago
Johannes Schindelin f90cf2b920 MinGW: GCC >= 4 does not need SNPRINTF_SIZE_CORR anymore 16 years ago
David Aguilar e1c0688692 compat: add a basename() compatibility function 16 years ago
David Aguilar 0620b39b3b compat: add a mkstemps() compatibility function 16 years ago
Johannes Schindelin 0dbbbc1e26 MinGW: Add a simple getpass() 16 years ago
Johannes Schindelin 27e3219f1a MinGW: use POSIX signature of waitpid() 16 years ago
Peter Harris bedc4279a8 MinGW: Scan for \r in addition to \n when reading shbang lines 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Michael J Gruber b18cc5a3b2 Fix more typos/spelling in comments 16 years ago
Mike Ralphson 3ea3c215c0 Fix typos / spelling in comments 16 years ago
Johannes Sixt 6ac6f87818 Windows: Work around intermittent failures in mingw_rename 16 years ago
Johannes Sixt 3aea1a5a89 MinGW: Quote arguments for subprocesses that contain a single-quote 16 years ago
Janos Laube b130a72b27 MinGW: implement mmap 16 years ago
Petr Kodl 7be401e069 MinGW: a hardlink implementation 16 years ago
Petr Kodl b3debd2b0c MinGW: a helper function that translates Win32 API error codes 16 years ago
Johannes Schindelin 1897713fbd winansi: support ESC [ K (erase in line) 16 years ago
Johannes Schindelin d5e31235f2 Brown paper bag fix for MinGW 64-bit stat 16 years ago
Johannes Schindelin 1d4e4cd4a1 MinGW: 64-bit file offsets 16 years ago
René Scharfe 56384e61ea optimize compat/ memmem() 16 years ago
Johannes Sixt d28250654f Windows: Fix signal numbers 16 years ago
Johannes Sixt 632f701787 compat/mingw.c: Teach mingw_rename() to replace read-only files 16 years ago
Alexander Gavrilov 19fb896f5b Windows: Make OpenSSH properly detect tty detachment. 16 years ago
Junio C Hamano 797484392a compat/cygwin.c: make runtime detection of lstat/stat lessor impact 16 years ago
Mark Levedahl 7faee6b8de compat/cygwin.c - Use cygwin's stat if core.filemode == true 16 years ago
Dmitry Potapov adbc0b6b6e cygwin: Use native Win32 API for stat 16 years ago
Dmitry Potapov 444dc90322 mingw: move common functionality to win32.h 16 years ago
Dmitry Potapov 8252df6218 mingw: remove use of _getdrive() from lstat/fstat 17 years ago
Johannes Sixt d317851a7f compat/mingw: Support a timeout in the poll emulation if no fds are given 17 years ago
Arjen Laarhoven 3632cfc248 Use compatibility regex library for OSX/Darwin 17 years ago
Brandon Casey a81892dd8c compat/snprintf.c: handle snprintf's that always return the # chars transmitted 17 years ago
Johannes Sixt 180964f0b9 Revert "Windows: Use a customized struct stat that also has the st_blocks member." 17 years ago
Junio C Hamano fdb2a2a600 compat: introduce on_disk_bytes() 17 years ago
Steffen Prohaska 22537765f5 Modify mingw_main() workaround to avoid link errors 17 years ago
Johannes Sixt 35eeef4722 Windows: Make sure argv[0] has a path 17 years ago
Peter Harris c09df8a74e Add ANSI control code emulation for the Windows console 17 years ago
Eric Raible fe77b6959c Teach lookup_prog not to select directories 17 years ago
Steffen Prohaska 4804aabcdb help (Windows): Display HTML in default browser using Windows' shell API 17 years ago
Steffen Prohaska cd800eecc2 Windows: Fix ntohl() related warnings about printf formatting 17 years ago
Johannes Sixt 6fd6aec44f Windows: TMP and TEMP environment variables specify a temporary directory. 17 years ago
Johannes Sixt fc2ded5b08 Windows: Use a customized struct stat that also has the st_blocks member. 17 years ago
Johannes Sixt 7c0ffa1cb7 Windows: Add a custom implementation for utime(). 17 years ago
Marius Storm-Olsen 5411bdc4e4 Windows: Add a new lstat and fstat implementation based on Win32 API. 17 years ago
Johannes Sixt 7e5d776854 Windows: Implement a custom spawnve(). 17 years ago
Johannes Sixt 746fb85744 Windows: Implement wrappers for gethostbyname(), socket(), and connect(). 17 years ago
Johannes Sixt 6ed807f843 Windows: A rudimentary poll() emulation. 17 years ago