aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* awk: get rid of one indirection level for iF (input file structure)Denys Vlasenko2023-05-271-37/+41
* awk: fix splitting with default FSDenys Vlasenko2023-05-272-5/+15
* libbb/dump: make xxd_displayoff member conditional on xxdDenys Vlasenko2023-05-272-6/+14
* od: -l,I,L indeed depend on sizeof(long), fix thisDenys Vlasenko2023-05-263-29/+39
* awk: fix use-after-realloc (CVE-2021-42380), closes 15601Denys Vlasenko2023-05-262-6/+75
* hexdump: code shrinkDenys Vlasenko2023-05-261-10/+14
* hexdump, xxd: shrink stringsDenys Vlasenko2023-05-262-11/+11
* libbb/dump: correct handling of 1-byte signed int formatDenys Vlasenko2023-05-262-21/+50
* libbb/dump: use fputs_stdout where appropriateDenys Vlasenko2023-05-261-2/+2
* od, hexdump: byte 0x11 is "dc1" not "dcl"Denys Vlasenko2023-05-263-9/+45
* od: actually remove -IL from --help, as comment saysDenys Vlasenko2023-05-261-1/+1
* od: support -DOHXILDenys Vlasenko2023-05-263-45/+46
* libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko2023-05-263-2/+10
* od: fix default format, shrinkDenys Vlasenko2023-05-262-20/+32
* od: stop printing extra trailing spacesDenys Vlasenko2023-05-254-47/+51
* od: implement -BDenys Vlasenko2023-05-252-15/+15
* od: correct -i, enable tests which pass for DESKTOP tooDenys Vlasenko2023-05-253-31/+39
* od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko2023-05-253-68/+100
* od: add testsDavid Leonard2023-05-252-0/+220
* od: fix -ODavid Leonard2023-05-251-1/+1
* hush: make "false" built-inDenys Vlasenko2023-05-251-0/+7
* hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571Denys Vlasenko2023-05-259-8/+56
* ash: use-after-free in bash pattern substitutionKarsten Sperling2023-05-181-0/+2
* examples/var_service/README: fix an errorDenys Vlasenko2023-05-181-1/+1
* cpio: tweak --helpDenys Vlasenko2023-05-091-1/+1
* nslookup: code shrinkDenys Vlasenko2023-05-091-1/+7
* nslookup: ensure unique transaction IDs for the DNS queriesDenys Vlasenko2023-05-091-4/+390
* hush: add comment about abort on syntax error %{^}Denys Vlasenko2023-05-091-0/+1
* build system: fix "Config.in:117 error: Overlong line"Denys Vlasenko2023-05-081-3/+4
* hush: fix an interactive abort on errorDenys Vlasenko2023-05-081-0/+8
* build system: Make it possible to build with 64bit time_tUwe Kleine-König2023-05-072-0/+11
* readlink: code shrinkDenys Vlasenko2023-05-071-5/+4
* nmeter: improve %T fractionals displayDenys Vlasenko2023-05-071-0/+18
* factor: we can pack 21, not 20, 3-bit elements into packed wheel wordsDenys Vlasenko2023-04-231-36/+35
* ip: code shrinkDenys Vlasenko2023-04-232-5/+82
* readlink: support --, -n alwaysEric Blake2023-04-161-17/+12
* tr: display usage for incorrect argumentsRon Yorston2023-04-161-1/+1
* ash,hush: tab completion of functions and aliasesRon Yorston2023-04-162-6/+40
* hush: quote variable values printed by "set" (match ash behavior)Denys Vlasenko2023-04-132-4/+19
* shuf: another tweak to COMMON_PREFIX_HACK codeDenys Vlasenko2023-04-131-8/+4
* build system: clean more files on make cleanTomas Paukrt2023-04-121-0/+1
* shuf: fix pfx_len calculationDenys Vlasenko2023-04-121-1/+1
* shuf: remove redundant codeDenys Vlasenko2023-04-121-2/+0
* shuf: add (disabled) code to support very long numbers in -i LO-HIDenys Vlasenko2023-04-121-6/+58
* lineedit: fix crash when icanon set with -echoAkos Somfai2023-04-121-2/+2
* sleep: fix error exit when called as "sh" builtinDenys Vlasenko2023-04-121-1/+2
* seq: fix yet another case of negative parameters not workingDenys Vlasenko2023-04-112-2/+7
* seedrng: fix for glibc <= 2.24 not providing random headerThomas Devoogdt2023-04-111-4/+10
* seedrng: fix for glibc <= 2.24 not providing getrandom()Denys Vlasenko2023-04-101-0/+14
* appletlib: fix "warning: unused variable applet_no"Tomas Paukrt2023-04-101-1/+1