xplorld
|
47f5f12759
|
sort: treat "NaN" as string in numeric sort
|
2018-09-03 22:28:18 -07:00 |
|
Alex Lyon
|
07b01a85f9
|
Merge pull request #1266 from simonvandel/uniq-perf
Improve uniq performance
|
2018-07-24 09:35:05 -07:00 |
|
Simon Vandel Sillesen
|
e30237a714
|
uniq: avoid allocations for the iterator
|
2018-07-24 10:53:09 +02:00 |
|
Simon Vandel Sillesen
|
781c9236e1
|
uniq: add more fast-paths to avoid work
|
2018-07-24 10:52:39 +02:00 |
|
Simon Vandel Sillesen
|
3288fa2cd2
|
uniq: avoid a upper-case map if we don't need to
|
2018-07-24 10:52:39 +02:00 |
|
Simon Vandel Sillesen
|
f233d8e5d7
|
uniq: avoid copying Strings all the time
|
2018-07-24 10:52:39 +02:00 |
|
Simon Vandel Sillesen
|
d624dbcfa0
|
uniq: do not allocate a new string in skip_fields
Instead, reuse the existing line and just view into that.
|
2018-07-24 10:48:52 +02:00 |
|
Alex Lyon
|
32ec6646a3
|
Merge pull request #1265 from simonvandel/uniq-delimiter-enum
uniq: refactor delimiters strings into enums
|
2018-07-21 15:03:16 -07:00 |
|
Simon Vandel Sillesen
|
caaea84097
|
uniq: refactor delimiters strings into enums
|
2018-07-11 23:16:42 +02:00 |
|
Alex Lyon
|
c64bb05cbe
|
Merge pull request #1264 from uutils/dependabot/cargo/clippy-0.0.212
Bump clippy from 0.0.211 to 0.0.212
|
2018-07-11 07:06:04 -07:00 |
|
dependabot[bot]
|
19aea56351
|
Bump clippy from 0.0.211 to 0.0.212
Bumps [clippy](https://github.com/rust-lang-nursery/rust-clippy) from 0.0.211 to 0.0.212.
- [Release notes](https://github.com/rust-lang-nursery/rust-clippy/releases)
- [Changelog](https://github.com/rust-lang-nursery/rust-clippy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang-nursery/rust-clippy/compare/v0.0.211...v0.0.212)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-07-11 07:15:40 +00:00 |
|
Alex Lyon
|
6882558280
|
Merge pull request #1254 from bootandy/master
Fix expr
|
2018-07-10 21:42:28 -07:00 |
|
Alex Lyon
|
65d3812311
|
Merge pull request #1262 from uutils/dependabot/cargo/cpp_build-0.4.0
Bump cpp_build from 0.3.2 to 0.4.0
|
2018-07-10 21:40:50 -07:00 |
|
Alex Lyon
|
e528c38ac8
|
Merge pull request #1261 from uutils/dependabot/cargo/getopts-0.2.18
Bump getopts from 0.2.17 to 0.2.18
|
2018-07-10 21:40:38 -07:00 |
|
dependabot[bot]
|
20a236e39b
|
Bump cpp_build from 0.3.2 to 0.4.0
Bumps [cpp_build](https://github.com/mystor/rust-cpp) from 0.3.2 to 0.4.0.
- [Release notes](https://github.com/mystor/rust-cpp/releases)
- [Commits](https://github.com/mystor/rust-cpp/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-07-11 01:16:49 +00:00 |
|
Alex Lyon
|
83ae6b3e0a
|
Merge pull request #1263 from uutils/dependabot/cargo/cpp-0.4.0
Bump cpp from 0.3.2 to 0.4.0
|
2018-07-10 18:13:36 -07:00 |
|
dependabot[bot]
|
0b870c065f
|
Bump cpp from 0.3.2 to 0.4.0
Bumps [cpp](https://github.com/mystor/rust-cpp) from 0.3.2 to 0.4.0.
- [Release notes](https://github.com/mystor/rust-cpp/releases)
- [Commits](https://github.com/mystor/rust-cpp/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-07-09 07:50:33 +00:00 |
|
bootandy
|
4756eb5c19
|
Fix expr
expr now detects overflows and logs to stderr instead of overflowing the
input
https://github.com/uutils/coreutils/issues/1194
|
2018-07-08 21:24:25 +01:00 |
|
dependabot[bot]
|
2c796811ca
|
Bump getopts from 0.2.17 to 0.2.18
Bumps [getopts](https://github.com/rust-lang/getopts) from 0.2.17 to 0.2.18.
- [Release notes](https://github.com/rust-lang/getopts/releases)
- [Commits](https://github.com/rust-lang/getopts/compare/0.2.17...v0.2.18)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-07-06 07:17:46 +00:00 |
|
Alex Lyon
|
7eb087d931
|
Merge pull request #1259 from uutils/dependabot/cargo/clippy-0.0.211
Bump clippy from 0.0.209 to 0.0.211
|
2018-07-01 19:30:26 -07:00 |
|
dependabot[bot]
|
e7d8f6b2d7
|
Bump clippy from 0.0.209 to 0.0.211
Bumps [clippy](https://github.com/rust-lang-nursery/rust-clippy) from 0.0.209 to 0.0.211.
- [Release notes](https://github.com/rust-lang-nursery/rust-clippy/releases)
- [Changelog](https://github.com/rust-lang-nursery/rust-clippy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang-nursery/rust-clippy/compare/v0.0.209...v0.0.211)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-07-01 19:17:17 +00:00 |
|
Alex Lyon
|
19253a066f
|
Merge pull request #1257 from uutils/dependabot/cargo/clap-2.32.0
Bump clap from 2.31.2 to 2.32.0
|
2018-07-01 12:13:52 -07:00 |
|
Alex Lyon
|
59adaadf2f
|
Merge pull request #1258 from uutils/dependabot/cargo/aho-corasick-0.6.5
Bump aho-corasick from 0.6.4 to 0.6.5
|
2018-07-01 12:13:33 -07:00 |
|
dependabot[bot]
|
bd556d9ae2
|
Bump aho-corasick from 0.6.4 to 0.6.5
Bumps [aho-corasick](https://github.com/BurntSushi/aho-corasick) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/BurntSushi/aho-corasick/releases)
- [Commits](https://github.com/BurntSushi/aho-corasick/compare/0.6.4...0.6.5)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-28 07:26:13 +00:00 |
|
dependabot[bot]
|
9883d82785
|
Bump clap from 2.31.2 to 2.32.0
Bumps [clap](https://github.com/kbknapp/clap-rs) from 2.31.2 to 2.32.0.
- [Release notes](https://github.com/kbknapp/clap-rs/releases)
- [Changelog](https://github.com/kbknapp/clap-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kbknapp/clap-rs/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-27 07:27:24 +00:00 |
|
Alex Lyon
|
d5e6259b4c
|
Merge pull request #1246 from uutils/dependabot/cargo/regex-1.0.1
Bump regex from 1.0.0 to 1.0.1
|
2018-06-25 09:24:46 -07:00 |
|
Alex Lyon
|
8c366cd4ea
|
Merge pull request #1251 from uutils/dependabot/cargo/half-1.1.1
Bump half from 1.1.0 to 1.1.1
|
2018-06-25 09:24:32 -07:00 |
|
Alex Lyon
|
531fd6cb35
|
Merge pull request #1252 from uutils/dependabot/cargo/chrono-0.4.4
Bump chrono from 0.4.3 to 0.4.4
|
2018-06-25 09:24:19 -07:00 |
|
dependabot[bot]
|
1ffebd1054
|
Bump chrono from 0.4.3 to 0.4.4
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.3...v0.4.4)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-25 07:25:17 +00:00 |
|
dependabot[bot]
|
1c38d5f97f
|
Bump half from 1.1.0 to 1.1.1
Bumps [half](https://github.com/starkat99/half-rs) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/starkat99/half-rs/releases)
- [Changelog](https://github.com/starkat99/half-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/starkat99/half-rs/compare/v1.1.0...v1.1.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-25 07:25:13 +00:00 |
|
dependabot[bot]
|
3e907e2a10
|
Bump regex from 1.0.0 to 1.0.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.0.0...1.0.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-20 15:39:26 +00:00 |
|
Alex Lyon
|
99075e4985
|
Merge pull request #1247 from uutils/dependabot/cargo/clippy-0.0.209
Bump clippy from 0.0.208 to 0.0.209
|
2018-06-20 08:36:34 -07:00 |
|
dependabot[bot]
|
378292cdbd
|
Bump clippy from 0.0.208 to 0.0.209
Bumps [clippy](https://github.com/rust-lang-nursery/rust-clippy) from 0.0.208 to 0.0.209.
- [Release notes](https://github.com/rust-lang-nursery/rust-clippy/releases)
- [Changelog](https://github.com/rust-lang-nursery/rust-clippy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang-nursery/rust-clippy/compare/v0.0.208...v0.0.209)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-20 07:19:23 +00:00 |
|
Alex Lyon
|
99829da5de
|
Merge pull request #1244 from uutils/dependabot/cargo/clippy-0.0.208
Bump clippy from 0.0.207 to 0.0.208
|
2018-06-19 17:11:21 -07:00 |
|
dependabot[bot]
|
0cd807c404
|
Bump clippy from 0.0.207 to 0.0.208
Bumps [clippy](https://github.com/rust-lang-nursery/rust-clippy) from 0.0.207 to 0.0.208.
- [Release notes](https://github.com/rust-lang-nursery/rust-clippy/releases)
- [Changelog](https://github.com/rust-lang-nursery/rust-clippy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang-nursery/rust-clippy/compare/v0.0.207...v0.0.208)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-19 07:25:24 +00:00 |
|
Alex Lyon
|
5d22ae2af3
|
Merge pull request #1242 from TheGoddessInari/windows
uutils: Replace file_name with file_stem in symlink applet detection.
|
2018-06-18 08:53:30 -07:00 |
|
Alex Lyon
|
ab8a182154
|
Merge pull request #1243 from uutils/dependabot/cargo/chrono-0.4.3
Bump chrono from 0.4.0 to 0.4.3
|
2018-06-18 08:50:32 -07:00 |
|
dependabot[bot]
|
c3423cdeff
|
Bump chrono from 0.4.0 to 0.4.3
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.0 to 0.4.3.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.0...v0.4.3)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-18 07:40:46 +00:00 |
|
TheGoddessInari
|
7cc0f1337c
|
uutils: Replace file_name with file_stem in symlink applet detection.
This can get confused on Windows with powershell, where it passes .exe
for symlinks.
|
2018-06-17 23:07:28 -07:00 |
|
Alex Lyon
|
f0859c8094
|
Merge pull request #1239 from uutils/dependabot/cargo/unicode-width-0.1.5
Bump unicode-width from 0.1.4 to 0.1.5
|
2018-06-15 09:19:39 -07:00 |
|
Alex Lyon
|
cbc02b8a1a
|
Merge pull request #1238 from uutils/dependabot/cargo/clippy-0.0.207
Bump clippy from 0.0.206 to 0.0.207
|
2018-06-15 09:18:36 -07:00 |
|
Alex Lyon
|
5bea2624df
|
Merge pull request #1237 from uutils/dependabot/cargo/regex-1.0.0
Bump regex from 0.2.7 to 1.0.0
|
2018-06-15 09:18:15 -07:00 |
|
Alex Lyon
|
45f14d3d74
|
Merge pull request #1236 from uutils/dependabot/cargo/itertools-0.7.8
Bump itertools from 0.6.5 to 0.7.8
|
2018-06-15 09:18:04 -07:00 |
|
dependabot[bot]
|
f007268c9c
|
Bump unicode-width from 0.1.4 to 0.1.5
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/unicode-rs/unicode-width/releases)
- [Commits](https://github.com/unicode-rs/unicode-width/commits)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-15 07:24:50 +00:00 |
|
dependabot[bot]
|
d5838b93dc
|
Bump clippy from 0.0.206 to 0.0.207
Bumps [clippy](https://github.com/rust-lang-nursery/rust-clippy) from 0.0.206 to 0.0.207.
- [Release notes](https://github.com/rust-lang-nursery/rust-clippy/releases)
- [Changelog](https://github.com/rust-lang-nursery/rust-clippy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang-nursery/rust-clippy/compare/v0.0.206...v0.0.207)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-15 07:24:45 +00:00 |
|
dependabot[bot]
|
be615fb7df
|
Bump regex from 0.2.7 to 1.0.0
Bumps [regex](https://github.com/rust-lang/regex) from 0.2.7 to 1.0.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/0.2.7...1.0.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-15 07:24:38 +00:00 |
|
dependabot[bot]
|
8ec1060de9
|
Bump itertools from 0.6.5 to 0.7.8
Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.6.5 to 0.7.8.
- [Release notes](https://github.com/bluss/rust-itertools/releases)
- [Commits](https://github.com/bluss/rust-itertools/compare/0.6.5...0.7.8)
Signed-off-by: dependabot[bot] <support@dependabot.com>
|
2018-06-15 07:24:33 +00:00 |
|
Alex Lyon
|
aab9a8a028
|
Merge pull request #1216 from uutils/dependabot/cargo/bit-set-0.5.0
Bump bit-set from 0.4.0 to 0.5.0
|
2018-06-14 17:34:48 -07:00 |
|
Alex Lyon
|
fe51245f54
|
Merge pull request #1232 from uutils/dependabot/cargo/regex-syntax-0.6.1
Bump regex-syntax from 0.6.0 to 0.6.1
|
2018-06-14 09:30:15 -07:00 |
|
Alex Lyon
|
b2dc752087
|
Merge pull request #1233 from uutils/dependabot/cargo/time-0.1.40
Bump time from 0.1.39 to 0.1.40
|
2018-06-14 09:30:03 -07:00 |
|