Commit graph

11668 commits

Author SHA1 Message Date
Daniel Hofstetter
0db834e04c
Merge pull request #5533 from cswn/split-remove-crash-macro
split: remove crash macro
2023-11-15 10:14:43 +01:00
Daniel Hofstetter
9ec994c5d7
Merge pull request #5537 from sylvestre/missing-features
add missing features to uucore
2023-11-15 10:06:27 +01:00
Sylvestre Ledru
3f86bc59de add missing features to uucore 2023-11-15 08:31:53 +01:00
Daniel Hofstetter
5a0ad29ce5
Merge pull request #5534 from uutils/renovate/itertools-0.x
chore(deps): update rust crate itertools to 0.12.0
2023-11-15 07:46:40 +01:00
Sylvestre Ledru
6446ef294c publishing: check if the current version is already there or not
This can happen when a publishing step failed
2023-11-14 21:35:15 +01:00
renovate[bot]
e2e5ec60cd
chore(deps): update rust crate itertools to 0.12.0 2023-11-14 20:05:36 +00:00
cswn
c4580df2a4 split: remove crash macro 2023-11-14 18:07:35 +01:00
Daniel Hofstetter
a3af2230a6
Merge pull request #5528 from uutils/renovate/actions-github-script-7.x
chore(deps): update actions/github-script action to v7
2023-11-14 07:12:41 +01:00
Sylvestre Ledru
ecd9a4ea38
Merge pull request #5529 from sylvestre/bump-version
Prepare version 0.0.23
2023-11-13 22:54:01 +01:00
Sylvestre Ledru
ff92bfb25b Prepare version 0.0.23 2023-11-13 22:02:01 +01:00
renovate[bot]
1f40cd69c8
chore(deps): update actions/github-script action to v7 2023-11-13 18:55:11 +00:00
Terts Diepraam
6481d63ea4 uucore/format: implement single specifier formats 2023-11-13 15:22:49 +01:00
Terts Diepraam
0a07d47243
Merge pull request #5493 from cakebaker/du_inodes_with_count_links
du: make -l/--count-links work
2023-11-13 13:12:35 +01:00
Sylvestre Ledru
1603f4807f
Merge pull request #5525 from cakebaker/ci_remove_outdated_comment
ci: remove outdated comment
2023-11-12 14:48:24 +01:00
Daniel Hofstetter
cdbc7bb416 ci: remove outdated comment 2023-11-12 13:41:29 +01:00
Daniel Hofstetter
cac9d5fde2
Merge pull request #5523 from dzbarsky/main
Add darwin arm64 builds
2023-11-12 13:35:19 +01:00
Daniel Hofstetter
12d67276eb
Merge pull request #5524 from sylvestre/dup_fun
fuzz: Move a duplicate function into fuzz_common
2023-11-12 13:11:13 +01:00
Sylvestre Ledru
fddf301a52 fuzz: Move a duplicate function into fuzz_common 2023-11-12 10:25:55 +01:00
David Zbarsky
70c48fca78 Add darwin arm64 builds 2023-11-11 14:17:03 -05:00
Daniel Hofstetter
5f9f610e3d
Merge pull request #5520 from uutils/renovate/self_cell-1.x
chore(deps): update rust crate self_cell to 1.0.2
2023-11-11 06:58:54 +01:00
Sylvestre Ledru
312baed795
Merge pull request #5517 from sylvestre/fuzzing-improv
fuzzing: Refactor the error management
2023-11-10 22:21:22 +01:00
renovate[bot]
24d7f1fe5c
chore(deps): update rust crate self_cell to 1.0.2 2023-11-10 16:59:08 +00:00
Sylvestre Ledru
2746c199cf use a command result structure 2023-11-10 16:01:38 +01:00
Daniel Hofstetter
7202d01767
Merge pull request #5510 from ceteece/expand-remove-crash-macro
expand: remove crash! macro
2023-11-10 14:42:23 +01:00
Daniel Hofstetter
a03f3367bf
Merge pull request #5518 from uutils/renovate/bstr-1.x
chore(deps): update rust crate bstr to 1.8
2023-11-10 07:03:41 +01:00
clint
a29ddea4e9 expand: clarify tabstops argument name for expand_line 2023-11-09 15:58:12 -05:00
renovate[bot]
7a38284075
chore(deps): update rust crate bstr to 1.8 2023-11-09 18:43:09 +00:00
Sylvestre Ledru
104e707b07 fuzzing: provide a better error management 2023-11-09 17:40:27 +01:00
Daniel Hofstetter
85777e6a42 du: rename inodes -> seen_inodes 2023-11-09 16:11:56 +01:00
Daniel Hofstetter
12e61d451c du: make -l/--count-links work 2023-11-09 16:07:02 +01:00
Terts Diepraam
ee0e2c042b dd: use num_format::Float directly instead of printf 2023-11-09 16:05:38 +01:00
Terts Diepraam
39c6758475 uucore/format: move types for num_format 2023-11-09 16:05:11 +01:00
Terts Diepraam
198f7c7f26 printf: move number formatting to separate module 2023-11-09 15:48:26 +01:00
Sylvestre Ledru
8ab20c4673 fuzz: adjust the fuzzers with the new arg 2023-11-09 10:54:41 +01:00
Sylvestre Ledru
064ad7200c fuzzing function should also return stderr 2023-11-09 10:54:41 +01:00
Sylvestre Ledru
5fed5443e4 fuzz: flush after calling uumain - was failing with printf 2023-11-09 10:54:41 +01:00
Sylvestre Ledru
2e0e88c3ac fuzz: verify the various steps when opening/closing fd 2023-11-09 10:54:41 +01:00
Daniel Hofstetter
6fa8a6d200
Merge pull request #5501 from alexhausen/du-remove-crash-macro
du: remove crash! macro
2023-11-09 10:04:37 +01:00
Terts Diepraam
1cae4981e6
Merge pull request #5508 from cakebaker/cp_fix_test_closes_file_descriptors
cp: make test_closes_file_descriptors Linux-only
2023-11-09 09:45:16 +01:00
Terts Diepraam
9946e77adb
Merge pull request #5514 from Luv-Ray/fix-printf-issue5468
`printf`: support %q
2023-11-09 09:02:44 +01:00
clint
fc00b6bfc9 expand: move logic to expand a single line into its own function 2023-11-08 23:36:46 -05:00
Zhuoxun Yang
fb414ed917 tests/printf: support %q 2023-11-09 10:18:27 +08:00
Zhuoxun Yang
e3ec12233b printf: support %q 2023-11-09 10:17:44 +08:00
Zhuoxun Yang
7279bc1741 printf.md: support %q 2023-11-09 10:16:53 +08:00
Alexandre Hausen
4d40555cd5 fixup! du: remove crash! macro 2023-11-08 20:32:03 -03:00
Sylvestre Ledru
91a91458e7
Merge pull request #5512 from cakebaker/contributing_md_fix_spell_checker_error
CONTRIBUTING.md: spell-checker:ignore "rustdoc's"
2023-11-08 10:42:56 +01:00
Daniel Hofstetter
a26e3db56e CONTRIBUTING.md: spell-checker:ignore "rustdoc's" 2023-11-08 10:00:26 +01:00
Daniel Hofstetter
d473e45c1f
Merge pull request #5488 from tertsdiepraam/contribution-md
Expand CONTRIBUTING.md (WIP)
2023-11-08 09:47:55 +01:00
Daniel Hofstetter
761213f1d2 cp: make test_closes_file_descriptors Linux-only 2023-11-08 09:33:49 +01:00
clint
3411c25112 expand: make error output the same as it was 2023-11-07 20:18:58 -05:00