summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
2011-02-10compat: helper for detecting unsigned overflowJonathan Nieder
2010-12-04Merge branch 'jn/thinner-wrapper'Junio C Hamano
2010-11-30Merge branch 'md/interix'Junio C Hamano
2010-11-10wrapper: move odb_* to environment.cJonathan Nieder
2010-11-04mingw: use poll-emulation from gnulibErik Faye-Lund
2010-11-04compat: add inet_pton and inet_ntop prototypesMike Pape
2010-11-04mingw: implement syslogMike Pape
2010-10-29add support for the SUA layer (interix; windows)Markus Duft
2010-10-06do not depend on signed integer overflowErik Faye-Lund
2010-09-12vcs-svn: Fix some printf format compiler warningsRamsay Jones
2010-08-31Merge branch 'jn/svn-fe'Junio C Hamano
2010-08-18Merge branch 'tr/xsize-bits'Junio C Hamano
2010-08-15compat: add strtok_r()Jonathan Nieder
2010-07-28xsize_t: check whether we lose bitsThomas Rast
2010-06-21Merge branch 'js/async-thread'Junio C Hamano
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-13Merge branch 'js/try-to-free-stackable'Junio C Hamano
2010-06-02Merge branch 'maint'Junio C Hamano
2010-06-02git-compat-util.h: use apparently more common __sgi macro to detect SGI IRIXGary V. Vaughan
2010-06-01git-compat-util.h: some platforms with mmap() lack MAP_FAILED definitionGary V. Vaughan
2010-05-21Merge branch 'cw/maint-exec-defpath'Junio C Hamano
2010-05-21Merge branch 'np/malloc-threading'Junio C Hamano
2010-05-09Merge branch 'pc/remove-warn'Junio C Hamano
2010-05-09Have set_try_to_free_routine return the previous routineJohannes Sixt
2010-04-15exec_cmd.c: replace hard-coded path list with one from <paths.h>Chris Webb
2010-04-03Merge branch 'jn/merge-diff3-label'Junio C Hamano
2010-04-03Fix _XOPEN_SOURCE problem on DragonFlyYONETANI Tomokazu
2010-03-28Introduce remove_or_warn functionPeter Collingbourne
2010-03-28Implement the rmdir_or_warn functionPeter Collingbourne
2010-03-24Make xmalloc and xrealloc thread-safeNicolas Pitre
2010-03-21compat: add mempcpy()Jonathan Nieder
2010-03-07Make report() from usage.c public as vreportf() and use it.Johannes Sixt
2010-01-27Merge branch 'il/maint-xmallocz'Junio C Hamano
2010-01-26Add xmallocz()Ilari Liusvaara
2010-01-23msvc: Add a definition of NORETURN compatible with msvc compilerRamsay Jones
2010-01-21Merge branch 'ap/merge-backend-opts'Junio C Hamano
2010-01-20Merge branch 'jc/symbol-static'Junio C Hamano
2010-01-20date.c: mark file-local function staticJunio C Hamano
2010-01-18git merge -X<option>Avery Pennarun
2010-01-12Add missing #include to support TIOCGWINSZ on SolarisNguyễn Thái Ngọc Duy
2009-11-10Introduce usagef() that takes a printf-style formatJonathan Nieder
2009-10-01add NORETURN_PTR for function pointersErik Faye-Lund
2009-10-01increase portability of NORETURN declarationsErik Faye-Lund
2009-09-19Make usage of windows.h lean and meanMarius Storm-Olsen
2009-09-19Add platform files for porting to MSVCFrank Li
2009-08-28Merge branch 'lt/block-sha1'Junio C Hamano
2009-08-20git-compat-util.h: remove superfluous test for __sun__Brandon Casey
2009-08-18make sure byte swapping is optimal for gitNicolas Pitre
2009-07-23janitor: add DIV_ROUND_UP and use it.Pierre Habouzit
2009-07-23refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit