aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2025-11-111-1/+1
|\
| * lineedit: fix PS1='\W' for root directoryDenys Vlasenko2025-11-081-1/+1
* | lineedit: fix PS1='\W' for root directoryRon Yorston2025-08-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-08-151-1/+1
|\|
| * shell: fix the check of empty HISTFILEDenys Vlasenko2025-08-031-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2025-08-101-50/+62
|\|
| * shell: empty HISTFILE disables history saving, just as unset one didDenys Vlasenko2025-07-041-2/+4
| * shell: update HISTFILESIZE code to be actually usefulDenys Vlasenko2025-07-031-44/+54
| * shell: fix race between signal handlers setting bb_got_signal and poll()Denys Vlasenko2025-07-021-1/+0
| * lineedit: fix left-over print to stdoutAhmad Fatoum2025-07-011-1/+1
| * lineedit: fix printing lines during tab completionAhmad Fatoum2025-07-011-2/+3
* | 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