196 Commits (f7dc6a96435e050afbbdbdeffac481fea7ddb8af)

Author SHA1 Message Date
Torsten Bögershausen 76759c7dff git on Mac OS and precomposed unicode 13 years ago
Jeff King 2f70587502 ident: report passwd errors with a more friendly message 13 years ago
Ramsay Jones f1589d1007 ctype.c: Fix a sparse warning 13 years ago
Namhyung Kim 43ccdf56ec ctype: implement islower/isupper macro 13 years ago
Jeff King e2770979fe credentials: add "cache" helper 13 years ago
Ramkumar Ramachandra e4ac953b2a git-compat-util: don't assume value for undefined variable 13 years ago
Johannes Sixt 97000ba6e2 Compatibility: declare strtoimax() under NO_STRTOUMAX 13 years ago
Vincent van Ravesteijn cfc755d30e Compile fix for MSVC: Do not include sys/resources.h 13 years ago
Clemens Buchacher 3bc4181fde error_routine: use parent's stderr if exec fails 14 years ago
Junio C Hamano 6520c84685 Add option to disable NORETURN 14 years ago
Theo Niessink d1c69255a1 real_path: do not assume '/' is the path seperator 14 years ago
Junio C Hamano 2f6c9760de magic pathspec: futureproof shorthand form 14 years ago
Jonathan Nieder ebae9ff95d compat: add missing #include <sys/resource.h> 14 years ago
Jonathan Nieder 26db0f2e3a compat: fall back on __va_copy if available 14 years ago
Michal Rokos b6ab349b18 git-compat-util.h: Honor HP C's noreturn attribute 14 years ago
Jeff King ab8632ae36 compat: provide a fallback va_copy definition 14 years ago
Jonathan Nieder 1368f65002 compat: helper for detecting unsigned overflow 14 years ago
Jonathan Nieder 463db9b104 wrapper: move odb_* to environment.c 14 years ago
Erik Faye-Lund fdc1211463 mingw: use poll-emulation from gnulib 14 years ago
Mike Pape da523cc597 compat: add inet_pton and inet_ntop prototypes 14 years ago
Mike Pape 088d880247 mingw: implement syslog 14 years ago
Markus Duft 2844923d62 add support for the SUA layer (interix; windows) 14 years ago
Erik Faye-Lund c03c83152d do not depend on signed integer overflow 14 years ago
Ramsay Jones 5418d96ddc vcs-svn: Fix some printf format compiler warnings 15 years ago
Jonathan Nieder 78457bc0cc compat: add strtok_r() 15 years ago
Thomas Rast 46be82dfd0 xsize_t: check whether we lose bits 15 years ago
Gary V. Vaughan 761a889a97 git-compat-util.h: use apparently more common __sgi macro to detect SGI IRIX 15 years ago
Gary V. Vaughan fcf3a21acc git-compat-util.h: some platforms with mmap() lack MAP_FAILED definition 15 years ago
Johannes Sixt 851c34b04e Have set_try_to_free_routine return the previous routine 15 years ago
Chris Webb cb6a22c076 exec_cmd.c: replace hard-coded path list with one from <paths.h> 15 years ago
YONETANI Tomokazu 6555b196f0 Fix _XOPEN_SOURCE problem on DragonFly 15 years ago
Peter Collingbourne 80d706afed Introduce remove_or_warn function 15 years ago
Peter Collingbourne d1723296af Implement the rmdir_or_warn function 15 years ago
Nicolas Pitre a9a746364b Make xmalloc and xrealloc thread-safe 15 years ago
Jonathan Nieder 137c6eaa88 compat: add mempcpy() 15 years ago
Johannes Sixt ebaa79f462 Make report() from usage.c public as vreportf() and use it. 15 years ago
Ilari Liusvaara 5bf9219d01 Add xmallocz() 15 years ago
Ramsay Jones aba7dea83b msvc: Add a definition of NORETURN compatible with msvc compiler 15 years ago
Junio C Hamano 23418ea95f date.c: mark file-local function static 15 years ago
Avery Pennarun 8cc5b29065 git merge -X<option> 15 years ago
Nguyễn Thái Ngọc Duy eb80042c6a Add missing #include to support TIOCGWINSZ on Solaris 15 years ago
Jonathan Nieder 64b1cb74f8 Introduce usagef() that takes a printf-style format 15 years ago
Erik Faye-Lund 18660bc96e add NORETURN_PTR for function pointers 15 years ago
Erik Faye-Lund a4f3131c07 increase portability of NORETURN declarations 15 years ago
Marius Storm-Olsen 435bdf8c7f Make usage of windows.h lean and mean 16 years ago
Frank Li d75f8e6131 Add platform files for porting to MSVC 16 years ago
Brandon Casey 044239b0a1 git-compat-util.h: remove superfluous test for __sun__ 16 years ago
Nicolas Pitre 51ea55190b make sure byte swapping is optimal for git 16 years ago
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