Daniel Hofstetter
120a0e09fc
ls,date: rename chrono::Duration to TimeDelta
2024-02-11 13:24:20 +01:00
Daniel Hofstetter
43284b4b33
Merge pull request #5967 from uutils/renovate/chrono-0.x
...
chore(deps): update rust crate chrono to ^0.4.34
2024-02-11 13:07:52 +01:00
renovate[bot]
3c9b5d35e6
chore(deps): update rust crate chrono to ^0.4.34
2024-02-11 06:46:34 +00:00
Terts Diepraam
da139c9524
Merge pull request #5955 from tertsdiepraam/printf-pad-octal-prefix
...
`printf`: pad unsigned numbers properly
2024-02-10 11:41:33 +01:00
Daniel Hofstetter
337bfeebc1
uucore/num_format: fix typo in comment
2024-02-09 13:28:18 +01:00
Terts Diepraam
3126e5f8a1
printf: fix padding and prefixes for unsigned ints
2024-02-09 13:28:18 +01:00
Terts Diepraam
4dae902429
printf: pad octal numbers with zeros on the left
2024-02-09 13:28:18 +01:00
Terts Diepraam
d4ee5ebc85
Merge pull request #5959 from cakebaker/clippy_fix_warnings_1_76
...
clippy: fix warnings introduced by Rust 1.76
2024-02-09 12:56:58 +01:00
Daniel Hofstetter
04ebd863a6
clippy: fix warnings introduced by Rust 1.76
2024-02-08 16:56:01 +01:00
Sylvestre Ledru
dd64bae278
Merge pull request #5957 from cakebaker/tr_fix_intermittent_test
...
tr: fix intermittent test caused by pipe_in()
2024-02-08 08:50:12 +01:00
Daniel Hofstetter
9995c637aa
tr: fix intermittent test caused by pipe_in()
2024-02-08 07:25:09 +01:00
Daniel Hofstetter
3871c14190
Merge pull request #5871 from cakebaker/bump_shlex
...
Bump shlex from 1.1.0 to 1.3.0
2024-02-08 07:17:58 +01:00
Daniel Hofstetter
9f8ea47981
Merge pull request #5874 from cakebaker/bump_smallvec
...
Bump smallvec from 1.13.0 to 1.13.1
2024-02-08 07:17:06 +01:00
Daniel Hofstetter
86e589f95b
Merge pull request #5956 from uutils/renovate/num-traits-0.x
...
chore(deps): update rust crate num-traits to 0.2.18
2024-02-08 07:10:36 +01:00
renovate[bot]
9c96f489a8
chore(deps): update rust crate num-traits to 0.2.18
2024-02-08 01:32:51 +00:00
Sylvestre Ledru
6998c1a3db
Merge pull request #5954 from cakebaker/cargo_rename_config
...
cargo: rename `config` to `config.toml`
2024-02-07 11:13:39 +01:00
Daniel Hofstetter
744d94e630
cargo: rename "config" to "config.toml"
2024-02-07 09:15:04 +01:00
Daniel Hofstetter
fb3f3e3682
Merge pull request #5953 from uutils/renovate/unicode-segmentation-1.x
...
chore(deps): update rust crate unicode-segmentation to 1.11.0
2024-02-07 09:02:18 +01:00
renovate[bot]
5616ff970f
chore(deps): update rust crate unicode-segmentation to 1.11.0
2024-02-07 07:27:44 +00:00
BaherSalama
5c2ae5be4f
fix tr with delete flag if more than 1 operand given ( #5945 )
...
* fix tr
* fix
* adding a test
* tr: rename test function
---------
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-02-06 16:42:08 +01:00
Daniel Hofstetter
4c187e29d4
Merge pull request #5949 from tertsdiepraam/command-descriptions
...
`seq`: fix about text not found
2024-02-06 14:34:09 +01:00
Terts Diepraam
0b89a734b6
uucore: make help_{about,usage} fail if no text is found
2024-02-06 13:45:43 +01:00
Terts Diepraam
64cb591e3b
seq: fix about text not found
2024-02-06 13:45:12 +01:00
Daniel Hofstetter
c638ea9fb0
Merge pull request #5948 from uutils/renovate/tempfile-3.x
...
chore(deps): update rust crate tempfile to 3.10.0
2024-02-06 07:07:06 +01:00
renovate[bot]
b6214010a7
chore(deps): update rust crate tempfile to 3.10.0
2024-02-05 22:43:03 +00:00
Daniel Hofstetter
dcb5c2ea97
Merge pull request #5943 from cre4ture/fix/disk_space_issue_in_android_builds
...
`ci`: android disk space issue
2024-02-05 10:21:51 +01:00
Sylvestre Ledru
c1c2613056
Merge pull request #5947 from cakebaker/ci_use_newer_cspell
...
ci: use latest version of `cspell`
2024-02-05 09:32:18 +01:00
Daniel Hofstetter
d2a75457f6
Fix errors reported by new version of cspell
2024-02-05 09:12:52 +01:00
Daniel Hofstetter
921cbe4dba
ci: use latest version of cspell
2024-02-05 09:12:52 +01:00
Ulrich Hornung
db63e68b7e
move ".android" (avd data) and "work" (tmp data) to data partition
...
with more space
2024-02-04 21:40:13 +01:00
Ludmuterol
96d96e7de3
more handle errors with multiple files ( #4997 )
...
* more handle errors with multiple files
* tests/more test refactor and new case
* tests/more new cases
* more: use show! and change exitstatus and adjust tests to new exitvalue
---------
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2024-02-04 16:32:14 +01:00
Daniel Hofstetter
40694c5e75
Merge pull request #5939 from cre4ture/fix/stabilize_improve_android_build
...
`ci:android` stabilize and improve android github actions
2024-02-04 14:59:42 +01:00
Ulrich Hornung
93d922f075
squash commit
2024-02-03 17:08:39 +01:00
Sylvestre Ledru
b485a480cf
Merge pull request #5932 from cakebaker/uucore_fix_never_used_warnings_on_redox
...
uucore: fix "X is never used" warnings on Redox
2024-02-03 07:46:29 +01:00
Daniel Hofstetter
67a94f9c16
Merge pull request #5937 from uutils/renovate/exacl-0.x
...
chore(deps): update rust crate exacl to 0.12.0
2024-02-03 07:42:16 +01:00
renovate[bot]
8e1a6c851e
chore(deps): update rust crate exacl to 0.12.0
2024-02-03 05:15:12 +00:00
Biplab Mochan Gartia
fd4e1cfb28
stat: should fail without arguments #5928 ( #5935 )
...
* stat: should fail without arguments #5928
* style and lint issue stat: should fail without arguments #5928
* style and lint issue stat: should fail without arguments #5928
* style and lint 2 issue stat: should fail without arguments #5928
---------
Co-authored-by: biplab5464 <biplab5464@outlook.com>
2024-02-02 17:00:35 +01:00
Daniel Hofstetter
eead44172d
Merge pull request #5936 from SamuelLarkin/dev/benchmark
...
doc: fixed benchmark table
2024-02-02 16:41:00 +01:00
Samuel Larkin
c7f730470f
doc: fixed benchmark table
2024-02-02 10:13:38 -05:00
Daniel Hofstetter
9c7675945f
uucore: fix "X is never used" warnings on Redox
2024-02-02 09:33:35 +01:00
Sylvestre Ledru
f347168e24
Merge pull request #5931 from cakebaker/ls_fix_unused_variable_warning_on_redox
...
ls: fix "unused variable" warning on Redox
2024-02-02 09:26:51 +01:00
Daniel Hofstetter
47843dc8f5
ls: fix "unused variable" warning on Redox
2024-02-02 09:13:38 +01:00
Biplab Mochan Gartia
4a7dfa7904
stat.rs: Refactor to remove #[allow(clippy::cognitive_complexity)] #5881 ( #5924 )
...
* stat.rs: Refactor to remove #[allow(clippy::cognitive_complexity)] #5881
* remvoe Vec when ruturing stat.rs: Refactor to remove #[allow(clippy::cognitive_complexity)] #5881
* formmating issue stat.rs: Refactor to remove #[allow(clippy::cognitive_complexity)] #5881
* cakebaker suggestion stat.rs: Refactor to remove #[allow(clippy::cognitive_complexity)] #5881
* sytle and lint issue stat.rs: Refactor to remove #[allow(clippy::cognitive_complexity)] #5881
---------
Co-authored-by: biplab5464 <biplab5464@outlook.com>
2024-02-01 16:20:32 +01:00
Daniel Hofstetter
d53077160f
Merge pull request #5914 from Ideflop/disable-row-mode-on-panic
...
more: Disable raw mode before exiting if a panic occurs
2024-02-01 15:08:08 +01:00
Daniel Hofstetter
a5fc9af68d
Merge pull request #5927 from uutils/renovate/libc-0.x
...
chore(deps): update rust crate libc to 0.2.153
2024-02-01 07:09:12 +01:00
Daniel Hofstetter
58b90b9cd0
Merge pull request #5926 from uutils/renovate/codecov-codecov-action-4.x
...
chore(deps): update codecov/codecov-action action to v4
2024-02-01 07:03:53 +01:00
renovate[bot]
1459212ebc
chore(deps): update rust crate libc to 0.2.153
2024-01-31 21:56:02 +00:00
renovate[bot]
94e2050500
chore(deps): update codecov/codecov-action action to v4
2024-01-31 18:11:02 +00:00
Daniel Hofstetter
ec8ac383a9
Merge pull request #5923 from sylvestre/m1
...
github action: run on native m1 - and execute the tests
2024-01-31 14:15:31 +01:00
Sylvestre Ledru
6a36b030a8
skip some tests on linux arm cross compile
2024-01-31 11:16:01 +01:00