aboutsummaryrefslogtreecommitdiff
path: root/util-linux/hexdump_xxd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xxd: use bb_simple_perror_msg... where appropriateDenys Vlasenko2023-01-031-2/+2
* xxd: fix use of non-initialized dataDenys Vlasenko2023-01-021-1/+2
* xxd: fix typo in trivial usageBrandon Maier2022-12-081-1/+1
* xxd -r: handle offsetsDenys Vlasenko2022-08-221-8/+50
* xxd -r: without -p, stop at more than one whitespace, closes 14786Denys Vlasenko2022-08-221-17/+39
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-1/+1
* xxd: fix -p -r, closes 13881Denys Vlasenko2021-10-081-13/+38
* xxd: compat tweak for -iDenys Vlasenko2021-06-251-6/+9
* xxd: implement -i "C style output"Denys Vlasenko2021-06-181-11/+38
* xxd: implement -o DISPLAYOFFSETDenys Vlasenko2021-06-171-5/+14
* more --help text tweaksDenys Vlasenko2020-12-131-2/+1
* compat: move hexdump -R functionality to xxd -rDenys Vlasenko2020-10-251-5/+71
* xxd: fix printing of trailing spacesDenys Vlasenko2020-10-201-0/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+3
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* xxd: make -p output lines actually end with a newlineDenys Vlasenko2017-01-251-1/+3
* xxd: implement -pDenys Vlasenko2017-01-251-9/+21
* hexdump/xxd: a bit more condensed formatsDenys Vlasenko2017-01-251-1/+1
* xxd: new appletDenys Vlasenko2017-01-251-0/+132