Daniel Hofstetter
5e6fa49ef5
more: fix incorrect tests
2024-03-22 15:13:53 +01:00
Sylvestre Ledru
d9b2fec43d
Merge pull request #6101 from hanbings/main
...
add 0xDE flag to support zfs file system.
2024-03-21 19:21:25 +01:00
hanbings
c35c96f127
Merge branch 'main' into main
2024-03-21 22:57:20 +08:00
hanbings
30452ced73
Add 0xDE flag to to support zfs file system.
2024-03-21 22:20:31 +08:00
Daniel Hofstetter
77a67559eb
Merge pull request #5966 from Ideflop/more-implement-argument-pattern
...
More implement argument pattern
2024-03-21 10:51:31 +01:00
Sylvestre Ledru
f14aa8108b
Merge pull request #6099 from cre4ture/fix/android_od_test_f16
...
test_od - re-enable f16 test with newer AVD system image
2024-03-21 08:45:47 +01:00
Ulrich Hornung
89110abe97
test_od - re-enable f16 test with newer AVD system image
2024-03-20 23:33:06 +01:00
Sylvestre Ledru
ee1740e78d
Merge pull request #6098 from thesayfulla/main
...
added shebang to run python scripts
2024-03-20 17:50:41 +01:00
thesayfulla
9cfdf401d0
added shebang to run python scripts
2024-03-20 19:41:00 +05:00
Sylvestre Ledru
597a29be46
Merge pull request #6095 from cakebaker/cksum_enable_encoding_feature
...
cksum: enable encoding feature
2024-03-20 11:10:59 +01:00
Sylvestre Ledru
a3ff7b7719
Merge pull request #6096 from cakebaker/fmt_fail_if_goal_bigger_than_default_width
...
fmt: fail if goal is bigger than default width
2024-03-20 11:10:48 +01:00
Daniel Hofstetter
3ad226cf54
fmt: show error if goal > default width
2024-03-20 10:26:11 +01:00
Daniel Hofstetter
45bdca9f16
fmt: replace two magic numbers with consts
2024-03-20 10:23:33 +01:00
sreehari prasad
660014e532
dd: misc gnu test ( #6084 )
...
* dd: check file is a dir for iflag directory
* Improve english
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
* dd: stderr output checking for "iflag directory" testcase
* dd: replace #[cfg(unix)] with #[test]
---------
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-03-20 06:55:54 +01:00
Sylvestre Ledru
08172c28c0
Merge pull request #5801 from cre4ture/feature/env_string_args_try_with_shell_words
...
env: support string args by "-S", "-vS" or "--split-strings"
2024-03-19 19:32:04 +01:00
Daniel Hofstetter
7c8dfca4a7
Merge pull request #6094 from sargas/fmt-small-widths
...
fmt: Make sure goal is always positive
2024-03-19 16:55:10 +01:00
Joseph Jon Booker
f456b9531f
fmt: Make sure goal is always positive
...
A debug assertion was added to enforce "width >= goal" to catch
that case before a panic in linebreak.rs. A few warnings in linebreak.rs
were addressed as well, and some isize's that should always be positive
(if there's no width/goal bugs) were changed to usizes to catch bugs
earlier.
test_fmt_width is updated to test for the same result as GNU fmt
2024-03-19 08:52:04 -05:00
Daniel Hofstetter
2b4cfcc8b8
cksum: enable encoding feature
2024-03-19 09:29:41 +01:00
Ulrich Hornung
c62ba559d0
env: support string args by "-S", "-vS" or "--split-strings"
2024-03-19 00:45:05 +01:00
Sylvestre Ledru
6f95d058a2
Merge pull request #6041 from BenWiederhake/dev-cksum-repeat-and-flags
...
cksum: permit repeated flags, handle overrides correctly, implement base64 output
2024-03-18 21:34:37 +01:00
Ben Wiederhake
133cdde885
cksum: implement and test --base64 output method
2024-03-18 20:59:59 +01:00
Ben Wiederhake
7b219aee63
cksum: implement trivial --tag flag
2024-03-18 20:59:59 +01:00
Ben Wiederhake
edb1eb0a76
cksum: allow repeated flags and arguments
2024-03-18 20:59:59 +01:00
Ulrich Hornung
32b5591736
df: switch from u64 to u128 to handle fs with large inodes nr ( #6071 )
2024-03-18 17:03:23 +01:00
Daniel Hofstetter
c9922ba3da
Merge pull request #6092 from Krysztal112233/main
...
tr: lazily generate the character mapping as necessary
2024-03-18 14:35:11 +01:00
Daniel Hofstetter
05731d13af
tr: remove fixed todo
2024-03-18 13:56:49 +01:00
Krysztal112233
4712015e61
tr: lazily generate the character mapping as necessary
2024-03-18 18:33:07 +08:00
Daniel Hofstetter
727101ccf3
Merge pull request #6087 from sylvestre/pr2
...
pr: relax some error messages
2024-03-18 10:30:41 +01:00
Sylvestre Ledru
7819cb3cb5
Merge pull request #6091 from cakebaker/csplit_remove_crate_name_attribute
...
csplit: remove `crate_name` attribute
2024-03-18 10:21:47 +01:00
Daniel Hofstetter
e569b0bbe1
csplit: remove "crate_name" attribute
2024-03-18 09:43:30 +01:00
Daniel Hofstetter
2f4969c0e9
Merge pull request #6090 from sylvestre/csplit2
...
csplit: adjust the error message to match GNU's
2024-03-18 09:33:54 +01:00
Sylvestre Ledru
696615099c
Merge pull request #6088 from cre4ture/fix/gnu_test_dd_not_rewound_sh
...
`dd` fix gnu test `not-rewound.sh`
2024-03-17 23:03:22 +01:00
Ulrich Hornung
40577177b2
re-use existing fd for stdout even if its a seek-able file
...
this is important as the fd holds the file offset we need to use
2024-03-17 20:46:49 +01:00
Sylvestre Ledru
b49fbd9a21
csplit: run the file check before the arguments verifications
2024-03-17 19:09:34 +01:00
Sylvestre Ledru
8551c55ab3
csplit: adjust the error message to match GNU's
...
Should fix tests/csplit/csplit
2024-03-16 22:21:44 +01:00
Daniel Hofstetter
b9ef78ad13
build-gnu.sh: add xstrtol to spell-checker:ignore
2024-03-16 16:54:03 +01:00
Daniel Hofstetter
15e29b1aeb
Merge pull request #6085 from sylvestre/files0-from
...
du: adjust one of the GNU error message as ours is better
2024-03-16 16:38:15 +01:00
Sylvestre Ledru
f0520b71c1
pr: relax some error messages
...
Should make tests/pr/pr-tests.pl pass
2024-03-16 12:28:09 +01:00
Sylvestre Ledru
2a1ac55081
du: adjust one of the GNU error message as ours is better
2024-03-16 10:06:24 +01:00
Daniel Hofstetter
e450ce8af2
Merge pull request #6072 from zhitkoff/cut-delim
...
cut: refactor delimiters OsString handling
2024-03-15 16:33:42 +01:00
Sylvestre Ledru
ffc476d700
Merge pull request #6077 from cakebaker/fix_imported_redundantly_warnings
...
Fix two "item x is imported redundantly" warnings
2024-03-15 15:37:52 +01:00
Daniel Hofstetter
6d8b21da80
Fix two "item x is imported redundantly" warnings
2024-03-15 14:53:00 +01:00
Sylvestre Ledru
f8e5296aba
Merge pull request #6068 from cakebaker/bump_redox_syscall
...
Bump redox_syscall from 0.4 to 0.5
2024-03-13 18:23:57 +01:00
Sylvestre Ledru
62a3fb8d3f
Merge pull request #5909 from cakebaker/split_fix_error_message_if_file_doesnt_exist
...
split: fix error message shown if file doesn't exist
2024-03-13 17:41:56 +01:00
Daniel Hofstetter
ada4f48e04
Bump redox_syscall from 0.4 to 0.5
2024-03-13 17:41:18 +01:00
Sylvestre Ledru
65fb81bb8b
Merge pull request #6066 from cakebaker/deny_toml_add_redox_syscall
...
deny.toml: add redox_syscall to skip list
2024-03-13 16:46:54 +01:00
Daniel Hofstetter
fd78d8c3b7
deny.toml: add redox_syscall to skip list
2024-03-13 15:17:07 +01:00
Sylvestre Ledru
f89cfe2a5e
Merge pull request #6061 from cre4ture/fix/flaky_timeout_kill_subprocess
...
Fix/flaky timeout kill subprocess
2024-03-13 11:13:09 +01:00
Sylvestre Ledru
eaa8458045
Merge pull request #6065 from cakebaker/deny_toml_remove_deprecated_keys
...
deny.toml: remove deprecated keys, opt-in to v2
2024-03-13 11:12:49 +01:00
Daniel Hofstetter
08b75589f5
deny.toml: remove deprecated keys, opt-in to v2
2024-03-13 09:35:11 +01:00