aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* lineedit: use stdout for shell history builtinRon Yorston2024-07-271-0/+5
* Merge branch 'busybox' into mergeRon Yorston2024-07-131-6/+23
|\
| * tls: fix CONFIG_FEATURE_TLS_SHA1=y + CONFIG_SHA1_HWACCEL=yDenys Vlasenko2024-07-121-6/+23
* | win32: code shrink system drive handlingRon Yorston2024-07-071-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2024-06-234-28/+111
|\|
| * libbb: add bit counting function, use where appropriateDenys Vlasenko2024-05-312-0/+47
| * nproc: prepare for arbitrarily large CPU masksDenys Vlasenko2024-05-312-0/+30
| * lineedit: print prompt and editing operations to stderrDenys Vlasenko2024-04-131-28/+34
* | win32: code shrink BB_CRITICAL_ERROR_DIALOGSRon Yorston2024-06-231-1/+1
* | win32: add env var to control error dialogsRon Yorston2024-06-222-2/+3
* | win32: revert 'don't set error mode'Ron Yorston2024-06-221-0/+4
* | win32: don't set error modeRon Yorston2024-06-161-4/+0
* | win32: allow for trailing separator in PATHRon Yorston2024-06-141-0/+12
* | libbb: make default history size configurableRon Yorston2024-04-282-2/+12
* | lineedit: reduce default history sizeRon Yorston2024-04-271-0/+4
* | win32: unicode: new wcwidth: allow enabling bidiAvi Halachmi (:avih)2024-04-021-2/+5
* | Revert "unicode: identify emoji width and modifiers"Avi Halachmi (:avih)2024-03-291-8/+0
* | win32: unicode: use newer wcwidth by defaultAvi Halachmi (:avih)2024-03-292-0/+510
* | build system: avoid full rebuild when EXTRAVERSION changesRon Yorston2024-02-161-0/+3
* | win32: stat(1) requires find_mount_point()Ron Yorston2024-02-021-0/+1
* | win32: rearrange applet override handlingRon Yorston2024-02-022-27/+29
* | win32: avoid invalid freeRon Yorston2024-01-241-3/+5
* | Fix POSIX build in standalone shell modeRon Yorston2024-01-231-0/+2
* | Remove FAST_FUNC from variadic functionsRon Yorston2024-01-175-12/+12
* | Annual update of copyright messageRon Yorston2024-01-151-1/+1
* | lineedit: remove CRs from inputRon Yorston2024-01-121-2/+6
* | 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