Denys Vlasenko
|
c100535571
cat,nl: fix handling of open errors
|
6 years ago |
Denys Vlasenko
|
d80eecb868
cat: fix cat -e and cat -v erroneously numbering 1st line
|
6 years ago |
Denys Vlasenko
|
82d1c1f84a
randomconfig fixes
|
6 years ago |
Denys Vlasenko
|
22542eca18
getopt32: remove opt_complementary
|
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
|
75e90b1548
cat: fix "cat -An" ignoring -n; make numbering go througn all files
|
7 years ago |
Kang-Che Sung
|
a2bdc5c554
cat: allow compiling out -n and -b
|
7 years ago |
Denys Vlasenko
|
e31ca2e9b2
catv: convert this bbox-specific applet into "cat -v"
|
7 years ago |
Denys Vlasenko
|
d9eb40c185
fix errors found with make_single_applets.sh
|
7 years ago |
Denys Vlasenko
|
d88f94a5df
nl: new applet; also implement cat -nb (similar functionality to nl)
|
7 years ago |
Denys Vlasenko
|
af3f420116
Convert all coreutils/* applets to "new style" applet definitions
|
8 years ago |
Pere Orga
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
9768a82eb0
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
|
14 years ago |
Denys Vlasenko
|
2f32bf8be6
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
|
14 years ago |
Denys Vlasenko
|
e4070cb0d7
partially migrate coreutils to Config.src and Kbuild.src
|
14 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
97bd0e05cc
README: doccument the need of CONFIG_DESKTOP
|
16 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
50f7f446ec
bb_full_fd_action: remove potential xmalloc from NOFORK path
|
17 years ago |
Denis Vlasenko
|
99912ca733
audit small applets and mark some of them as NOFORK.
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
a41fdf331a
preparatory patch for -Wwrite-strings #1
|
18 years ago |
Denis Vlasenko
|
714701c890
tar et al: die if bb_copyfd_size copies less than asked for.
|
18 years ago |
Denis Vlasenko
|
e865e81d34
less: stop dying on bad regexps, quietly pipe data w/o
|
18 years ago |