aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-131-1/+9
* | Merge branch 'busybox' into mergeRon Yorston2020-07-091-1/+1
|\|
| * suppress a few compile warningsDenys Vlasenko2020-06-241-1/+1
* | win32: more improvements to 'c:file' pathsRon Yorston2020-03-291-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-02-151-3/+14
|\|
| * ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-291-3/+14
* | Merge branch 'busybox' into mergeRon Yorston2020-01-081-1/+1
|\|
| * clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-251-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-3/+10
|\|
| * style fix, no code changesDenys Vlasenko2019-05-141-3/+10
* | lineedit: reinstate tab-completion of '~/'Ron Yorston2019-04-091-1/+7
* | win32: improved support for c:path path namesRon Yorston2019-03-301-0/+11
* | win32: add function to convert slashes to backslashesRon Yorston2019-03-151-1/+1
* | lineedit: add a command to change backslashes to slashesRon Yorston2019-03-151-0/+7
* | win32: changes to user idsRon Yorston2019-03-101-3/+0
* | win32: add a function to detect running with elevated privilegesRon Yorston2019-03-091-0/+3
* | libbb: copy entire match during tab-completionRon Yorston2019-03-011-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-02-121-4/+5
|\|
| * lineedit: fix SEGV in isk, hexedit, ed, closes 11661Denys Vlasenko2019-02-041-4/+5
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-9/+23
|\|
| * randomconfig fixesDenys Vlasenko2018-12-271-8/+10