aboutsummaryrefslogtreecommitdiff
path: root/libbb/dump.c
AgeCommit message (Collapse)Author
2006-06-18skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley
that and callers wind up typecasting it back.
2006-05-31- convert xcalloc(1,x) to xzallocBernhard Reutner-Fischer
2006-04-16use memmove() instead of bcopy()Mike Frysinger
2006-04-16use memcmp() not bcmp()Mike Frysinger
2006-02-19rfelker writes in Bug 740: s/u_char/unsigned char/Mike Frysinger
2006-01-31- bzero -> memsetBernhard Reutner-Fischer
text data bss dec hex filename 1652855 14444 1215616 2882915 2bfd63 busybox.oorig.gcc-3.3 1652823 14444 1215616 2882883 2bfd43 busybox.gcc-3.3 1603655 14412 1215552 2833619 2b3cd3 busybox.oorig.gcc-3.4 1603655 14412 1215552 2833619 2b3cd3 busybox.gcc-3.4 1609755 14508 1215744 2840007 2b55c7 busybox.oorig.gcc-4.0 1609755 14508 1215744 2840007 2b55c7 busybox.gcc-4.0 1590495 13516 1215392 2819403 2b054b busybox.oorig.gcc-4.1-HEAD 1590495 13516 1215392 2819403 2b054b busybox.gcc-4.1-HEAD 1589079 13036 1213248 2815363 2af583 busybox.oorig.gcc-4.2-HEAD 1589079 13036 1213248 2815363 2af583 busybox.gcc-4.2-HEAD
2006-01-25just whitespaceTim Riker
2004-07-23Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar'Glenn L McGrath
referencing a string and using a single char, when *p <= 0x1f."
2004-05-02Add part of a patch from Vernon Sauder that i missed a while backGlenn L McGrath
2004-03-27Add missing include filesEric Andersen
2004-03-27s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen
s/fileno\(stdout\)/STDOUT_FILENO/g
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-05Patch from Vernon Sauder.Glenn L McGrath
The off_t type is not a consistent size; it depends on the kernel options (something about large file support). Therefore, the format string for printing an address is not always the same.
2004-01-30s/u_int/unsigned int/gEric Andersen
s/u_short/unsigned short/g
2003-04-21sync with waldiGlenn L McGrath
2003-04-19Patch from David Updegraff to use calloc so that forward pointers start outEric Andersen
NULL, and so it can handle format strings that have stuff _after_ the last %? specification
2003-03-19Major coreutils update.Manuel Novoa III
2002-08-22Run through indent, fix commentsGlenn L McGrath
2002-06-23Remove advertising clauses in accordance withAaron Lehmann
ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change
2001-11-02Introduce od and hexdump appletsGlenn L McGrath