aboutsummaryrefslogtreecommitdiff
path: root/libbb/dump.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergemergeRon Yorston2024-12-301-2/+4
|\
| * hexdump: fix regression with -n4 -e '"%u"'Natanael Copa2024-12-091-2/+4
* | Merge branch 'busybox' into mergeRon Yorston2023-06-161-34/+68
|\|
| * libbb/dump: code shrinkDenys Vlasenko2023-05-281-5/+7
| * libbb/dump: make xxd_displayoff member conditional on xxdDenys Vlasenko2023-05-271-2/+10
| * libbb/dump: correct handling of 1-byte signed int formatDenys Vlasenko2023-05-261-20/+17
| * libbb/dump: use fputs_stdout where appropriateDenys Vlasenko2023-05-261-2/+2
| * od, hexdump: byte 0x11 is "dc1" not "dcl"Denys Vlasenko2023-05-261-2/+4
| * libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko2023-05-261-1/+5
| * od: stop printing extra trailing spacesDenys Vlasenko2023-05-251-7/+14
| * od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko2023-05-251-8/+22
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-1/+1
|\|
| * *: add NOINLINEs where code noticeably shrinksDenys Vlasenko2021-10-101-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-06-281-20/+21
|\|
| * xxd: implement -i "C style output"Denys Vlasenko2021-06-181-15/+14
| * xxd: do not try reading from closed stdin when non-existent file is givenDenys Vlasenko2021-06-181-0/+1
| * xxd: implement -o DISPLAYOFFSETDenys Vlasenko2021-06-171-5/+6
| * hexdump: fix error messageDenys Vlasenko2021-06-171-1/+1
* | libbb: allow dumping of /dev/fd file descriptorsRon Yorston2021-06-071-0/+36
|/
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* od: unbreak itDenys Vlasenko2020-10-251-24/+0
* hexdump: fix dup block comparisonDenys Vlasenko2020-10-201-1/+0
* xxd: fix printing of trailing spacesDenys Vlasenko2020-10-201-22/+71
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* hexdump: fix short file of zero butes treated as dupDenys Vlasenko2018-07-031-5/+9
* placate gcc-8.0.1 warningsDenys Vlasenko2018-04-061-3/+3
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* xxd: allow "-" as file name meaning stdinDenys Vlasenko2017-07-141-4/+6
* libbb/dump: allow skipping over stdin tooDenys Vlasenko2017-07-141-20/+13
* libbb/dump: fix a few broken commits and shrink codeDenys Vlasenko2017-07-141-10/+10
* libbb: shrink sump.cDenys Vlasenko2017-01-251-79/+80
* xxd: new appletDenys Vlasenko2017-01-251-7/+5
* hexdump: fix numerous bugs in handling of backslashesDenys Vlasenko2016-08-261-20/+31
* hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko2013-03-271-1/+1
* hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko2011-11-181-11/+14
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-5/+2
* *: whitespace fixesDenys Vlasenko2010-10-281-3/+3
* libbb: add xfstat functionDenys Vlasenko2010-08-311-3/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* hexdump: fix "hexdump nonexistent_file" handlingDenys Vlasenko2010-02-061-2/+2
* libbb: robustify isXXXX(). +39 bytesDenys Vlasenko2009-11-181-4/+4
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))Denis Vlasenko2008-11-161-6/+6
* hexdump: fix SEGV in hexdump -e ""Denis Vlasenko2008-08-231-2/+3
* libbb: dump: do not use uninitialized memory. close bug 4364.Denis Vlasenko2008-07-291-4/+3
* libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko2008-07-161-138/+160
* od,hexdump: fix bug where xrealloc may move pointer,Denis Vlasenko2008-07-161-62/+68
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-3/+3