Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / dump.c
2019-07-02 James Byrnelibbb: reduce the overhead of single parameter bb_error...
2018-07-03 Denys Vlasenkohexdump: fix short file of zero butes treated as dup
2018-04-06 Denys Vlasenkoplacate gcc-8.0.1 warnings
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-08-02 Denys Vlasenkodo not use `a' quoting style in comments
2017-07-14 Denys Vlasenkoxxd: allow "-" as file name meaning stdin
2017-07-14 Denys Vlasenkolibbb/dump: allow skipping over stdin too
2017-07-14 Denys Vlasenkolibbb/dump: fix a few broken commits and shrink code
2017-01-25 Denys Vlasenkolibbb: shrink sump.c
2017-01-25 Denys Vlasenkoxxd: new applet
2016-08-26 Denys Vlasenkohexdump: fix numerous bugs in handling of backslashes
2013-03-27 Denys Vlasenkohexdump: don't unconditionally limit the usable address...
2011-11-21 Denys VlasenkoMerge branch 'master' of git+ssh://busybox.net/var...
2011-11-18 Denys Vlasenkohexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes...
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-31 Denys Vlasenkolibbb: add xfstat function
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-02-06 Denys Vlasenkohexdump: fix "hexdump nonexistent_file" handling
2009-11-18 Denys Vlasenkolibbb: robustify isXXXX(). +39 bytes
2009-10-08 Denys Vlasenko*: code shrink via NOINLINE
2008-11-16 Denis Vlasenkolibbb: replace some memmove's with memcpy's (Ron (ron...
2008-08-23 Denis Vlasenkohexdump: fix SEGV in hexdump -e ""
2008-07-29 Denis Vlasenkolibbb: dump: do not use uninitialized memory. close...
2008-07-16 Denis Vlasenkolibbb: get rid of statics in dump.c; code shrinks a...
2008-07-16 Denis Vlasenkood,hexdump: fix bug where xrealloc may move pointer,
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-03-17 Denis Vlasenkoclean up TODO file. No real code changes.
2008-02-11 Bernhard Reutner... - spelling fixes
2007-11-06 Denis Vlasenkofbset: fix buglet where we were using wrong pointer
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-06-21 Denis Vlasenkorandom shrinkage of statics, -60 bytes saved
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2006-12-26 Denis Vlasenkostyle fixes
2006-12-26 Denis Vlasenkoleftover of e2fsck surgery
2006-12-19 Denis Vlasenkoremove casts from xmalloc()
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 2
2006-11-27 Denis Vlasenkostyle cleanup: return(a) -> return a, part 1
2006-10-27 Denis Vlasenkolast nail into error_msg() (de)capitalization
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-02 "Robert P. J. Day"Standardize on the vi editing directives being on the...
2006-07-01 "Robert P. J. Day"Remove all usage of the "register" storage class specifier.
2006-06-28 Rob LandleyFix bug bugs.busybox.net/view.php?id=874 where hexdump...
2006-06-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2006-05-31 Bernhard Reutner... - convert xcalloc(1,x) to xzalloc
2006-04-16 Mike Frysingeruse memmove() instead of bcopy()
2006-04-16 Mike Frysingeruse memcmp() not bcmp()
2006-02-19 Mike Frysingerrfelker writes in Bug 740: s/u_char/unsigned char/
2006-01-31 Bernhard Reutner... - bzero -> memset
2006-01-25 Tim Rikerjust whitespace
2004-07-23 Glenn L McGrathPatch from Felipe Kellermann, "There is a call to print...
2004-05-02 Glenn L McGrathAdd part of a patch from Vernon Sauder that i missed...
2004-03-27 Eric AndersenAdd missing include files
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-05 Glenn L McGrathPatch from Vernon Sauder.
2004-01-30 Eric Andersens/u_int/unsigned int/g
2003-04-21 Glenn L McGrathsync with waldi
2003-04-19 Eric AndersenPatch from David Updegraff to use calloc so that forwa...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-08-22 Glenn L McGrathRun through indent, fix comments
2002-06-23 Aaron LehmannRemove advertising clauses in accordance with
2001-11-02 Glenn L McGrathIntroduce od and hexdump applets