Denys Vlasenko
|
9de2e5a222
*: hopefully all setup_common_bufsiz() are in place
|
8 年 前 |
Denys Vlasenko
|
e6a2f4cc5a
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
|
8 年 前 |
Denys Vlasenko
|
69a12fa790
catv: suppress compiler warning
|
10 年 前 |
Denys Vlasenko
|
982e87f2fb
Whitespace fixes
|
11 年 前 |
Denys Vlasenko
|
bfa6ed1bf4
catv: code shrink
|
11 年 前 |
Bartosz Golaszewski
|
79c618c411
Refactor catv. Move visible() from stty to libbb.
|
11 年 前 |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 年 前 |
Pere Orga
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 年 前 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年 前 |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 年 前 |
Denis Vlasenko
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
16 年 前 |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 年 前 |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 年 前 |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 年 前 |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 年 前 |
Denis Vlasenko
|
8e209c3787
catv: catv without arguments was trying to use environ as argv.
|
17 年 前 |
Denis Vlasenko
|
16d58d75ee
catv: was abusing xopen, should not die on err, but warn only.
|
17 年 前 |
Denis Vlasenko
|
74324c8666
Audit bb_common_bufsiz usage, add script which looks for misuse.
|
17 年 前 |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 年 前 |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 年 前 |
Denis Vlasenko
|
f0ed376eda
remove bb_printf and the like
|
18 年 前 |
Denis Vlasenko
|
7039a66b58
correct largefile support, add comments about it.
|
18 年 前 |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 年 前 |
Bernhard Reutner-Fischer
|
73561cc75a
- pull from busybox_scratch: r15829:15850
|
18 年 前 |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 年 前 |
Rob Landley
|
8abbee474c
Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,
|
18 年 前 |