aboutsummaryrefslogtreecommitdiff
path: root/libbb/dump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb/dump.c: _argv is already defined by stdlib.hNguyễn Thái Ngọc Duy2009-04-231-0/+1
* preparatory patch for -Wwrite-strings #2vda2007-01-291-1/+1
* style fixesvda2006-12-261-1/+1
* leftover of e2fsck surgeryvda2006-12-261-1/+3
* remove casts from xmalloc()vda2006-12-191-2/+2
* style cleanup: return(a) -> return a, part 2vda2006-11-271-8/+8
* style cleanup: return(a) -> return a, part 1vda2006-11-271-3/+3
* last nail into error_msg() (de)capitalizationvda2006-10-271-4/+4
* Implement optional syslog logging using ordinaryvda2006-09-061-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-4/+1
* 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