summaryrefslogtreecommitdiff
path: root/convert-objects.c
Commit message (Expand)AuthorAgeFilesLines
* fix up strtoul_ui error handlingAndy Whitcroft2007-04-181-1/+1
* sscanf/strtoul: parse integers robustlyJim Meyering2007-04-141-1/+1
* General const correctness fixesShawn O. Pearce2007-03-071-1/+1
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-6/+6
* simplify inclusion of system header files.Junio C Hamano2006-12-201-4/+0
* convert-objects: set _XOPEN_SOURCE to 600Junio C Hamano2006-11-151-1/+1
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-3/+3
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-1/+1
* Fix header breakage with _XOPEN_SOURCE.Ramsay Allan Jones2006-08-021-0/+1
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-101-6/+6
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-11/+11
* Separate object name errors from usage errorsDmitry V. Levin2006-05-081-1/+3
* Replace xmalloc+memset(0) with xcalloc.Peter Eriksen2006-04-041-2/+1
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-8/+11
* [PATCH] Initial AIX portability fixes.Jason Riedy2005-12-061-1/+2
* Make the rest of commands work from a subdirectory.Junio C Hamano2005-11-281-0/+2
* Unlocalized isspace and friendsLinus Torvalds2005-10-141-1/+0
* [PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano2005-09-171-1/+0
* [PATCH] Portability fix for Solaris 10/x86Patrick Mauritz2005-09-071-0/+1
* Big tool rename.Junio C Hamano2005-09-071-0/+326