Commit graph

11225 commits

Author SHA1 Message Date
Sylvestre Ledru
41d284494a
Merge pull request #5267 from cakebaker/deny_toml_remove_constant_time_eq_from_skip_list
deny.toml: remove constant_time_eq from skip list
2023-09-11 08:16:30 +02:00
Daniel Hofstetter
8916dc4087 deny.toml: remove constant_time_eq from skip list 2023-09-11 07:06:23 +02:00
Daniel Hofstetter
6b94173322
Merge pull request #5266 from uutils/renovate/blake2b_simd-1.x
chore(deps): update rust crate blake2b_simd to 1.0.2
2023-09-11 07:02:52 +02:00
renovate[bot]
55a62f56b9
chore(deps): update rust crate blake2b_simd to 1.0.2 2023-09-10 22:42:02 +00:00
Sylvestre Ledru
6186c8c324
Merge pull request #5258 from cakebaker/bump_nix_and_ctrlc
Bump nix & ctrlc, adapt stty to nix API changes
2023-09-10 17:17:25 +02:00
Sylvestre Ledru
6d48df8e8e
Merge pull request #5265 from cakebaker/uucore_turn_quoting_style_into_feature
uucore: turn quoting_style into a feature
2023-09-10 17:16:32 +02:00
Daniel Hofstetter
d19b8b78d8 uucore: turn quoting_style into a feature 2023-09-10 15:07:37 +02:00
David CARLIER
7679e90818
clippy: remove some unnecessary mut
removing useless mutability mostly.
2023-09-09 09:47:08 +02:00
Daniel Hofstetter
36d5013fac stty: adapt to API change in nix 0.27.x
tcgetattr(fd: RawFd) changed to tcgetattr<Fd: AsFd>(fd: Fd), with RawFd
not implementing AsFd. A similar change was applied to tcsetattr.
2023-09-08 11:06:21 +02:00
Daniel Hofstetter
2c96a0d741 Bump nix and ctrlc
nix from 0.26.2 -> 0.27.1
ctrlc from 3.4.0 -> 3.4.1
2023-09-08 10:07:20 +02:00
Daniel Hofstetter
7a26f94399
Merge pull request #5262 from uutils/renovate/redox_syscall-0.x
chore(deps): update rust crate redox_syscall to 0.4
2023-09-08 09:57:35 +02:00
renovate[bot]
7d2996bb1a
chore(deps): update rust crate redox_syscall to 0.4 2023-09-08 06:51:03 +00:00
Sylvestre Ledru
0cc6dc8ed5
Merge pull request #5263 from cakebaker/add_redox_syscall_to_deny_toml
deny.toml: add redox_syscall to skip list
2023-09-08 08:49:16 +02:00
Daniel Hofstetter
6a63acc983 deny.toml: add redox_syscall to skip list 2023-09-08 07:27:19 +02:00
Daniel Hofstetter
5935602bad
Merge pull request #5260 from sylvestre/echo-doc
echo's doc doesn't show correctly
2023-09-08 07:11:12 +02:00
Daniel Hofstetter
e2614796ed
Merge pull request #5259 from devnexen/truncate_clippy_fix
truncate clippy fix.
2023-09-08 07:07:03 +02:00
Sylvestre Ledru
a63603eea8 echo's doc doesn't show correctly 2023-09-07 22:08:22 +02:00
David CARLIER
e3f6fd3c3f truncate clippy fix. 2023-09-07 20:48:26 +01:00
Sylvestre Ledru
80f8eb6724
Merge pull request #5252 from zhitkoff/split-gnu-test-fail.sh
split: implement remaining -n variants and pass GNU tests/split/fail.sh
2023-09-07 17:15:09 +02:00
Sylvestre Ledru
9d8656c0fa
Merge pull request #5249 from cakebaker/bump_blake3
Bump blake3 & add constant_time_eq to skip list in deny.toml
2023-09-07 10:26:07 +02:00
Sylvestre Ledru
4ef093b969
Merge pull request #5254 from cakebaker/uucore_turn_version_cmp_into_feature
uucore: turn version_cmp into a feature
2023-09-07 10:24:54 +02:00
zhitkoff
3f065eed8a split: fixing test for 32bit 2023-09-06 21:04:01 -04:00
zhitkoff
8883f016d4 split: fix windows tests 2023-09-06 20:09:26 -04:00
zhitkoff
3be284e0d9 split: more test coverage 2023-09-06 19:49:26 -04:00
zhitkoff
e40e887022 split: some refactoring for handle_obsolete() 2023-09-06 18:43:20 -04:00
zhitkoff
fbf5ac4329 split: tests 32bit 2023-09-06 14:16:21 -04:00
zhitkoff
1669a92694 split: tests overflow 2023-09-06 14:02:08 -04:00
zhitkoff
4fd598e4d5 split: tests 2023-09-06 13:20:58 -04:00
zhitkoff
e378454a26 split: formatting 2023-09-06 13:15:35 -04:00
zhitkoff
d8a16a2351 split: tests 2023-09-06 12:42:49 -04:00
Daniel Hofstetter
5c93c592db uucore: turn version_cmp into a feature 2023-09-06 09:47:50 +02:00
Daniel Hofstetter
1adca622e9
Merge pull request #5253 from dmatos2012/cp_source_error
cp: Error out if cp only contains source
2023-09-06 07:40:48 +02:00
zhitkoff
eaae32ec3b split: comments 2023-09-05 20:12:25 -04:00
zhitkoff
a0a9ee6491 split: fixing tests for parse_size_max() 2023-09-05 18:42:16 -04:00
Yury Zhytkou
2a0b4f8837
Update build-gnu.sh 2023-09-05 18:14:14 -04:00
David Matos
8be6338da9 cp: Error out if cp only contains source 2023-09-05 23:35:14 +02:00
Yury Zhytkou
e0b000a3bc
Merge branch 'main' into split-gnu-test-fail.sh 2023-09-05 17:22:31 -04:00
zhitkoff
2ae1d8d1cc split: missing functionality for --number option 2023-09-05 17:13:30 -04:00
Daniel Hofstetter
f71a7bc0c4
Merge pull request #5250 from uutils/renovate/walkdir-2.x
chore(deps): update rust crate walkdir to 2.4
2023-09-05 17:17:48 +02:00
renovate[bot]
3cce11b46f
chore(deps): update rust crate walkdir to 2.4 2023-09-05 14:17:59 +00:00
Daniel Hofstetter
dd584b6332 deny.toml: add constant_time_eq to skip list 2023-09-05 11:17:51 +02:00
Daniel Hofstetter
442e468efc Bump constant_time_eq from 0.2.4 to 0.2.6 2023-09-05 10:45:14 +02:00
Daniel Hofstetter
cefb4eb265 Bump blake3 from 1.4.0 to 1.4.1 2023-09-05 10:43:26 +02:00
Sylvestre Ledru
2bcb3c2363
Merge pull request #5248 from cakebaker/build_gnu_fix_formatting_errors
build-gnu.sh: fix formatting issues
2023-09-05 10:21:40 +02:00
Daniel Hofstetter
1a086ead7f build-gnu.sh: fix formatting issues 2023-09-05 10:05:58 +02:00
Sylvestre Ledru
8b24e7ce0b
Merge pull request #5246 from cakebaker/yes_use_let_else
yes: use let/else to fix todo
2023-09-05 09:51:22 +02:00
Sylvestre Ledru
ce6be522af
Merge pull request #5245 from cakebaker/wc_ilog10
wc: use Rust's ilog10(), remove custom ilog10 fn
2023-09-05 09:51:13 +02:00
Sylvestre Ledru
8cd4b994ba
Merge pull request #5247 from cakebaker/remove_is_terminal
Remove is-terminal from Cargo.lock
2023-09-05 09:50:56 +02:00
Daniel Hofstetter
862a638350 Remove is-terminal from Cargo.lock 2023-09-05 09:44:30 +02:00
Sylvestre Ledru
d3d2b36db3
Merge pull request #5240 from cakebaker/use_std_io_is_terminal
Use std::io::IsTerminal instead of is-terminal
2023-09-05 08:41:14 +02:00