aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | libbb: code shrink bb_get_last_path_component_strip()Ron Yorston2024-01-041-6/+4
* | libbb: introduce last_char_is_dir_sep()Ron Yorston2024-01-042-2/+13
* | win32: make the clang build less crashyRon Yorston2024-01-031-0/+10
* | httpd: fix failure to run daemonisedRon Yorston2023-12-151-2/+1
* | lineedit: fix to tab completion of applet overrideRon Yorston2023-12-121-1/+3
* | win32: tidy up conditional compilation of applet overrideRon Yorston2023-12-121-7/+6
* | win32: code shrink applet overridesRon Yorston2023-12-102-13/+24
* | win32: allow hardcoded list of applets to overrideRon Yorston2023-12-091-3/+10
* | Merge branch 'busybox' into mergeFRP-5236-g7dff7f376Ron Yorston2023-12-052-7/+17
|\|
| * start-stop-daemon: do not lose error messages with -bDenys Vlasenko2023-11-081-3/+6
| * sleep: fix "sleep -- ARGS"Denys Vlasenko2023-10-021-4/+11
* | 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
|\|