Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
34425389e0
move help text from include/usage.src.h to coreutils/*.c
|
13 years ago |
Denys Vlasenko
|
fb132e4737
whitespace cleanup
|
14 years ago |
Denys Vlasenko
|
5fe2f863b9
sort: -o FILE should create/truncate FILE
|
14 years ago |
Denys Vlasenko
|
c05387d5de
*: replace xopen3 with xopen where makes sense
|
14 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Denys Vlasenko
|
aa42d13e32
sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes
|
15 years ago |
Denys Vlasenko
|
8684cbb5cc
libbb: robustify isXXXX(). +39 bytes
|
15 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Denis Vlasenko
|
deeed59de0
libbb: introduce and use xrealloc_vector
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
d50dda8c35
*: use llist_pop for traverse-and-free list operation
|
16 years ago |
Denis Vlasenko
|
77ad97f199
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
|
16 years ago |
Denis Vlasenko
|
8ee649a02e
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
|
17 years ago |
Denis Vlasenko
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
17 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
17 years ago |
Denis Vlasenko
|
3b92eaac53
sort: -z outputs NUL terminated lines. Closes bug 1591.
|
17 years ago |
Bernhard Reutner-Fischer
|
7c2db5c198
- use standard-imposed constants some more
|
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
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
091965768d
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
99912ca733
audit small applets and mark some of them as NOFORK.
|
17 years ago |
Denis Vlasenko
|
8d9f495d68
getopt32: fix llist_t options ordering. llist_rev is not unused.
|
17 years ago |
Denis Vlasenko
|
54cf511ce1
sort: fix multiple -k (was ignoring all except last)
|
18 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
8336f080cb
diff: small optimizations; do not try to diff non-seekable stream
|
18 years ago |
Mike Frysinger
|
a71199e0f0
str2u() is only used when FEATURE_SORT_BIG is enabled
|
18 years ago |
Denis Vlasenko
|
b2abef3e54
stty: fix width of a field for ppc32
|
18 years ago |