Denis Vlasenko
|
8ee649a02e
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
|
16 years ago |
Denis Vlasenko
|
08ec67bc62
patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ads-lu.com>
|
16 years ago |
Denis Vlasenko
|
85c247161b
*: fix fallout from -Wunused-parameter
|
16 years ago |
Denis Vlasenko
|
fb29038b59
libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector()
|
16 years ago |
Denis Vlasenko
|
574f2f4394
*: add optimization barrier to all "G trick" locations
|
16 years ago |
Denis Vlasenko
|
6f1713f216
*: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it>
|
17 years ago |
Denis Vlasenko
|
e376d454bb
libbb: introduce and use nonblock_safe_read(). Yay!
|
17 years ago |
Denis Vlasenko
|
6f04391cec
lineedit: tiny shrink
|
17 years ago |
Denis Vlasenko
|
39487e2d6a
libbb: filename completion should match dangling symlinks too
|
17 years ago |
Denis Vlasenko
|
80667e30fb
msh: fix Ctrl-C handling with line editing
|
17 years ago |
Paul Fox
|
518d8dd979
eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings
|
17 years ago |
Paul Fox
|
84bbac5a09
enable use of ^V prefix to allow forced insertion of any character. in
|
17 years ago |
Paul Fox
|
ee8e3ee919
allow 8-bit characters
|
17 years ago |
Denis Vlasenko
|
6b404431aa
ps: fix build breakage from vda's recent commit
|
17 years ago |
Denis Vlasenko
|
f7be20e70c
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
|
17 years ago |
Denis Vlasenko
|
9cb220be9d
lineedit: don't violate API if we do simple fgets
|
17 years ago |
Denis Vlasenko
|
7221c8c22d
lineedit: reduce stack usage
|
17 years ago |
Denis Vlasenko
|
6672c8e480
test: stop using lots of bss.
|
17 years ago |
Denis Vlasenko
|
73cb1fdfea
lineedit: stop using both data/bss and tons of stack.
|
17 years ago |
Denis Vlasenko
|
037576d77b
read_line_input: fix it to not do any fancy editing if echoing is disabled.
|
17 years ago |
Denis Vlasenko
|
f74194e942
xatonum.h: add comment
|
17 years ago |
Denis Vlasenko
|
feb7ae7f01
printf("%s\n") -> puts()
|
17 years ago |
Denis Vlasenko
|
e918e155ed
remove stray semicolon
|
17 years ago |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 years ago |
Denis Vlasenko
|
86b29ea9e8
lineedit: plug memory leak
|
17 years ago |
Denis Vlasenko
|
6a5377ac14
documentation bits in comments, no code changes
|
17 years ago |
Denis Vlasenko
|
dc757aa16c
introduce and use bb_basename()
|
17 years ago |
Denis Vlasenko
|
e8a0788b24
moved biggest stack buffers to malloc space, or made their size configurable
|
17 years ago |
Denis Vlasenko
|
9a7d38fe24
delete tons of extra #includes
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |