aboutsummaryrefslogtreecommitdiff
path: root/convert-objects.c
Commit message (Expand)AuthorAge
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* convert-objects: set _XOPEN_SOURCE to 600Junio C Hamano2006-11-15
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* Fix header breakage with _XOPEN_SOURCE.Ramsay Allan Jones2006-08-02
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-10
* Remove all void-pointer arithmetic.Florian Forster2006-06-20
* Separate object name errors from usage errorsDmitry V. Levin2006-05-08
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-04
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-04
* [PATCH] Initial AIX portability fixes.Jason Riedy2005-12-06
* Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-28
* Unlocalized isspace and friendsLinus Torvalds2005-10-14
* [PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano2005-09-17
* [PATCH] Portability fix for Solaris 10/x86Patrick Mauritz2005-09-07
* Big tool rename.Junio C Hamano2005-09-07