aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* lineedit: normalise HOME for use in promptRon Yorston2023-10-251-1/+7
* ash: add options to control globbing of hidden filesRon Yorston2023-09-201-0/+4
* ash: changes to login shell functionalityRon Yorston2023-08-301-1/+2
* libbb: fix #!/bin/busyboxRon Yorston2023-08-281-0/+4
* win32: replace readlink(2)Ron Yorston2023-08-211-0/+2
* libbb: change message regarding UTF-8 manifestRon Yorston2023-08-171-1/+1
* libbb: silence compiler warningsRon Yorston2023-08-101-1/+3
* Merge branch 'busybox' into mergeRon Yorston2023-08-107-8/+8
|\
| * libbb: rename source files, no code changesDenys Vlasenko2023-07-187-8/+8
* | win32: fail early if UTF8 isn't supportedRon Yorston2023-07-271-11/+20
* | win32: version with UTF8 manifest: add '(Unicode on/off)'Avi Halachmi (:avih)2023-07-241-0/+4
* | unicode: identify emoji width and modifiersAvi Halachmi (:avih)2023-07-231-0/+8
* | win32: use inc_cursor regardless of VT modeAvi Halachmi (:avih)2023-07-231-6/+2
* | win32: support build with FEATURE_UNICODE_SUPPORTAvi Halachmi (:avih)2023-07-222-1/+33
* | Merge branch 'busybox' into mergeRon Yorston2023-07-134-26/+14
|\|
| * libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko2023-06-151-0/+10
| * libbb: pass "" rather than NULL as format string in _nomsg functionsDenys Vlasenko2023-06-123-26/+4
* | win32: don't assume console CP equals OEM CPAvi Halachmi (:avih)2023-06-281-1/+1
* | win32: more applet look-up tweaksRon Yorston2023-06-191-4/+21
* | Merge branch 'busybox' into mergeRon Yorston2023-06-161-34/+68
|\|
| * libbb/dump: code shrinkDenys Vlasenko2023-05-281-5/+7
| * libbb/dump: make xxd_displayoff member conditional on xxdDenys Vlasenko2023-05-271-2/+10
| * libbb/dump: correct handling of 1-byte signed int formatDenys Vlasenko2023-05-261-20/+17
| * libbb/dump: use fputs_stdout where appropriateDenys Vlasenko2023-05-261-2/+2
| * od, hexdump: byte 0x11 is "dc1" not "dcl"Denys Vlasenko2023-05-261-2/+4
| * libbb/dump: conditionalize code used only by xxd and odDenys Vlasenko2023-05-261-1/+5
| * od: stop printing extra trailing spacesDenys Vlasenko2023-05-251-7/+14
| * od: for !DESKTOP, match output more closely to GNU coreutils 9.1, implement -sDenys Vlasenko2023-05-251-8/+22
* | win32: code shrink applet look-upRon Yorston2023-06-051-20/+2
* | win32: another BB_OVERRIDE_APPLETS fixRon Yorston2023-06-041-1/+8
* | win32: change interpretation of BB_OVERRIDE_APPLETSRon Yorston2023-06-021-6/+21
* | win32: case-sensitivity in tab completionRon Yorston2023-04-192-43/+62
* | Merge branch 'busybox' into mergeRon Yorston2023-04-173-12/+10
|\|
| * lineedit: fix crash when icanon set with -echoAkos Somfai2023-04-121-2/+2
| * appletlib: fix "warning: unused variable applet_no"Tomas Paukrt2023-04-101-1/+1
| * ash: fix sleep built-in not running INT trap immediately on ^CDenys Vlasenko2023-04-101-9/+7
* | wget: enable progress bar in default configurationRon Yorston2023-04-161-1/+1
* | libbb: don't build useless functionsRon Yorston2023-04-161-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2023-04-092-16/+22
|\|
| * libbb: consolidate NOMMU fix of restoring high bit in argv[0][0]Denys Vlasenko2023-04-061-4/+6
| * lineedit: fix matching of directories when searching PATHRon Yorston2023-03-291-2/+2
| * libbb/sha: do not read shaNI variable twice, and factor out its settingDenys Vlasenko2023-03-291-12/+16
| * libbb/sha: fix sha-NI instruction detectionDenys Vlasenko2023-03-291-2/+2
* | ash: add support for INT trapRon Yorston2023-04-031-0/+4
* | lineedit: fix matching of directories when searching PATHRon Yorston2023-03-241-2/+2
* | win32: delay adjusting code pageRon Yorston2023-03-171-3/+1
* | win32: code shrink detection of executablesRon Yorston2023-03-161-4/+6
* | win32: virtual terminal input fixesRon Yorston2023-03-062-5/+7
* | win32: add support for virtual terminal inputRon Yorston2023-03-051-12/+9
* | win32: enable Unix read_key() for virtual terminalRon Yorston2023-03-052-1/+5