Commit graph

11642 commits

Author SHA1 Message Date
Daniel Hofstetter
7695fe3fb3
Merge pull request #5623 from tertsdiepraam/du-cleanup
`du` cleanup
2023-12-08 08:21:08 +01:00
Terts Diepraam
7861559f88 du: put excludes in traversaloptions and make size_format enum 2023-12-07 22:12:06 +01:00
Sylvestre Ledru
f88209249e
Merge pull request #5612 from zhitkoff/wc-proc
wc: pass GNU test wc-proc and Windows optimization
2023-12-07 19:13:46 +01:00
Yury Zhytkou
0076c9f64c
Update src/uu/wc/src/count_fast.rs
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
2023-12-07 12:13:34 -05:00
zhitkoff
967c539cc6 wc: more tests 2023-12-07 10:50:55 -05:00
zhitkoff
a97b574fec wc: comments 2023-12-07 10:50:55 -05:00
zhitkoff
b7f708b233 wc: comments 2023-12-07 10:50:55 -05:00
zhitkoff
54ac5a7e1a wc: count_fast windows optimization 2023-12-07 10:50:55 -05:00
zhitkoff
9ff7b42d83 wc: stat casting 2023-12-07 10:50:55 -05:00
zhitkoff
9c4d88009d wc: clippy 2023-12-07 10:50:55 -05:00
zhitkoff
85e78376fe wc: count_fast seek optimization 2023-12-07 10:50:55 -05:00
zhitkoff
6186153a08 wc: count_fast optimization using seek 2023-12-07 10:50:55 -05:00
zhitkoff
253926f2e2 wc: unix input redirect 2023-12-07 10:50:55 -05:00
zhitkoff
054ca4a6b5 wc: better handle files in pseudo-filesystems 2023-12-07 10:50:55 -05:00
Sylvestre Ledru
ca024abe31
Merge pull request #5554 from cakebaker/mv_no_target_directory
mv: fix issue with -T and destination ending with "/"
2023-12-07 14:13:06 +01:00
Daniel Hofstetter
e7ee2ad719
Merge pull request #5624 from uutils/renovate/once_cell-1.x
chore(deps): update rust crate once_cell to 1.19.0
2023-12-07 14:05:19 +01:00
renovate[bot]
cc26e55af2
chore(deps): update rust crate once_cell to 1.19.0 2023-12-07 12:27:43 +00:00
Terts Diepraam
d6b10d4d72 du: split traversal and printing options 2023-12-07 11:26:44 +01:00
Terts Diepraam
6cae191569 du: remove ArgMatches from StatPrinter 2023-12-07 11:06:04 +01:00
Terts Diepraam
09999427cc du: merge imports 2023-12-07 10:02:29 +01:00
Sylvestre Ledru
fe730f8a49
Merge pull request #5611 from sylvestre/dirdb
dircolors: Move the static long string into structures.
2023-12-07 09:58:55 +01:00
Sylvestre Ledru
d63d4a7658
Merge pull request #5622 from cakebaker/ls_hyperlink
ls: implement --hyperlink
2023-12-07 09:02:41 +01:00
Daniel Hofstetter
5a32ab8004 ls: implement --hyperlink 2023-12-07 08:14:25 +01:00
Sylvestre Ledru
80b1ccd665
Merge pull request #5609 from cakebaker/ls_ignore_value_of_posixly_correct
ls: ignore value of `POSIXLY_CORRECT`
2023-12-06 21:27:21 +01:00
Sylvestre Ledru
f99987bb35 fix rustfmt 2023-12-06 21:19:59 +01:00
Sylvestre Ledru
bd667efa7b
simplify the declaration
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
2023-12-06 21:15:43 +01:00
Sylvestre Ledru
97ec99cf28
use a single push_str
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
2023-12-06 21:14:59 +01:00
Daniel Hofstetter
6b0eff6bb7
Merge pull request #5621 from sylvestre/fuzz_seq
fuzz seq
2023-12-06 09:09:06 +01:00
Sylvestre Ledru
2fcfec6490 fuzz seq 2023-12-05 22:10:15 +01:00
Sylvestre Ledru
b0fdb1edef Rest of the comments 2023-12-04 23:39:10 +01:00
Sylvestre Ledru
1c9413e185 bring back the old format 2023-12-04 22:51:08 +01:00
Sylvestre Ledru
3e35410907 dircolors: fix comments 2023-12-04 22:47:42 +01:00
Sylvestre Ledru
dabbcff9fb dircolors: manage the --print-ls-colors pipe option 2023-12-04 22:41:03 +01:00
Sylvestre Ledru
f5776bc511
fix comment
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
2023-12-04 22:40:18 +01:00
Sylvestre Ledru
d913057b04
Merge pull request #5600 from sylvestre/fuzz-echo
Fuzz the echo command
2023-12-04 22:03:20 +01:00
Sylvestre Ledru
9ef43191ff
Document that \0NNN and \xHH need more work 2023-12-04 21:20:47 +01:00
Sylvestre Ledru
8a6ee38ca3
Merge pull request #5618 from uutils/renovate/vmactions-freebsd-vm-1.x
chore(deps): update vmactions/freebsd-vm action to v1.0.4
2023-12-04 20:53:18 +01:00
renovate[bot]
d4b22a192d
chore(deps): update vmactions/freebsd-vm action to v1.0.4 2023-12-04 19:09:30 +00:00
Sylvestre Ledru
8b1a82edb9
Merge pull request #5617 from cakebaker/ls_remove_allow_unused_vars
ls: remove "#[allow(unused_variables)]"
2023-12-04 14:59:27 +01:00
Daniel Hofstetter
cf853df2dc ls: remove "#[allow(unused_variables)]" 2023-12-04 14:48:25 +01:00
Terts Diepraam
35548e2137
Merge pull request #5615 from cakebaker/du_disable_test_on_android
du: disable test on Android
2023-12-03 16:58:00 +01:00
Daniel Hofstetter
51fc2d7564 ls: ignore value of POSIXLY_CORRECT 2023-12-03 16:01:19 +01:00
Daniel Hofstetter
c77d389f5b ls: improve some var names related to block sizes 2023-12-03 14:58:14 +01:00
Daniel Hofstetter
a6d15d67ca ls: cleanup "spell-checker:ignore" entries 2023-12-03 14:58:14 +01:00
Daniel Hofstetter
42d03f4e8e
Merge pull request #5509 from uutils/renovate/vmactions-freebsd-vm-1.x
chore(deps): update vmactions/freebsd-vm action to v1.0.3
2023-12-03 14:41:52 +01:00
Daniel Hofstetter
49fb72ed21 du: disable test on Android 2023-12-03 14:07:03 +01:00
renovate[bot]
f414110083
chore(deps): update vmactions/freebsd-vm action to v1.0.3 2023-12-03 12:49:28 +00:00
Daniel Hofstetter
b7ee388cc1
Merge pull request #5602 from n1000/freebsd_fixes_push
tests/cp, tests/test: Don't attempt to set sticky file bit on FreeBSD
2023-12-03 13:49:10 +01:00
Nathan Houghton
0ea1a7cd88 tests/cp, tests/test: Don't attempt to set sticky file bit on FreeBSD
On FreeBSD (and OpenBSD), only the superuser can set the file sticky
bit.
2023-12-02 16:58:27 +01:00
Daniel Hofstetter
aee1fcade4
Merge pull request #5599 from lcheylus/openbsd-build
Add support in uucore for OpenBSD
2023-12-02 15:20:17 +01:00