Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f4a670a9110426e9153e7d5f6e7b7d1f1eac6195
/
coreutils
/
catv.c
af3f420
Convert all coreutils/* applets to "new style" applet definitions
by Denys Vlasenko
· 8 years ago
9de2e5a
*: hopefully all setup_common_bufsiz() are in place
by Denys Vlasenko
· 9 years ago
e6a2f4c
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
by Denys Vlasenko
· 9 years ago
69a12fa
catv: suppress compiler warning
by Denys Vlasenko
· 11 years ago
982e87f
Whitespace fixes
by Denys Vlasenko
· 11 years ago
bfa6ed1
catv: code shrink
by Denys Vlasenko
· 11 years ago
79c618c
Refactor catv. Move visible() from stty to libbb.
by Bartosz Golaszewski
· 11 years ago
6642676
*: remove "Options:" string from help texts
by Denys Vlasenko
· 14 years ago
3442538
move help text from include/usage.src.h to coreutils/*.c
by Pere Orga
· 14 years ago
0ef64bd
*: make GNU licensing statement forms more regular
by Denys Vlasenko
· 14 years ago
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
62a90cd
*: shrink by using [f]open_or_warn_stdin where appropriate
by Denis Vlasenko
· 17 years ago
68404f1
*: add -Wunused-parameter; fix resulting breakage
by Denis Vlasenko
· 17 years ago
9b49a5e
add -fvisibility=hidden to CC flags, mark XXX_main functions
by Denis Vlasenko
· 17 years ago
4daad90
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
by Denis Vlasenko
· 17 years ago
fe7cd64
don't pass argc in getopt32, it's superfluous
by Denis Vlasenko
· 17 years ago
8e209c3
catv: catv without arguments was trying to use environ as argv.
by Denis Vlasenko
· 17 years ago
16d58d7
catv: was abusing xopen, should not die on err, but warn only.
by Denis Vlasenko
· 18 years ago
74324c8
Audit bb_common_bufsiz usage, add script which looks for misuse.
by Denis Vlasenko
· 18 years ago
b6adbf1
usage.c: remove reference to busybox.h
by Denis Vlasenko
· 18 years ago
06af216
suppress warnings about easch <applet>_main() having no preceding prototype
by Denis Vlasenko
· 18 years ago
f0ed376
remove bb_printf and the like
by Denis Vlasenko
· 18 years ago
7039a66
correct largefile support, add comments about it.
by Denis Vlasenko
· 18 years ago
67b23e6
getopt_ulflags -> getopt32.
by Denis Vlasenko
· 18 years ago
73561cc
- pull from busybox_scratch: r15829:15850
by Bernhard Reutner-Fischer
· 18 years ago
d921b2e
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
by Rob Landley
· 18 years ago
8abbee4
Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,
by Rob Landley
· 19 years ago