aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Fix for old mingw-w64 (32-bit)Ron Yorston2023-06-151-0/+3
* | Fixes for old mingw-w64Ron Yorston2023-06-143-2/+10
* | make: code shrinkRon Yorston2023-06-081-1/+1
* | ls: code shrinkRon Yorston2023-06-071-10/+11
* | ls: check whether link is hiddenRon Yorston2023-06-061-0/+17
* | win32: remove special treatment of USERNAMERon Yorston2023-06-052-2/+0
* | win32: code shrink applet look-upRon Yorston2023-06-053-31/+19
* | Example build scriptsRon Yorston2023-06-043-0/+124
* | win32: code shrinkRon Yorston2023-06-041-7/+2
* | ash: fix build with line editing disabledRon Yorston2023-06-041-0/+4
* | win32: another BB_OVERRIDE_APPLETS fixRon Yorston2023-06-043-6/+48
* | win32: fix BB_OVERRIDE_APPLETSRon Yorston2023-06-031-0/+8
* | win32: change interpretation of BB_OVERRIDE_APPLETSRon Yorston2023-06-022-16/+23
* | win32: fix euro symbol handlingRon Yorston2023-06-022-3/+6
* | win32: skip test for non-console apps if necessaryRon Yorston2023-06-021-0/+4
* | Update READMERon Yorston2023-06-021-4/+5
* | ls: allow hidden system files to be omittedRon Yorston2023-06-011-2/+14
* | ash: enable 'set -/+o noconsole'Ron Yorston2023-06-013-14/+10
* | su: fix usage messageFRP-5007-g82accfc19Ron Yorston2023-05-281-1/+1
* | win32: support "app exec link" reparse pointsRon Yorston2023-05-273-1/+43
* | Merge branch 'busybox' into mergeRon Yorston2023-05-2312-53/+561
|\|
| * 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
* | drop: changes to ctrl-c handlingRon Yorston2023-05-231-12/+25
* | win32: crtl-c interrupts non-console applicationsRon Yorston2023-05-232-1/+37
* | win32: changes to signal handlingRon Yorston2023-05-235-18/+43
* | timeout: code shrinkRon Yorston2023-05-231-2/+6
* | su: add option to keep console open on shell exitRon Yorston2023-05-022-7/+36
* | su: add option to wait for shell exit codeRon Yorston2023-05-021-3/+27
* | make: special treatment of archive membersRon Yorston2023-05-011-4/+25
* | win32: further code shrink quote_args()Ron Yorston2023-04-281-19/+3