aboutsummaryrefslogtreecommitdiff
path: root/libbb/dump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Standardize on the vi editing directives being on the first line.rpjday2006-07-021-0/+1
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-10/+10
* Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got itslandley2006-06-281-2/+3
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowlandley2006-06-181-18/+15
* - convert xcalloc(1,x) to xzallocaldot2006-05-311-3/+3
* use memmove() instead of bcopy()vapier2006-04-161-6/+6
* use memcmp() not bcmp()vapier2006-04-161-2/+2
* rfelker writes in Bug 740: s/u_char/unsigned char/vapier2006-02-191-12/+12
* - bzero -> memsetaldot2006-01-311-14/+2
* just whitespacetimr2006-01-251-1/+1
* Patch from Felipe Kellermann, "There is a call to printf using `*pr-cchar'bug12004-07-231-1/+1
* Add part of a patch from Vernon Sauder that i missed a while backbug12004-05-021-1/+1
* Add missing include filesandersen2004-03-271-0/+1
* s/fileno\(stdin\)/STDIN_FILENO/gandersen2004-03-271-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-2/+2
* Patch from Vernon Sauder.bug12004-03-051-1/+1
* s/u_int/unsigned int/gandersen2004-01-301-4/+4
* sync with waldibug12003-04-211-1/+1
* Patch from David Updegraff to use calloc so that forward pointers start outandersen2003-04-191-7/+29
* Major coreutils update.mjn32003-03-191-313/+204
* Run through indent, fix commentsbug12002-08-221-176/+222
* Remove advertising clauses in accordance withaaronl2002-06-231-5/+1
* Introduce od and hexdump appletsbug12001-11-021-0/+863