Bump to version 1.22.1
[platform/upstream/busybox.git] / util-linux / hexdump.c
2013-07-13 Denys VlasenkoCommonalize typical [b,]k,m suffix struct
2013-03-27 Denys Vlasenkohexdump: need to use xstrtoull for off_t
2013-03-27 Denys Vlasenkohexdump: don't unconditionally limit the usable address...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-16 Denys Vlasenko*: fix "see file License ..." - the file is named LICEN...
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-04-06 Denys Vlasenkohexdump: make -s 0xNNNNN work
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-07-26 Denis Vlasenkofix several problems with config parser:
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-16 Denis Vlasenkolibbb: get rid of statics in dump.c; code shrinks a...
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-17 Denis Vlasenko*: shrink by using [f]open_or_warn_stdin where appropriate
2007-11-18 Denis Vlasenkohexdump: add hd alias, add -R option
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-27 Denis Vlasenkomultiplier suffixes are short, store them directly...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-10 Denis Vlasenkoaudit small applets and mark some of them as NOFORK.
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-23 Denis Vlasenkohexdump: fixlet for my breakage
2006-09-23 Denis Vlasenkohexdump: deindent, almost fits into 80 columns now
2006-09-17 Denis Vlasenkowhitespace cleanup
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-18 Rob Landleyskip_whitespace() shouldn't claim its return value...
2005-11-28 Paul Foxadd "-C" format to hexdump
2003-03-19 Manuel Novoa III Major coreutils update.
2002-06-23 Aaron LehmannRemove advertising clauses in accordance with
2001-11-02 Glenn L McGrathIntroduce od and hexdump applets