index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
lineedit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
libbb: fix another tab-completion corner case
Ron Yorston
2021-03-17
1
-0
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-03-01
1
-15
/
+4
|
\
|
|
*
lineedit: support empty PATH entries in tab completion
Ron Yorston
2021-02-23
1
-6
/
+4
*
|
win32: code shrink
Ron Yorston
2021-02-13
1
-5
/
+15
*
|
libbb: avoid problems with quoted characters in tab completion
Ron Yorston
2021-02-12
1
-3
/
+11
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-02-05
1
-4
/
+4
|
\
|
|
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
1
-4
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
1
-48
/
+81
|
\
|
|
*
lineedit: code shrink
Denys Vlasenko
2020-12-21
1
-5
/
+5
|
*
lineedit: add a comment about possible use of tcflush()
Denys Vlasenko
2020-12-21
1
-0
/
+1
|
*
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-21
1
-7
/
+11
|
*
lineedit: disable completion and fancy prompts if no shells are selected
Denys Vlasenko
2020-12-16
1
-13
/
+16
|
*
lineedit: use strncmp instead of is_prefixed_with (we know the length)
Denys Vlasenko
2020-12-16
1
-22
/
+25
|
*
lineedit: remove ->path_lookup if ash is not configured
Denys Vlasenko
2020-12-16
1
-0
/
+2
|
*
lineedit: match local directories when searching PATH
Ron Yorston
2020-12-16
1
-1
/
+8
|
*
lineedit: omit directories when tab-completing from PATH
Ron Yorston
2020-12-16
1
-0
/
+3
|
*
lineedit: fix unicode characters in prompt
Audun-Marius Gangstø
2020-11-21
1
-4
/
+11
*
|
win32: code shrink Unix-style path handling
Ron Yorston
2020-08-23
1
-1
/
+2
*
|
win32: handle Unix-style absolute paths for executables
Ron Yorston
2020-08-13
1
-1
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-07-09
1
-1
/
+1
|
\
|
|
*
suppress a few compile warnings
Denys Vlasenko
2020-06-24
1
-1
/
+1
*
|
win32: more improvements to 'c:file' paths
Ron Yorston
2020-03-29
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-15
1
-3
/
+14
|
\
|
|
*
ash,hush: allow builtins to be tab-completed, closes 7532
Ron Yorston
2020-01-29
1
-3
/
+14
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
1
-1
/
+1
|
\
|
|
*
clang/llvm 9 fix - do not eliminate a store to a fake "const"
Denys Vlasenko
2019-10-25
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-05-27
1
-3
/
+10
|
\
|
|
*
style fix, no code changes
Denys Vlasenko
2019-05-14
1
-3
/
+10
*
|
lineedit: reinstate tab-completion of '~/'
Ron Yorston
2019-04-09
1
-1
/
+7
*
|
win32: improved support for c:path path names
Ron Yorston
2019-03-30
1
-0
/
+11
*
|
win32: add function to convert slashes to backslashes
Ron Yorston
2019-03-15
1
-1
/
+1
*
|
lineedit: add a command to change backslashes to slashes
Ron Yorston
2019-03-15
1
-0
/
+7
*
|
win32: changes to user ids
Ron Yorston
2019-03-10
1
-3
/
+0
*
|
win32: add a function to detect running with elevated privileges
Ron Yorston
2019-03-09
1
-0
/
+3
*
|
libbb: copy entire match during tab-completion
Ron Yorston
2019-03-01
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-02-12
1
-4
/
+5
|
\
|
|
*
lineedit: fix SEGV in isk, hexedit, ed, closes 11661
Denys Vlasenko
2019-02-04
1
-4
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-9
/
+23
|
\
|
|
*
randomconfig fixes
Denys Vlasenko
2018-12-27
1
-8
/
+10
|
*
lineedit: fix "defined but not used" sigaction2 warning
Denys Vlasenko
2018-12-08
1
-0
/
+2
|
*
suppress gcc 8 aliasing warnings
Denys Vlasenko
2018-12-08
1
-1
/
+11
|
*
bc: unbreak FEATURE_CLEAN_UP build
Denys Vlasenko
2018-12-06
1
-1
/
+1
|
*
Treat custom and applet scripts as applets
Ron Yorston
2018-11-17
1
-16
/
+4
|
*
lineedit: autocompletion for embedded scripts
Ron Yorston
2018-11-01
1
-4
/
+10
|
*
ash: allow shell scripts to be embedded in the binary
Denys Vlasenko
2018-11-01
1
-0
/
+6
*
|
lineedit: allow non-ASCII characters when tab-completing filenames
Ron Yorston
2019-01-05
1
-0
/
+4
*
|
win32: special treatment for PATH
Ron Yorston
2018-12-14
1
-10
/
+2
*
|
lineedit: more case-insensitive comparisons in tab completion
Ron Yorston
2018-12-08
1
-0
/
+14
*
|
lineedit: improvements to tab completion
Ron Yorston
2018-12-08
1
-10
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-10-08
1
-1
/
+1
|
\
|
[prev]
[next]