index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
hexdump.c
Age
Commit message (
Expand
)
Author
2018-12-28
config: update size information
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-01-25
xxd: implement -p
Denys Vlasenko
2017-01-25
hexdump/xxd: a bit more condensed formats
Denys Vlasenko
2017-01-25
xxd: new applet
Denys Vlasenko
2016-11-23
Make "hd" independently selectable
Denys Vlasenko
2016-11-23
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2013-07-13
Commonalize typical [b,]k,m suffix struct
Denys Vlasenko
2013-03-27
hexdump: need to use xstrtoull for off_t
Denys Vlasenko
2013-03-27
hexdump: don't unconditionally limit the usable address range
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-04-11
move remaining help text from include/usage.src.h
Pere Orga
2010-10-29
whitespace cleanup
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
Denys Vlasenko
2010-08-12
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-04-06
hexdump: make -s 0xNNNNN work
Denys Vlasenko
2009-09-06
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-07-26
fix several problems with config parser:
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-16
libbb: get rid of statics in dump.c; code shrinks a lot too
Denis Vlasenko
2008-03-26
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-17
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2007-11-18
hexdump: add hd alias, add -R option
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-27
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-10-12
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-09-23
hexdump: fixlet for my breakage
Denis Vlasenko
2006-09-23
hexdump: deindent, almost fits into 80 columns now
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-01
Remove all usage of the "register" storage class specifier.
"Robert P. J. Day"
2006-06-18
skip_whitespace() shouldn't claim its return value is const, it doesn't know
Rob Landley
2005-11-28
add "-C" format to hexdump
Paul Fox
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-06-23
Remove advertising clauses in accordance with
Aaron Lehmann
2001-11-02
Introduce od and hexdump applets
Glenn L McGrath