Denys Vlasenko
|
5479c435fd
sort: fix sort -s -u, closes 14871
|
2 years ago |
Denys Vlasenko
|
00f2a35b83
sort: fix -k2M (wasn't skipping leading whitespace)
|
2 years ago |
Denys Vlasenko
|
34e0bb3931
sort: support -h
|
2 years ago |
Denys Vlasenko
|
cc7d2e2178
sort: fix -s -r interaction: 'stable' order is not affected by -r
|
2 years ago |
Denys Vlasenko
|
31f45c1b36
libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
|
2 years ago |
Denys Vlasenko
|
894466cc51
uniq: support -z
|
3 years ago |
Denys Vlasenko
|
c2bd0b6806
timeout,top,watch,ping: parse NN.N fractional duration in locales with other separators
|
3 years ago |
Denys Vlasenko
|
a2f18d950a
help text tweaks
|
3 years ago |
James Byrne
|
6937487be7
libbb: reduce the overhead of single parameter bb_error_msg() calls
|
5 years ago |
Denys Vlasenko
|
b097a84d62
config: update size information
|
5 years ago |
Denys Vlasenko
|
cbe8c65e59
sort: add -V "sort version"
|
6 years ago |
Denys Vlasenko
|
d1d6d9c5d8
sort: smaller and more agressive FEATURE_SORT_OPTIMIZE_MEMORY
|
6 years ago |
Denys Vlasenko
|
759ca8a4cb
sort: move misplaced comment
|
6 years ago |
Denys Vlasenko
|
c29c2e60d8
sort: FEATURE_SORT_OPTIMIZE_MEMORY
|
6 years ago |
Denys Vlasenko
|
2709acbbda
sort: fix potentially buggy use of OPT_STR
|
6 years ago |
Denys Vlasenko
|
427ae18348
sort: in -s handling, return 1/-1, not 1/0 compare result
|
6 years ago |
Denys Vlasenko
|
7d285c78a3
sort: fix -s. Closes 10671
|
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
|
af3f420116
Convert all coreutils/* applets to "new style" applet definitions
|
8 years ago |
Denys Vlasenko
|
237bedd499
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
|
8 years ago |
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 |