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