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
/
libbb
/
dump.c
Age
Commit message (
Expand
)
Author
2023-05-28
libbb/dump: code shrink
Denys Vlasenko
2023-05-27
libbb/dump: make xxd_displayoff member conditional on xxd
Denys Vlasenko
2023-05-26
libbb/dump: correct handling of 1-byte signed int format
Denys Vlasenko
2023-05-26
libbb/dump: use fputs_stdout where appropriate
Denys Vlasenko
2023-05-26
od, hexdump: byte 0x11 is "dc1" not "dcl"
Denys Vlasenko
2023-05-26
libbb/dump: conditionalize code used only by xxd and od
Denys Vlasenko
2023-05-25
od: stop printing extra trailing spaces
Denys Vlasenko
2023-05-25
od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -s
Denys Vlasenko
2021-10-10
*: add NOINLINEs where code noticeably shrinks
Denys Vlasenko
2021-06-18
xxd: implement -i "C style output"
Denys Vlasenko
2021-06-18
xxd: do not try reading from closed stdin when non-existent file is given
Denys Vlasenko
2021-06-17
xxd: implement -o DISPLAYOFFSET
Denys Vlasenko
2021-06-17
hexdump: fix error message
Denys Vlasenko
2021-02-03
libbb: introduce and use fputs_stdout
Ron Yorston
2020-10-25
od: unbreak it
Denys Vlasenko
2020-10-20
hexdump: fix dup block comparison
Denys Vlasenko
2020-10-20
xxd: fix printing of trailing spaces
Denys Vlasenko
2019-07-02
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2018-07-03
hexdump: fix short file of zero butes treated as dup
Denys Vlasenko
2018-04-06
placate gcc-8.0.1 warnings
Denys Vlasenko
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2017-08-02
do not use `a' quoting style in comments
Denys Vlasenko
2017-07-14
xxd: allow "-" as file name meaning stdin
Denys Vlasenko
2017-07-14
libbb/dump: allow skipping over stdin too
Denys Vlasenko
2017-07-14
libbb/dump: fix a few broken commits and shrink code
Denys Vlasenko
2017-01-25
libbb: shrink sump.c
Denys Vlasenko
2017-01-25
xxd: new applet
Denys Vlasenko
2016-08-26
hexdump: fix numerous bugs in handling of backslashes
Denys Vlasenko
2013-03-27
hexdump: don't unconditionally limit the usable address range
Denys Vlasenko
2011-11-18
hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478
Denys Vlasenko
2011-05-13
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-31
libbb: add xfstat function
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-02-06
hexdump: fix "hexdump nonexistent_file" handling
Denys Vlasenko
2009-11-18
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-10-08
*: code shrink via NOINLINE
Denys Vlasenko
2008-11-16
libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))
Denis Vlasenko
2008-08-23
hexdump: fix SEGV in hexdump -e ""
Denis Vlasenko
2008-07-29
libbb: dump: do not use uninitialized memory. close bug 4364.
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-07-08
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-03-17
clean up TODO file. No real code changes.
Denis Vlasenko
2008-02-11
- spelling fixes
Bernhard Reutner-Fischer
2007-11-06
fbset: fix buglet where we were using wrong pointer
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-24
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
[next]