Commit graph

11172 commits

Author SHA1 Message Date
Daniel Hofstetter
7d39b1ade5
Merge pull request #5359 from sylvestre/chown-sim
chown: move uid & gid detections into their own functions
2023-10-06 09:00:03 +02:00
Daniel Hofstetter
f8f1c7f42b
Merge pull request #5361 from uutils/renovate/byteorder-1.x
chore(deps): update rust crate byteorder to 1.5.0
2023-10-06 08:35:47 +02:00
Daniel Hofstetter
4760b1f340
chown: remove unnecessary return 2023-10-06 07:49:36 +02:00
renovate[bot]
7c3de40842
chore(deps): update rust crate byteorder to 1.5.0 2023-10-06 05:01:49 +00:00
Daniel Hofstetter
e03028f2c4
Merge pull request #5360 from sylvestre/clippy
touch: fix clippy warning - redundant guard
2023-10-06 06:59:52 +02:00
Sylvestre Ledru
d756a05be6 touch: fix clippy warning - redundant guard 2023-10-05 19:18:00 +02:00
Sylvestre Ledru
b87e1f5676 chown: move uid & gid detections into their own functions 2023-10-05 19:06:46 +02:00
Daniel Hofstetter
3c2e327a34
Merge pull request #5352 from uutils/renovate/memmap2-0.x
chore(deps): update rust crate memmap2 to 0.9
2023-10-04 06:58:06 +02:00
Terts Diepraam
9e9701974e
Merge pull request #5350 from cakebaker/echo_no_new_line
echo: don't output "\n" if "\c" is encountered
2023-10-03 17:35:58 +02:00
renovate[bot]
b591bedcab
chore(deps): update rust crate memmap2 to 0.9 2023-10-03 15:34:37 +00:00
Sylvestre Ledru
39a5ad2f4f
Merge pull request #5351 from cakebaker/mv_fix_typo_in_test_function_name
mv: fix typo in test function name
2023-10-03 15:48:51 +02:00
Daniel Hofstetter
54ba81ecbb mv: fix typo in test function name
test_mv_info_self -> test_mv_into_self
2023-10-03 15:09:20 +02:00
Daniel Hofstetter
c29bcb219f echo: don't output "\n" if "\c" is encountered 2023-10-03 14:37:15 +02:00
Daniel Hofstetter
139f205783
Merge pull request #5218 from tertsdiepraam/echo-fix-octal-wrapping
`echo`: fix wrapping behavior of octal sequences
2023-10-03 13:52:56 +02:00
Terts Diepraam
a107374c82 echo: use controlflow instead of bool 2023-10-03 12:10:20 +02:00
Terts Diepraam
689b21d0b8
Merge pull request #5348 from cakebaker/cp_show_no_skipped_message
cp: show no "skipped" msg with -vi/-vin
2023-10-03 11:58:47 +02:00
Terts Diepraam
0f248d7525
Merge pull request #5347 from cakebaker/mv_show_no_skipped_message
mv: show no "skipped" msg with -vi/-vin
2023-10-03 11:58:31 +02:00
PGIII
252d01ac33
cp: fail when trying to copy to read only file on mac (#5261)
* cp: fail when trying to copy to read only file

* fix spelling error in macos.rs

* simplify permissions check

* add comment

* fix typo
2023-10-03 00:48:22 +02:00
Yury Zhytkou
c5a0aa92f8
split: implementing separator option (#5331)
* split: implementing separator option

* split: separator option - handle multiple update

* split: style

* split: separator tests

* split: separator tests - stdin in ci/cd

* split: tests - ci/cd stdin errors

* split: refactor based on feedback

* split: improve test coverage

* split: fix broken pipe error in tests with stdin

* split: fix for handle_multiple_separator_options

* split: comments

* split: refactor separator code

* split: changes based on feedback

* split: changes based on feedback
2023-10-03 00:42:46 +02:00
Yury Zhytkou
9f6a720582
Introducing DEVELOPMENT.md (#5209) 2023-10-02 21:46:00 +02:00
Daniel Hofstetter
8ee69d2b92 cp: show no "skipped" msg with -vi/-vin 2023-10-02 15:38:34 +02:00
Daniel Hofstetter
fda762b91c mv: show no "skipped" msg with -vi/-vin 2023-10-02 14:50:29 +02:00
Daniel Hofstetter
ac5684dc8d
Merge pull request #5346 from uutils/renovate/bytecount-0.x
chore(deps): update rust crate bytecount to 0.6.4
2023-10-02 07:03:47 +02:00
renovate[bot]
d4220e9bb7
chore(deps): update rust crate bytecount to 0.6.4 2023-10-01 20:03:02 +00:00
Daniel Clarke
c27fcc4084
Update parse_datetime to 0.5.0 (#5313) 2023-10-01 18:01:46 +02:00
Daniel Hofstetter
3d015826b9
Merge pull request #5342 from sylvestre/ls-recursive
ls -R1: add a test to replicate GNU's recursive.sh
2023-10-01 17:56:29 +02:00
Sylvestre Ledru
7337cd5169 ls -R1: add a test to replicate GNU's recursive.sh 2023-10-01 17:03:57 +02:00
Sylvestre Ledru
3e90306067
Merge pull request #5340 from cakebaker/nl_fix_overflow
nl: defer showing "line number overflow" error
2023-09-30 19:03:38 +02:00
Daniel Hofstetter
e31fed26a5
Merge pull request #5339 from uutils/renovate/regex-1.x
chore(deps): update rust crate regex to 1.9.6
2023-09-30 17:49:58 +02:00
Daniel Hofstetter
7f876e4bdb
Merge pull request #5337 from sylvestre/fuzz3
fuzzing: remove some duplicated code + clippy fixes
2023-09-30 16:37:55 +02:00
Daniel Hofstetter
95ccc54d05 nl: defer showing "line number overflow" error 2023-09-30 15:35:05 +02:00
renovate[bot]
f92066cee2
chore(deps): update rust crate regex to 1.9.6 2023-09-30 13:25:14 +00:00
Daniel Hofstetter
bc7877b58c
Merge pull request #5124 from shinhs0506/seq-parse
seq: parse "infinity" and "-infinity"
2023-09-30 06:59:32 +02:00
Daniel Hofstetter
035032cd83
Merge pull request #5158 from cakebaker/nl_section_delimiter
nl: implement -d/--section-delimiter
2023-09-29 10:42:04 +02:00
Daniel Hofstetter
1a87c31b1e
Merge pull request #5336 from sylvestre/isdigit
Replace list of digit by is_digit
2023-09-29 10:32:07 +02:00
Sylvestre Ledru
55fd1f3617 Replace list of digit by is_ascii_digit
and some ride along simplification
2023-09-28 23:07:01 +02:00
Sylvestre Ledru
a576054d42 fuzz: fix clippy warnings 2023-09-28 21:52:26 +02:00
Sylvestre Ledru
e6f9e358d4 fuzz: create a function run_gnu_cmd to deduplicate the code 2023-09-28 21:48:34 +02:00
Daniel Hofstetter
aa0437c28a
Merge pull request #5332 from sylvestre/fuzz
fuzz: move the common duplicated code into a function
2023-09-28 17:53:10 +02:00
Sylvestre Ledru
a17ede9ef0
Remove the full path to test 2023-09-28 15:36:06 +02:00
Sylvestre Ledru
47a87304a1
Merge pull request #5333 from cakebaker/fmt_use_claps_value_parser_for_goal_and_width
fmt: use clap's value parser for goal & width
2023-09-28 13:03:54 +02:00
Daniel Hofstetter
51eb20a15d fmt: use clap's value parser for goal & width 2023-09-28 10:50:56 +02:00
Sylvestre Ledru
f0f64bd3b7 fuzz: move the common duplicated code into a function 2023-09-28 08:42:30 +02:00
John Shin
9c0b9cae56 seq: simplyfy nan and inf parsing 2023-09-27 14:55:08 -07:00
tommady
2789885648
cp: fix cp -dR --no-preserve=links d c should have different inodes (#5320)
* fix issue 5308
2023-09-27 13:16:10 +02:00
Daniel Hofstetter
df584f6368
Merge pull request #5325 from uutils/renovate/sha2-0.x
chore(deps): update rust crate sha2 to 0.10.8
2023-09-27 06:40:20 +02:00
Sylvestre Ledru
f31c017275
Merge pull request #5324 from cakebaker/expr_fix_and_and_or
expr: interpret numbers != 0 as true for | and &
2023-09-26 22:55:50 +02:00
renovate[bot]
6c7a20fc18
chore(deps): update rust crate sha2 to 0.10.8 2023-09-26 16:57:54 +00:00
Daniel Hofstetter
ff500d7d6f expr: interpret numbers != 0 as true for | and & 2023-09-26 16:24:00 +02:00
Daniel Hofstetter
ffbe452b01
Merge pull request #5322 from uutils/renovate/exacl-0.x
chore(deps): update rust crate exacl to 0.11.0
2023-09-26 11:42:59 +02:00