Denys Vlasenko
|
84ea60ed65
line editing: make read_line_input() not take timeout param
|
7 years ago |
Denys Vlasenko
|
6bdcee8357
ed: fix "\n" removal in command line; make "w" set "dirty = 0"
|
7 years ago |
Denys Vlasenko
|
7d2f33dc1f
ed: code shrink
|
7 years ago |
Denys Vlasenko
|
5ea50697fd
ed: fix --help and reorder functions, no code changes
|
7 years ago |
Denys Vlasenko
|
72089cf6b4
config: deindent all help texts
|
7 years ago |
Denys Vlasenko
|
4eed2c6c50
Update menuconfig items with approximate applet sizes
|
7 years ago |
Denys Vlasenko
|
9de2e5a222
*: hopefully all setup_common_bufsiz() are in place
|
8 years ago |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 years ago |
Denys Vlasenko
|
d60752f8c9
build system: -fno-builtin-printf
|
9 years ago |
Maninder Singh
|
97f2f7ca7f
Removes stray empty line from code
|
9 years ago |
Denys Vlasenko
|
73225b6d6e
switch editors/* to embedded-in-source kbuild system
|
11 years ago |
Marek Polacek
|
b0b8884009
Fix double words in comments. No code changes
|
13 years ago |
Pere Orga
|
6a3e01d5a9
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c
|
13 years ago |
Denys Vlasenko
|
66c5b12dbf
ash: fix TMOUT not restoring tty attributes
|
13 years ago |
Marek Polacek
|
7dd61e3772
*: s/perror/bb_simple_perror_msg/g
|
14 years ago |
Denys Vlasenko
|
9037787eae
*: fix places where we were still using malloc/realloc
|
15 years ago |
Denys Vlasenko
|
6331cf059c
*: use "can't" instead of "cannot"
|
15 years ago |
Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 years ago |
Denys Vlasenko
|
adf922ec28
*: a few more NOINLINEs
|
15 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Bernhard Reutner-Fischer
|
5e25ddb7d3
- use STD*_FILENO some more. No object-code changes
|
16 years ago |
Denis Vlasenko
|
c4523c2b3d
fix a few stray unguarded strdup's
|
16 years ago |
Denis Vlasenko
|
1d42665b6b
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
|
16 years ago |
Denis Vlasenko
|
574f2f4394
*: add optimization barrier to all "G trick" locations
|
16 years ago |
Denis Vlasenko
|
d3c042fc60
libbb: introduce fputc_printable (from ed)
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 years ago |
Denis Vlasenko
|
6a5377ac14
documentation bits in comments, no code changes
|
17 years ago |
Denis Vlasenko
|
d9391b15f1
ed: large cleanup
|
17 years ago |
Denis Vlasenko
|
74324c8666
Audit bb_common_bufsiz usage, add script which looks for misuse.
|
17 years ago |