aboutsummaryrefslogtreecommitdiff
path: root/libbb/dump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hexdump: fix short file of zero butes treated as dupDenys Vlasenko2018-07-031-5/+9
* placate gcc-8.0.1 warningsDenys Vlasenko2018-04-061-3/+3
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* xxd: allow "-" as file name meaning stdinDenys Vlasenko2017-07-141-4/+6
* libbb/dump: allow skipping over stdin tooDenys Vlasenko2017-07-141-20/+13
* libbb/dump: fix a few broken commits and shrink codeDenys Vlasenko2017-07-141-10/+10
* libbb: shrink sump.cDenys Vlasenko2017-01-251-79/+80
* xxd: new appletDenys Vlasenko2017-01-251-7/+5
* hexdump: fix numerous bugs in handling of backslashesDenys Vlasenko2016-08-261-20/+31
* hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko2013-03-271-1/+1
* hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko2011-11-181-11/+14
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-5/+2
* *: whitespace fixesDenys Vlasenko2010-10-281-3/+3
* libbb: add xfstat functionDenys Vlasenko2010-08-311-3/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* hexdump: fix "hexdump nonexistent_file" handlingDenys Vlasenko2010-02-061-2/+2
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-4/+4
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))Denis Vlasenko2008-11-161-6/+6
* hexdump: fix SEGV in hexdump -e ""Denis Vlasenko2008-08-231-2/+3
* libbb: dump: do not use uninitialized memory. close bug 4364.Denis Vlasenko2008-07-291-4/+3
* libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko2008-07-161-138/+160
* od,hexdump: fix bug where xrealloc may move pointer,Denis Vlasenko2008-07-161-62/+68
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3
* clean up TODO file. No real code changes.Denis Vlasenko2008-03-171-2/+2
* - spelling fixesBernhard Reutner-Fischer2008-02-111-1/+1
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-061-2/+4
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-4/+4
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-5/+5
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* random shrinkage of statics, -60 bytes savedDenis Vlasenko2007-06-211-6/+10
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
* style fixesDenis Vlasenko2006-12-261-1/+1
* leftover of e2fsck surgeryDenis Vlasenko2006-12-261-1/+3
* remove casts from xmalloc()Denis Vlasenko2006-12-191-2/+2
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-8/+8
* style cleanup: return(a) -> return a, part 1Denis Vlasenko2006-11-271-3/+3
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-4/+4
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-4/+1
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* Remove all usage of the "register" storage class specifier."Robert P. J. Day"2006-07-011-10/+10
* Fix bug http://bugs.busybox.net/view.php?id=874 where hexdump -C got itsRob Landley2006-06-281-2/+3
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowRob Landley2006-06-181-18/+15
* - convert xcalloc(1,x) to xzallocBernhard Reutner-Fischer2006-05-311-3/+3
* use memmove() instead of bcopy()Mike Frysinger2006-04-161-6/+6
* use memcmp() not bcmp()Mike Frysinger2006-04-161-2/+2
* rfelker writes in Bug 740: s/u_char/unsigned char/Mike Frysinger2006-02-191-12/+12