Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-28libbb/dump: code shrinkDenys Vlasenko
2023-05-27libbb/dump: make xxd_displayoff member conditional on xxdDenys Vlasenko
2023-05-26libbb/dump: correct handling of 1-byte signed int formatDenys Vlasenko
2023-05-26libbb/dump: use fputs_stdout where appropriateDenys Vlasenko
2023-05-26od, hexdump: byte 0x11 is "dc1" not "dcl"Denys Vlasenko
2023-05-26libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko
2023-05-26od: stop printing extra trailing spacesDenys Vlasenko
2023-05-25od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko
2021-10-10*: add NOINLINEs where code noticeably shrinksDenys Vlasenko
2021-06-18xxd: implement -i "C style output"Denys Vlasenko
2021-06-18xxd: do not try reading from closed stdin when non-existent file is givenDenys Vlasenko
2021-06-18xxd: implement -o DISPLAYOFFSETDenys Vlasenko
2021-06-18hexdump: fix error messageDenys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2020-10-26od: unbreak itDenys Vlasenko
2020-10-20hexdump: fix dup block comparisonDenys Vlasenko
2020-10-20xxd: fix printing of trailing spacesDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-07-03hexdump: fix short file of zero butes treated as dupDenys Vlasenko
2018-04-06placate gcc-8.0.1 warningsDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-14xxd: allow "-" as file name meaning stdinDenys Vlasenko
2017-07-14libbb/dump: allow skipping over stdin tooDenys Vlasenko
2017-07-14libbb/dump: fix a few broken commits and shrink codeDenys Vlasenko
2017-01-25libbb: shrink sump.cDenys Vlasenko
2017-01-25xxd: new appletDenys Vlasenko
2016-08-26hexdump: fix numerous bugs in handling of backslashesDenys Vlasenko
2013-03-27hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko
2011-11-18hexdump: fix hexdump -n1 -ve '8/2 ""' SEGV. Closes 4478Denys Vlasenko
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-31libbb: add xfstat functionDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-02-06hexdump: fix "hexdump nonexistent_file" handlingDenys Vlasenko
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-10-08*: code shrink via NOINLINEDenys Vlasenko
2008-11-17libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org))Denis Vlasenko
2008-08-24hexdump: fix SEGV in hexdump -e ""Denis Vlasenko
2008-07-29libbb: dump: do not use uninitialized memory. close bug 4364.Denis Vlasenko
2008-07-16libbb: get rid of statics in dump.c; code shrinks a lot tooDenis Vlasenko
2008-07-16od,hexdump: fix bug where xrealloc may move pointer,Denis Vlasenko
2008-07-08libbb: introduce and use xrealloc_vectorDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-03-17clean up TODO file. No real code changes.Denis Vlasenko
2008-02-11- spelling fixesBernhard Reutner-Fischer
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-08-13trylink: produce even more info about final link stageDenis Vlasenko
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko