Sylvestre Ledru
4a4dd82ff9
Merge pull request #4444 from papparapa/dirname-move-help-strings-to-md-file
...
dirname: move help strings to markdown file
2023-02-27 18:53:14 +01:00
Sylvestre Ledru
292b3aa0f5
Merge pull request #4441 from tertsdiepraam/size-experiment
...
utils: create a script to explore binary sizes
2023-02-27 18:52:51 +01:00
Daniel Hofstetter
028b97098d
comm: move help strings to markdown file
2023-02-27 17:33:14 +01:00
Koki Ueha
f06d46ef29
dirname: move help strings to markdown file
2023-02-27 14:13:06 +00:00
Terts Diepraam
9e217ab30d
utils: create a script to explore binary sizes
2023-02-26 16:55:53 +01:00
Terts Diepraam
c1d85adcc9
Merge pull request #4440 from zanbaldwin/z/uptime-boot-time-calc
...
uptime: correctly calculate boot-time
2023-02-26 16:49:49 +01:00
Zan Baldwin
351be7f478
uptime: correctly calculate boot-time
2023-02-26 13:36:08 +01:00
Terts Diepraam
c148215e7d
Merge pull request #3954 from dmatos2012/modify-cp-archive-flag-behavior
...
cp: modify archive flag to copy dir contents rather than dir
2023-02-26 13:24:45 +01:00
Terts Diepraam
5e851d4bde
Merge pull request #4435 from papparapa/dircolors-move-help-strings-to-md-file
...
dircolors: move help strings to markdown file
2023-02-25 13:19:32 +01:00
Terts Diepraam
542518c026
Merge pull request #4434 from papparapa/df-move-help-strings-to-md-file
...
df: move help strings to markdown file
2023-02-25 13:13:39 +01:00
Terts Diepraam
b7ed51bba1
Merge pull request #4401 from VorpalBlade/feature/stty-file-3863
...
stty: Basic support for --file/-F
2023-02-25 12:54:44 +01:00
Terts Diepraam
56419ddb41
Merge pull request #4418 from uutils/sylvestre-patch-2
...
gentoo has renamed the package
2023-02-25 12:32:35 +01:00
Koki Ueha
ba4a9a05a1
dircolors: move help strings to markdown file
2023-02-25 10:46:19 +00:00
Koki Ueha
ac39a169a1
df: move help strings to markdown file
2023-02-25 10:27:03 +00:00
Sylvestre Ledru
44ef16fa25
Merge pull request #4431 from tpgxyz/main
...
Add OpenMandriva Lx to the documentation
2023-02-24 16:42:29 +01:00
Sylvestre Ledru
9a8b96d911
Add openmandriva to the ignore list
2023-02-24 16:02:59 +01:00
Tomasz Paweł Gajc
f3ccb97763
Add OpenMandriva Lx to the documentation
2023-02-24 15:55:44 +01:00
Sylvestre Ledru
ac0b261666
Merge pull request #4430 from jhowww/fmt-move-help-strings-to-md-file
...
fmt: move help strings to markdown file
2023-02-24 12:08:57 +01:00
Cheng-Hao
3640a90d9f
fmt: move help strings to markdown file
2023-02-24 00:44:02 -08:00
Sylvestre Ledru
872f2bd794
Merge pull request #4429 from chenchiii/realpath-move-help-strings-to-md-file
...
realpath: move help strings to markdown file
2023-02-24 09:00:24 +01:00
Sylvestre Ledru
999ee8e848
Merge pull request #4428 from jfinkels/dd-copy-function
...
dd: move dd_out() function up to module level
2023-02-24 08:59:44 +01:00
Sylvestre Ledru
7d209370af
Merge pull request #4427 from koutheir/patch-1
...
Updated selinux dependency to version 0.4
2023-02-24 08:58:23 +01:00
Chen Chi
93e1760bd3
realpath: move help strings to markdown file
2023-02-23 22:49:04 -08:00
Jeffrey Finkelstein
b9003d19ed
dd: move dd_out() function up to module level
...
Move the `dd_out()` function out of the `impl Output` and up to the
module level, renaming it to `dd_copy()`. This change aligns it with
the pattern set by `std::io::copy()`, which similarly takes an input
reader and an output writer.
This does not change the behavior of `dd`, just the code organization
to make it more closely match the idioms in the Rust standard library.
2023-02-23 21:17:19 -05:00
Jeffrey Finkelstein
3faf64280d
dd: move finalize() function to module level
...
Move the `finalize()` function out of the `impl Output` block and up
to the module level so that it can be accessed by other module-level
functions.
2023-02-23 21:06:38 -05:00
Koutheir Attouchi
e6027f82d6
Updated selinux dependency to version 0.4.
2023-02-23 18:41:34 -05:00
Sylvestre Ledru
c99accc85f
Merge pull request #4410 from dmatos2012/chmod-override-quiet-verbose-opts
...
chmod: allow verbose and quiet flags to be used more than once
2023-02-23 22:03:39 +01:00
Sylvestre Ledru
1ab1035b40
Merge pull request #4426 from papparapa/tail-move-help-strings-md-file
...
tail: move help strings to markdown file
2023-02-23 21:56:39 +01:00
Sylvestre Ledru
fb72641ff2
Merge pull request #4425 from papparapa/tee-move-help-strings-to-md-file
...
tee: move help strings to markdown file
2023-02-23 21:50:16 +01:00
Sylvestre Ledru
2ea050c8a9
Merge pull request #4424 from jhowww/ln-move-help-strings-to-md-file
...
ln: move help strings to markdown file
2023-02-23 21:48:39 +01:00
Sylvestre Ledru
f3fe6cf84b
Merge pull request #4423 from jhowww/link-move-help-strings-to-md-file
...
link: move help strings to markdown file
2023-02-23 21:46:31 +01:00
David Matos
d9a21ff8f0
chmod: allow verbose and quiet flags to be used more than once
2023-02-23 20:21:38 +01:00
Koki Ueha
58dae0a36d
tail: move help strings to markdown file
2023-02-23 12:37:01 +00:00
Koki Ueha
c3817e5359
tee: move help strings to markdown file
2023-02-23 12:17:00 +00:00
Terts Diepraam
3554565c82
Merge pull request #4356 from howjmay/cksum-a
...
cksum: implement -a
2023-02-23 12:18:21 +01:00
Terts Diepraam
198e948f4a
Merge pull request #4419 from sylvestre/test_invalid_multi_byte_characters
...
timeout: add a test to verify that it fails as expected
2023-02-23 10:41:59 +01:00
Sylvestre Ledru
da7d9ffd6d
Merge pull request #4421 from chenchiii/shuf-move-help-strings-to-md-file
...
shuf: move help strings to markdown file
2023-02-23 09:29:32 +01:00
Cheng-Hao
79ee0dd58d
ln: move help strings to markdown file
2023-02-22 23:55:51 -08:00
Cheng-Hao
0c4bde342c
link: move help strings to markdown file
2023-02-22 23:14:54 -08:00
Chen Chi
e54c0063b0
shuf: move help strings to markdown file
2023-02-22 21:01:38 -08:00
Yang Hau
b1d4951c34
add ALGORITHM_HELP_DESC
2023-02-23 12:06:24 +08:00
curtain
e37e5ad915
basename: fix rustfmt problem
2023-02-23 09:44:46 +08:00
Sylvestre Ledru
f928d2984d
Freebsd pkg has been remamed to rust-coreutils
...
https://cgit.FreeBSD.org/ports/commit/?id=8014b050aa2f5d3e016d48c98865eabb0e6b12fe
2023-02-22 21:54:31 +01:00
Sylvestre Ledru
41018859bb
Merge pull request #4365 from kylemanna/km/fix-install-directory-chown
...
install: add missing directory chown
2023-02-22 21:49:22 +01:00
Sylvestre Ledru
7da22b3ae2
Merge pull request #4405 from bbara/utmpx-time
...
utmpx: arch/os-independent timeval handling
2023-02-22 21:26:10 +01:00
Sylvestre Ledru
74419366fd
timeout: add a test to verify that it fails as expected
...
Follow up of PR #4388
2023-02-22 21:25:23 +01:00
Sylvestre Ledru
380b3cff8c
Merge pull request #4388 from howjmay/timeout-parse
...
fix: Fix panic in multi-byte characters
2023-02-22 21:23:06 +01:00
Sylvestre Ledru
d3395b5855
Merge pull request #4412 from jhowww/rmdir-move-help-strings-to-md-file
...
rmdir: move help strings to markdown file
2023-02-22 21:05:09 +01:00
Sylvestre Ledru
ea2100a64a
Merge pull request #4415 from papparapa/nohup-move-help-strings-to-md-file
...
nohup: move help strings to markdown file
2023-02-22 21:04:33 +01:00
Sylvestre Ledru
257e6ea681
Merge pull request #4413 from jhowww/rm-move-help-strings-to-md-file
...
rm: move help strings to markdown file
2023-02-22 21:03:46 +01:00