summaryrefslogtreecommitdiffstats
path: root/convert-objects.c
AgeCommit message (Expand)AuthorLines
2007-04-18fix up strtoul_ui error handlingAndy Whitcroft-1/+1
2007-04-14sscanf/strtoul: parse integers robustlyJim Meyering-1/+1
2007-03-07General const correctness fixesShawn O. Pearce-1/+1
2007-02-27convert object type handling from a string to a numberNicolas Pitre-6/+6
2006-12-20simplify inclusion of system header files.Junio C Hamano-4/+0
2006-11-15convert-objects: set _XOPEN_SOURCE to 600Junio C Hamano-1/+1
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce-3/+3
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes-1/+1
2006-08-02Fix header breakage with _XOPEN_SOURCE.Ramsay Allan Jones-0/+1
2006-07-10Avoid C99 comments, use old-style C comments instead.Pavel Roskin-6/+6
2006-06-20Remove all void-pointer arithmetic.Florian Forster-11/+11
2006-05-08Separate object name errors from usage errorsDmitry V. Levin-1/+3
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen-2/+1
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen-8/+11
2005-12-06[PATCH] Initial AIX portability fixes.Jason Riedy-1/+2
2005-11-28Make the rest of commands work from a subdirectory.Junio C Hamano-0/+2
2005-10-14Unlocalized isspace and friendsLinus Torvalds-1/+0
2005-09-17[PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano-1/+0
2005-09-07[PATCH] Portability fix for Solaris 10/x86Patrick Mauritz-0/+1
2005-09-07Big tool rename.Junio C Hamano-0/+326