Denys Vlasenko
|
b14374a5ba
sort: "-o FILE", not "-o", is the syntax
|
8 years ago |
Denys Vlasenko
|
c87e81f944
sort: help text does not need to say that -mST are supported but ignored
|
8 years ago |
Denys Vlasenko
|
0506e292b5
sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"
|
9 years ago |
Denys Vlasenko
|
d1ed3e68b8
sort: code shrink
|
9 years ago |
Denys Vlasenko
|
fd19faf705
remove extra debug printout
|
9 years ago |
Denys Vlasenko
|
2e86a5c98d
sort: fix key with delimiters breakage
|
9 years ago |
Denys Vlasenko
|
8aa7cf305b
sort: fix -kN,M handling (was including last separator into the comparison)
|
9 years ago |
Bartosz Golaszewski
|
5c13ab41bb
sort: check global flags on fallback sort
|
11 years ago |
Bartosz Golaszewski
|
1a4d9f6521
sort.c: remove a magic number from compare_keys()
|
11 years ago |
Denys Vlasenko
|
6830ade6aa
whitespace fixes. no code changes
|
12 years ago |
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/
|
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
|
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 |