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
|
17 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 |
Denis Vlasenko
|
bf66fbc8e2
introduce LONE_CHAR (optimized strcmp with one-char string)
|
18 years ago |
Denis Vlasenko
|
ddec5af6b0
rename functions to more understandable names
|
18 years ago |
Denis Vlasenko
|
7039a66b58
correct largefile support, add comments about it.
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Rob Landley
|
8abbee474c
Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,
|
18 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 years ago |
Glenn L McGrath
|
7ffe133864
As we no longer use function pointers for read in common archiving code
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 years ago |
Matt Kraai
|
1f0c43668a
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
|
23 years ago |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 years ago |
Eric Andersen
|
eba8ed71f0
Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup
|
24 years ago |
Eric Andersen
|
cbe31dace5
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
24 years ago |