159 Commits (7ebee44167fc25b975f5543472c851ab1840af1b)

Author SHA1 Message Date
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 14 years ago
Jonathan Nieder 78457bc0cc compat: add strtok_r() 14 years ago
Thomas Rast 46be82dfd0 xsize_t: check whether we lose bits 14 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 15 years ago
Frank Li d75f8e6131 Add platform files for porting to MSVC 15 years ago
Brandon Casey 044239b0a1 git-compat-util.h: remove superfluous test for __sun__ 15 years ago
Nicolas Pitre 51ea55190b make sure byte swapping is optimal for git 15 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
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