| Commit message (Expand) | Author | Files | Lines |
2023-05-26 | od: support -DOHXIL | Denys Vlasenko | 3 | -45/+46 |
2023-05-26 | libbb/dump: conditionalize code used only by xxd and od | Denys Vlasenko | 3 | -2/+10 |
2023-05-26 | od: fix default format, shrink | Denys Vlasenko | 2 | -20/+32 |
2023-05-25 | od: stop printing extra trailing spaces | Denys Vlasenko | 4 | -47/+51 |
2023-05-25 | od: implement -B | Denys Vlasenko | 2 | -15/+15 |
2023-05-25 | od: correct -i, enable tests which pass for DESKTOP too | Denys Vlasenko | 3 | -31/+39 |
2023-05-25 | od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -s | Denys Vlasenko | 3 | -68/+100 |
2023-05-25 | od: add tests | David Leonard | 2 | -0/+220 |
2023-05-25 | od: fix -O | David Leonard | 1 | -1/+1 |
2023-05-25 | hush: make "false" built-in | Denys Vlasenko | 1 | -0/+7 |
2023-05-25 | hush: fix ELIF cmd1;cmd2 THEN ... not executing cmd2, closes 15571 | Denys Vlasenko | 9 | -8/+56 |
2023-05-18 | ash: use-after-free in bash pattern substitution | Karsten Sperling | 1 | -0/+2 |
2023-05-18 | examples/var_service/README: fix an error | Denys Vlasenko | 1 | -1/+1 |
2023-05-09 | cpio: tweak --help | Denys Vlasenko | 1 | -1/+1 |
2023-05-09 | nslookup: code shrink | Denys Vlasenko | 1 | -1/+7 |
2023-05-09 | nslookup: ensure unique transaction IDs for the DNS queries | Denys Vlasenko | 1 | -4/+390 |
2023-05-09 | hush: add comment about abort on syntax error %{^} | Denys Vlasenko | 1 | -0/+1 |
2023-05-08 | build system: fix "Config.in:117 error: Overlong line" | Denys Vlasenko | 1 | -3/+4 |
2023-05-08 | hush: fix an interactive abort on error | Denys Vlasenko | 1 | -0/+8 |
2023-05-07 | build system: Make it possible to build with 64bit time_t | Uwe Kleine-König | 2 | -0/+11 |
2023-05-07 | readlink: code shrink | Denys Vlasenko | 1 | -5/+4 |
2023-05-07 | nmeter: improve %T fractionals display | Denys Vlasenko | 1 | -0/+18 |
2023-04-23 | factor: we can pack 21, not 20, 3-bit elements into packed wheel words | Denys Vlasenko | 1 | -36/+35 |
2023-04-23 | ip: code shrink | Denys Vlasenko | 2 | -5/+82 |
2023-04-16 | readlink: support --, -n always | Eric Blake | 1 | -17/+12 |
2023-04-16 | tr: display usage for incorrect arguments | Ron Yorston | 1 | -1/+1 |
2023-04-16 | ash,hush: tab completion of functions and aliases | Ron Yorston | 2 | -6/+40 |
2023-04-13 | hush: quote variable values printed by "set" (match ash behavior) | Denys Vlasenko | 2 | -4/+19 |
2023-04-13 | shuf: another tweak to COMMON_PREFIX_HACK code | Denys Vlasenko | 1 | -8/+4 |
2023-04-12 | build system: clean more files on make clean | Tomas Paukrt | 1 | -0/+1 |
2023-04-12 | shuf: fix pfx_len calculation | Denys Vlasenko | 1 | -1/+1 |
2023-04-12 | shuf: remove redundant code | Denys Vlasenko | 1 | -2/+0 |
2023-04-12 | shuf: add (disabled) code to support very long numbers in -i LO-HI | Denys Vlasenko | 1 | -6/+58 |
2023-04-12 | lineedit: fix crash when icanon set with -echo | Akos Somfai | 1 | -2/+2 |
2023-04-12 | sleep: fix error exit when called as "sh" builtin | Denys Vlasenko | 1 | -1/+2 |
2023-04-11 | seq: fix yet another case of negative parameters not working | Denys Vlasenko | 2 | -2/+7 |
2023-04-11 | seedrng: fix for glibc <= 2.24 not providing random header | Thomas Devoogdt | 1 | -4/+10 |
2023-04-10 | seedrng: fix for glibc <= 2.24 not providing getrandom() | Denys Vlasenko | 1 | -0/+14 |
2023-04-10 | appletlib: fix "warning: unused variable applet_no" | Tomas Paukrt | 1 | -1/+1 |
2023-04-10 | ash: fix sleep built-in not running INT trap immediately on ^C | Denys Vlasenko | 1 | -9/+7 |
2023-04-10 | mkfs_vfat: do not generate same volume_id when run in rapid succession | Denys Vlasenko | 1 | -2/+3 |
2023-04-10 | seq: accept negative parameters | Denys Vlasenko | 2 | -2/+24 |
2023-04-06 | libbb: consolidate NOMMU fix of restoring high bit in argv[0][0] | Denys Vlasenko | 5 | -9/+8 |
2023-04-03 | ash: sleep builtin with no arguments should not exit | Denys Vlasenko | 2 | -2/+15 |
2023-04-03 | hush: printf builtin with no arguments should not exit | Denys Vlasenko | 1 | -1/+1 |
2023-04-03 | ash: code shrink: do not take address of prefix(), allowing it to inline | Denys Vlasenko | 1 | -8/+4 |
2023-04-03 | ash: code shrink - reuse is_prefixed_with() from libbb | Denys Vlasenko | 1 | -2/+4 |
2023-04-03 | ash: get rid of separate mail_var_path_changed flag variable | Denys Vlasenko | 1 | -10/+9 |
2023-04-03 | ash: fix still-broken new mail detection | Denys Vlasenko | 1 | -4/+4 |
2023-04-03 | ash: fix broken new mail detection | Denys Vlasenko | 1 | -1/+0 |