aboutsummaryrefslogtreecommitdiff
path: root/libbb/lineedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * lineedit: fix "defined but not used" sigaction2 warningDenys Vlasenko2018-12-081-0/+2
| * suppress gcc 8 aliasing warningsDenys Vlasenko2018-12-081-1/+11
| * bc: unbreak FEATURE_CLEAN_UP buildDenys Vlasenko2018-12-061-1/+1
| * Treat custom and applet scripts as appletsRon Yorston2018-11-171-16/+4
| * lineedit: autocompletion for embedded scriptsRon Yorston2018-11-011-4/+10
| * ash: allow shell scripts to be embedded in the binaryDenys Vlasenko2018-11-011-0/+6
* | lineedit: allow non-ASCII characters when tab-completing filenamesRon Yorston2019-01-051-0/+4
* | win32: special treatment for PATHRon Yorston2018-12-141-10/+2
* | lineedit: more case-insensitive comparisons in tab completionRon Yorston2018-12-081-0/+14
* | lineedit: improvements to tab completionRon Yorston2018-12-081-10/+9
* | Merge branch 'busybox' into mergeRon Yorston2018-10-081-1/+1
|\|