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
/
include
/
dump.h
Age
Commit message (
Expand
)
Author
2023-05-25
od: stop printing extra trailing spaces
Denys Vlasenko
2021-06-18
xxd: implement -i "C style output"
Denys Vlasenko
2021-06-17
xxd: implement -o DISPLAYOFFSET
Denys Vlasenko
2020-10-25
od: unbreak it
Denys Vlasenko
2020-10-20
xxd: fix printing of trailing spaces
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2009-04-09
*: make "pragma GCC visibility push(hidden)" less ugly
Denis Vlasenko
2008-07-16
libbb: get rid of statics in dump.c; code shrinks a lot too
Denis Vlasenko
2008-07-16
od,hexdump: fix bug where xrealloc may move pointer,
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-05-09
Use intra-DSO calls when we build libbusybox. No-op for normal build.
Denis Vlasenko
2006-10-01
sed: unbreak multiple -e, -f option handling (my fault)
Denis Vlasenko
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2003-03-19
Major coreutils update.
Manuel Novoa III
2001-11-02
Required for od and hexdump applets
Glenn L McGrath