aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | libbb: fix another tab-completion corner caseRon Yorston2021-03-171-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2021-03-011-15/+4
|\|
| * lineedit: support empty PATH entries in tab completionRon Yorston2021-02-231-6/+4
* | win32: code shrinkRon Yorston2021-02-131-5/+15
* | libbb: avoid problems with quoted characters in tab completionRon Yorston2021-02-121-3/+11
* | Merge branch 'busybox' into mergeRon Yorston2021-02-051-4/+4
|\|
| * libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-48/+81
|\|
| * lineedit: code shrinkDenys Vlasenko2020-12-211-5/+5
| * lineedit: add a comment about possible use of tcflush()Denys Vlasenko2020-12-211-0/+1
| * bc: do not allocate line editing state until neededDenys Vlasenko2020-12-211-7/+11
| * lineedit: disable completion and fancy prompts if no shells are selectedDenys Vlasenko2020-12-161-13/+16
| * lineedit: use strncmp instead of is_prefixed_with (we know the length)Denys Vlasenko2020-12-161-22/+25
| * lineedit: remove ->path_lookup if ash is not configuredDenys Vlasenko2020-12-161-0/+2
| * lineedit: match local directories when searching PATHRon Yorston2020-12-161-1/+8
| * lineedit: omit directories when tab-completing from PATHRon Yorston2020-12-161-0/+3
| * lineedit: fix unicode characters in promptAudun-Marius Gangstø2020-11-211-4/+11
* | win32: code shrink Unix-style path handlingRon Yorston2020-08-231-1/+2