Denis Vlasenko
|
c0ea82a457
libbb: revent previous version of "concurrent history updating"
|
15 年之前 |
Denis Vlasenko
|
57abf9e947
libbb: make history saving/loading concurrent-safe
|
15 年之前 |
Denis Vlasenko
|
202ac504e1
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op
|
16 年之前 |
Denis Vlasenko
|
3c385cd706
lineedit: fix bug 5824: Since version 23530 with lineedit.c,
|
16 年之前 |
Denis Vlasenko
|
682ad3045c
lineedit: fix problems with empty commands in history
|
16 年之前 |
Denis Vlasenko
|
f31c3b677d
linedit: fix use-after-free
|
16 年之前 |
Denis Vlasenko
|
41660c5b2d
another overlapping_strcpy
|
16 年之前 |
Denis Vlasenko
|
0f293b96dc
fix all cases of strcpy on overlapping strings.
|
16 年之前 |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 年之前 |
Denis Vlasenko
|
deeed59de0
libbb: introduce and use xrealloc_vector
|
16 年之前 |
Denis Vlasenko
|
78ff8197cc
lineedit: document prompt handling
|
16 年之前 |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 年之前 |
Denis Vlasenko
|
b267ed95bc
lineedit: correctly handle prompt longer than screen width. closes bug 3414
|
16 年之前 |
Denis Vlasenko
|
5599502a55
more -Wall warning fixes. -Wall is enabled now.
|
16 年之前 |
Denis Vlasenko
|
6b06cb80be
more of -Wall fixes from Cristian Ionescu-Idbohrn.
|
16 年之前 |
Denis Vlasenko
|
77ad97f199
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
|
16 年之前 |
Denis Vlasenko
|
2c84495184
lineedit: hack for making it sort-of-work even if term width is wrong
|
16 年之前 |
Denis Vlasenko
|
b520271f65
lineedit: filename completion on symlinks-to-dirs should add / too
|
16 年之前 |
Denis Vlasenko
|
5d89fbaa2e
*: remove remaining instances of ".data" hack
|
16 年之前 |
Denis Vlasenko
|
8ee649a02e
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
|
16 年之前 |
Denis Vlasenko
|
08ec67bc62
patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ads-lu.com>
|
16 年之前 |
Denis Vlasenko
|
85c247161b
*: fix fallout from -Wunused-parameter
|
16 年之前 |
Denis Vlasenko
|
fb29038b59
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
|
16 年之前 |
Denis Vlasenko
|
574f2f4394
*: add optimization barrier to all "G trick" locations
|
16 年之前 |
Denis Vlasenko
|
6f1713f216
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
|
17 年之前 |
Denis Vlasenko
|
e376d454bb
libbb: introduce and use nonblock_safe_read(). Yay!
|
17 年之前 |
Denis Vlasenko
|
6f04391cec
lineedit: tiny shrink
|
17 年之前 |
Denis Vlasenko
|
39487e2d6a
libbb: filename completion should match dangling symlinks too
|
17 年之前 |
Denis Vlasenko
|
80667e30fb
msh: fix Ctrl-C handling with line editing
|
17 年之前 |
Paul Fox
|
518d8dd979
eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings
|
17 年之前 |