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
*
Merge branch 'busybox' into merge
Ron Yorston
2024-09-28
1
-6
/
+1
|
\
|
*
lineedit: use stdout for shell history builtin
Ron Yorston
2024-09-27
1
-1
/
+1
|
*
lineedit: make save_history() FAST_FUNC
Denys Vlasenko
2024-09-27
1
-1
/
+1
*
|
lineedit: use stdout for shell history builtin
Ron Yorston
2024-07-27
1
-0
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-06-23
1
-28
/
+34
|
\
|
|
*
lineedit: print prompt and editing operations to stderr
Denys Vlasenko
2024-04-13
1
-28
/
+34
*
|
libbb: make default history size configurable
Ron Yorston
2024-04-28
1
-2
/
+2
*
|
lineedit: reduce default history size
Ron Yorston
2024-04-27
1
-0
/
+4
*
|
win32: rearrange applet override handling
Ron Yorston
2024-02-02
1
-2
/
+1
*
|
Fix POSIX build in standalone shell mode
Ron Yorston
2024-01-23
1
-0
/
+2
*
|
lineedit: remove CRs from input
Ron Yorston
2024-01-12
1
-2
/
+6
*
|
lineedit: fix to tab completion of applet override
Ron Yorston
2023-12-12
1
-1
/
+3
*
|
win32: code shrink applet overrides
Ron Yorston
2023-12-10
1
-1
/
+2
*
|
lineedit: normalise HOME for use in prompt
Ron Yorston
2023-10-25
1
-1
/
+7
*
|
ash: add options to control globbing of hidden files
Ron Yorston
2023-09-20
1
-0
/
+4
*
|
libbb: silence compiler warnings
Ron Yorston
2023-08-10
1
-1
/
+3
*
|
win32: use inc_cursor regardless of VT mode
Avi Halachmi (:avih)
2023-07-23
1
-6
/
+2
*
|
win32: support build with FEATURE_UNICODE_SUPPORT
Avi Halachmi (:avih)
2023-07-22
1
-1
/
+27
*
|
win32: case-sensitivity in tab completion
Ron Yorston
2023-04-19
1
-31
/
+62
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-04-17
1
-2
/
+2
|
\
|
|
*
lineedit: fix crash when icanon set with -echo
Akos Somfai
2023-04-12
1
-2
/
+2
|
*
lineedit: fix matching of directories when searching PATH
Ron Yorston
2023-03-29
1
-2
/
+2
*
|
ash: add support for INT trap
Ron Yorston
2023-04-03
1
-0
/
+4
*
|
lineedit: fix matching of directories when searching PATH
Ron Yorston
2023-03-24
1
-2
/
+2
*
|
win32: add support for virtual terminal input
Ron Yorston
2023-03-05
1
-12
/
+9
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-02-13
1
-7
/
+10
|
\
|
|
*
shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256
Denys Vlasenko
2023-01-26
1
-7
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-01-05
1
-11
/
+13
|
\
|
|
*
shell: fix compile failures in some configs
Denys Vlasenko
2023-01-03
1
-11
/
+13
*
|
win32: revert special treatment of Unix-style absolute paths
Ron Yorston
2022-10-26
1
-3
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-10-12
1
-0
/
+6
|
\
|
|
*
lineedit: get PWD from ash
Ron Yorston
2022-07-03
1
-0
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2022-06-27
1
-1
/
+11
|
\
|
|
*
ash,hush: use HOME for tab completion and prompts
Ron Yorston
2022-06-26
1
-1
/
+11
*
|
lineedit: case-insensitive matching for '~'
Ron Yorston
2022-05-11
1
-0
/
+4
*
|
win32: allow preference for applets to be disabled at runtime
Ron Yorston
2022-05-06
1
-1
/
+1
*
|
Merge busybox into merge
Ron Yorston
2022-02-09
1
-5
/
+29
|
\
|
|
*
libbb: shrink lineedit_read_key()
Denys Vlasenko
2022-01-18
1
-10
/
+16
|
*
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-17
1
-3
/
+21
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-10-13
1
-38
/
+56
|
\
|
|
*
shell: do not read user database for every prompt - only for those which need it
Denys Vlasenko
2021-10-11
1
-27
/
+46
|
*
Make const ptr assign as function call in clang
YU Jincheng
2021-10-09
1
-1
/
+1
|
*
*: generalize "const trick"
YU Jincheng
2021-10-07
1
-3
/
+2
|
*
libbb/lineedit: tweak #if indenting, no code changes
Denys Vlasenko
2021-09-25
1
-8
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-09-21
1
-1
/
+10
|
\
|
|
*
libbb/lineedit: do not escape %^=+}]:, escape ~? in tab completion
Denys Vlasenko
2021-09-17
1
-1
/
+10
*
|
win32: more efficient tests for executables
Ron Yorston
2021-07-26
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-05-14
1
-2
/
+2
|
\
|
|
*
fix gcc-11.0 warnings
Denys Vlasenko
2021-04-14
1
-1
/
+1
|
*
lineedit: fix tab completion with equal sign
Natanael Copa
2021-04-11
1
-1
/
+1
[next]