aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2024-09-281-6/+1
|\
| * lineedit: use stdout for shell history builtinRon Yorston2024-09-271-1/+1
| * lineedit: make save_history() FAST_FUNCDenys Vlasenko2024-09-271-1/+1
* | lineedit: use stdout for shell history builtinRon Yorston2024-07-271-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2024-06-231-28/+34
|\|
| * lineedit: print prompt and editing operations to stderrDenys Vlasenko2024-04-131-28/+34
* | libbb: make default history size configurableRon Yorston2024-04-281-2/+2
* | lineedit: reduce default history sizeRon Yorston2024-04-271-0/+4
* | win32: rearrange applet override handlingRon Yorston2024-02-021-2/+1
* | Fix POSIX build in standalone shell modeRon Yorston2024-01-231-0/+2
* | lineedit: remove CRs from inputRon Yorston2024-01-121-2/+6
* | lineedit: fix to tab completion of applet overrideRon Yorston2023-12-121-1/+3
* | win32: code shrink applet overridesRon Yorston2023-12-101-1/+2
* | 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
* | libbb: silence compiler warningsRon Yorston2023-08-101-1/+3
* | 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-221-1/+27
* | win32: case-sensitivity in tab completionRon Yorston2023-04-191-31/+62
* | Merge branch 'busybox' into mergeRon Yorston2023-04-171-2/+2
|\|
| * lineedit: fix crash when icanon set with -echoAkos Somfai2023-04-121-2/+2
| * lineedit: fix matching of directories when searching PATHRon Yorston2023-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: add support for virtual terminal inputRon Yorston2023-03-051-12/+9
* | Merge branch 'busybox' into mergeRon Yorston2023-02-131-7/+10
|\|
| * shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko2023-01-261-7/+10
* | Merge branch 'busybox' into mergeRon Yorston2023-01-051-11/+13
|\|
| * shell: fix compile failures in some configsDenys Vlasenko2023-01-031-11/+13
* | win32: revert special treatment of Unix-style absolute pathsRon Yorston2022-10-261-3/+0
* | Merge branch 'busybox' into mergeRon Yorston2022-10-121-0/+6
|\|
| * lineedit: get PWD from ashRon Yorston2022-07-031-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2022-06-271-1/+11
|\|
| * ash,hush: use HOME for tab completion and promptsRon Yorston2022-06-261-1/+11
* | lineedit: case-insensitive matching for '~'Ron Yorston2022-05-111-0/+4
* | win32: allow preference for applets to be disabled at runtimeRon Yorston2022-05-061-1/+1
* | Merge busybox into mergeRon Yorston2022-02-091-5/+29
|\|
| * libbb: shrink lineedit_read_key()Denys Vlasenko2022-01-181-10/+16
| * ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-171-3/+21
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-38/+56
|\|
| * shell: do not read user database for every prompt - only for those which need itDenys Vlasenko2021-10-111-27/+46
| * Make const ptr assign as function call in clangYU Jincheng2021-10-091-1/+1
| * *: generalize "const trick"YU Jincheng2021-10-071-3/+2
| * libbb/lineedit: tweak #if indenting, no code changesDenys Vlasenko2021-09-251-8/+8
* | Merge branch 'busybox' into mergeRon Yorston2021-09-211-1/+10
|\|
| * libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completionDenys Vlasenko2021-09-171-1/+10
* | win32: more efficient tests for executablesRon Yorston2021-07-261-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2021-05-141-2/+2
|\|
| * fix gcc-11.0 warningsDenys Vlasenko2021-04-141-1/+1
| * lineedit: fix tab completion with equal signNatanael Copa2021-04-111-1/+1