| Commit message (Expand) | Author | Age | Files | Lines |
* | unicode: identify emoji width and modifiers | Avi Halachmi (:avih) | 2023-07-23 | 1 | -0/+8 |
* | win32: use inc_cursor regardless of VT mode | Avi Halachmi (:avih) | 2023-07-23 | 1 | -6/+2 |
* | win32: support build with FEATURE_UNICODE_SUPPORT | Avi Halachmi (:avih) | 2023-07-22 | 2 | -1/+33 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2023-07-13 | 4 | -26/+14 |
|\ |
|
| * | libbb: code shrink: introduce and use [_]exit_FAILURE() | Denys Vlasenko | 2023-06-15 | 1 | -0/+10 |
| * | libbb: pass "" rather than NULL as format string in _nomsg functions | Denys Vlasenko | 2023-06-12 | 3 | -26/+4 |
* | | win32: don't assume console CP equals OEM CP | Avi Halachmi (:avih) | 2023-06-28 | 1 | -1/+1 |
* | | win32: more applet look-up tweaks | Ron Yorston | 2023-06-19 | 1 | -4/+21 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-06-16 | 1 | -34/+68 |
|\| |
|
| * | libbb/dump: code shrink | Denys Vlasenko | 2023-05-28 | 1 | -5/+7 |
| * | libbb/dump: make xxd_displayoff member conditional on xxd | Denys Vlasenko | 2023-05-27 | 1 | -2/+10 |
| * | libbb/dump: correct handling of 1-byte signed int format | Denys Vlasenko | 2023-05-26 | 1 | -20/+17 |
| * | libbb/dump: use fputs_stdout where appropriate | Denys Vlasenko | 2023-05-26 | 1 | -2/+2 |
| * | od, hexdump: byte 0x11 is "dc1" not "dcl" | Denys Vlasenko | 2023-05-26 | 1 | -2/+4 |
| * | libbb/dump: conditionalize code used only by xxd and od | Denys Vlasenko | 2023-05-26 | 1 | -1/+5 |
| * | od: stop printing extra trailing spaces | Denys Vlasenko | 2023-05-25 | 1 | -7/+14 |
| * | od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -s | Denys Vlasenko | 2023-05-25 | 1 | -8/+22 |
* | | win32: code shrink applet look-up | Ron Yorston | 2023-06-05 | 1 | -20/+2 |
* | | win32: another BB_OVERRIDE_APPLETS fix | Ron Yorston | 2023-06-04 | 1 | -1/+8 |
* | | win32: change interpretation of BB_OVERRIDE_APPLETS | Ron Yorston | 2023-06-02 | 1 | -6/+21 |
* | | win32: case-sensitivity in tab completion | Ron Yorston | 2023-04-19 | 2 | -43/+62 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-04-17 | 3 | -12/+10 |
|\| |
|
| * | lineedit: fix crash when icanon set with -echo | Akos Somfai | 2023-04-12 | 1 | -2/+2 |
| * | appletlib: fix "warning: unused variable applet_no" | Tomas Paukrt | 2023-04-10 | 1 | -1/+1 |
| * | ash: fix sleep built-in not running INT trap immediately on ^C | Denys Vlasenko | 2023-04-10 | 1 | -9/+7 |
* | | wget: enable progress bar in default configuration | Ron Yorston | 2023-04-16 | 1 | -1/+1 |
* | | libbb: don't build useless functions | Ron Yorston | 2023-04-16 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-04-09 | 2 | -16/+22 |
|\| |
|
| * | libbb: consolidate NOMMU fix of restoring high bit in argv[0][0] | Denys Vlasenko | 2023-04-06 | 1 | -4/+6 |
| * | lineedit: fix matching of directories when searching PATH | Ron Yorston | 2023-03-29 | 1 | -2/+2 |
| * | libbb/sha: do not read shaNI variable twice, and factor out its setting | Denys Vlasenko | 2023-03-29 | 1 | -12/+16 |
| * | libbb/sha: fix sha-NI instruction detection | Denys Vlasenko | 2023-03-29 | 1 | -2/+2 |
* | | ash: add support for INT trap | Ron Yorston | 2023-04-03 | 1 | -0/+4 |
* | | lineedit: fix matching of directories when searching PATH | Ron Yorston | 2023-03-24 | 1 | -2/+2 |
* | | win32: delay adjusting code page | Ron Yorston | 2023-03-17 | 1 | -3/+1 |
* | | win32: code shrink detection of executables | Ron Yorston | 2023-03-16 | 1 | -4/+6 |
* | | win32: virtual terminal input fixes | Ron Yorston | 2023-03-06 | 2 | -5/+7 |
* | | win32: add support for virtual terminal input | Ron Yorston | 2023-03-05 | 1 | -12/+9 |
* | | win32: enable Unix read_key() for virtual terminal | Ron Yorston | 2023-03-05 | 2 | -1/+5 |
* | | win32: add virtual terminal support to termios(3) | Ron Yorston | 2023-03-05 | 1 | -3/+5 |
* | | win32: changes to console mode handling | Ron Yorston | 2023-03-05 | 1 | -0/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-02-13 | 1 | -7/+10 |
|\| |
|
| * | shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256 | Denys Vlasenko | 2023-01-26 | 1 | -7/+10 |
* | | Fix POSIX build | Ron Yorston | 2023-02-04 | 1 | -1/+1 |
* | | libbb: fix CRLF handling | Ron Yorston | 2023-01-31 | 2 | -4/+14 |
* | | Annual update of copyright message | Ron Yorston | 2023-01-05 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-01-05 | 3 | -73/+148 |
|\| |
|
| * | shell: fix compile failures in some configs | Denys Vlasenko | 2023-01-03 | 1 | -11/+13 |
| * | libbb/loop: fix compile failure (name collision) | Denys Vlasenko | 2023-01-02 | 1 | -2/+2 |
| * | libbb: shrink del_loop() | Denys Vlasenko | 2022-12-13 | 1 | -1/+1 |