89 Commits (0e214af9c34623979b19bb183bd8e518d749fd63)

Author SHA1 Message Date
Johannes Sixt 607bb3ff88 Provide fallback definitions of PRIu32 and PRIx32 17 years ago
Miklos Vajna fbca583732 Move parse-options's skip_prefix() to git-compat-util.h 17 years ago
Steffen Prohaska 14086b0a13 compat/pread.c: Add a forward declaration to fix a warning 17 years ago
Johannes Sixt bb5799d6ef Make my_mktime() public and rename it to tm_to_time_t() 17 years ago
Johannes Sixt 23326d14ed Windows: Strip ".exe" from the program name. 17 years ago
Johannes Sixt 25fe217b86 Windows: Treat Windows style path names. 17 years ago
Linus Torvalds 112db553b0 Shrink the git binary a bit by avoiding unnecessary inline functions 17 years ago
Johannes Sixt 80ba074f41 Windows: Use the Windows style PATH separator ';'. 17 years ago
Johannes Sixt f4626df51f Add target architecture MinGW. 17 years ago
Boyd Lynn Gerber 457bb45291 Port to 12 other Platforms. 17 years ago
Johannes Sixt c5445fe090 compat-util: avoid macro redefinition warning 17 years ago
Heikki Orsila e8729f5380 Document functions xmemdupz(), xread() and xwrite() 17 years ago
Nicolas Pitre f746bae84e pack-objects: proper pack time stamping with --max-pack-size 17 years ago
Michal Rokos c4582f93a2 Add compat/snprintf.c for systems that return bogus 17 years ago
Alex Riesen 81a24b52c1 Do not use GUID on dir in git init --shared=all on FreeBSD 17 years ago
Brandon Casey cba22528fa Add compat/fopen.c which returns NULL on attempt to open directory 17 years ago
Brian Downing 43fe901b71 compat: Add simplified merge sort implementation from glibc 17 years ago
Robert Schiele 2600973f2c pre-POSIX.1-2001 systems do not have <sys/select.h> 17 years ago
Junio C Hamano 698a68be7b Uninline prefixcmp() 17 years ago
Johannes Schindelin 99a6a97b1b Optimize prefixcmp() 17 years ago
Junio C Hamano 8e97399149 git-compat-util.h: auto-adjust to compiler support of FLEX_ARRAY a bit better 17 years ago
Johannes Sixt 80bbe72b76 Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h. 17 years ago
Johannes Sixt 726c8ef5a5 Fix preprocessor logic that determines the availablity of strchrnul(). 17 years ago
Pierre Habouzit db7244bd5b parse-options new features. 17 years ago
Andreas Ericsson 9e79f00f06 Simplify strchrnul() compat code 17 years ago
René Scharfe 659c69cfef Add strchrnul() 17 years ago
Junio C Hamano 7791ecbc62 revert/cherry-pick: work on merge commits as well 17 years ago
Shawn O. Pearce ca5bb5d539 Define compat version of mkdtemp for systems lacking it 17 years ago
Pierre Habouzit 68d3025a80 Add xmemdupz() that duplicates a block of memory, and NUL terminates it. 17 years ago
René Scharfe b21b9f1de3 add memmem() 17 years ago
Luiz Fernando N. Capitulino f21a47b27c Introduces xmkstemp() 17 years ago
Jim Meyering f57882505e git-log: detect dup and fdopen failure 18 years ago
Alex Riesen fa0c87c344 Add a local implementation of hstrerror for the system which do not have it 18 years ago
Andy Whitcroft cf606e3ddd git name-rev writes beyond the end of malloc() with large generations 18 years ago
Daniel Barkalow 5094102e13 Make xstrndup common 18 years ago
Shawn O. Pearce d1efefa46f Actually handle some-low memory conditions 18 years ago
Jim Meyering 61d6ed139f sscanf/strtoul: parse integers robustly 18 years ago
Jim Meyering 6aead43db3 sscanf/strtoul: parse integers robustly 18 years ago
Nicolas Pitre 8723f21626 make overflow test on delta base offset work regardless of variable size 18 years ago
Theodore Ts'o 46efd2d93c Rename warn() to warning() to fix symbol conflicts on BSD and Mac OS 18 years ago
Shawn O. Pearce dc49cd769b Cast 64 bit off_t to 32 bit size_t 18 years ago
Shawn O. Pearce c4001d92be Use off_t when we really mean a file offset. 18 years ago
Ramsay Jones 41b200179d Fix an "implicit function definition" warning. 18 years ago
Martin Waitz b97e911643 Support for large files on 32bit systems. 18 years ago
Junio C Hamano cff0302c14 Add prefixcmp() 18 years ago
Jason Riedy bc6b4f52fc Add a compat/strtoumax.c for Solaris 8. 18 years ago
Junio C Hamano 5faaf24634 Make sure packedgitwindowsize is multiple of (pagesize * 2) 18 years ago
Jason Riedy 007e2ba659 Use inttypes.h rather than stdint.h. 18 years ago
Simon 'corecode' Schubert bb79103194 Use fixed-size integers for the on-disk pack structure. 18 years ago
Shawn O. Pearce ebea9dd4f1 Use fixed-size integers when writing out the index in fast-import. 18 years ago