119 Commits (d5f6a96fa4792f6143d06d9c0b572a96d7235305)

Author SHA1 Message Date
Pierre Habouzit 98cb6f30f7 janitor: add DIV_ROUND_UP and use it. 16 years ago
Pierre Habouzit f630cfda88 refactor: use bitsizeof() instead of 8 * sizeof() 16 years ago
Brandon Casey 9398b85994 git-compat-util.h: adjust for SGI IRIX 6.5 16 years ago
Thomas Rast b875036e5a Introduce die_errno() that appends strerror(errno) to die() 16 years ago
Brandon Casey 203ee91fd2 git-compat-util.h: avoid using c99 flex array feature with Sun compiler 5.8 16 years ago
Brandon Casey 4cb18a49df git-compat-util.h: tweak the way _XOPEN_SOURCE is set on Solaris 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
Junio C Hamano 30d8080ca7 Teach Solaris that _XOPEN_SOURCE=600 really menas XPG6 16 years ago
Alex Riesen fc71db39e0 Introduce an unlink(2) wrapper which gives warning if unlink failed 16 years ago
Patrick Welche 9a695fbf38 NetBSD compilation fix 16 years ago
Johannes Sixt 34779c535c Windows: Skip fstat/lstat optimization in write_entry() 16 years ago
Janos Laube b130a72b27 MinGW: implement mmap 16 years ago
Brian Gernhardt c567383b1e Create USE_ST_TIMESPEC and turn it on for Darwin 16 years ago
Kjetil Barvik c06ff4908b Record ns-timestamps if possible, but do not use it without USE_NSEC 16 years ago
René Scharfe c2e9364a06 cleanup: add isascii() 16 years ago
Junio C Hamano 6e180cdcec Make sure objects/pack exists before creating a new pack 16 years ago
René Scharfe f9b7cce61c Add is_regex_special() 16 years ago
René Scharfe 8cc3299262 Change NUL char handling of isspecial() 16 years ago
Dmitry Potapov adbc0b6b6e cygwin: Use native Win32 API for stat 16 years ago
Nanako Shiraishi 07ad5a157d usage.c: remove unused functions 16 years ago
Brandon Casey 63e8aea74e dir.c: Avoid c99 array initialization 16 years ago
Junio C Hamano fdb2a2a600 compat: introduce on_disk_bytes() 16 years ago
Robert Shearman 684ec6c63c git-imap-send: Support SSL 17 years ago
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