Commit graph

10196 commits

Author SHA1 Message Date
Alexander Kunde
b44db76ecd
Merge branch 'main' into truncate-move-help-strings-to-markdown-file 2023-03-03 11:09:12 +01:00
Alexander Kunde
7e3fd77211
Merge branch 'main' into wc-move-help-strings-to-md-file 2023-03-03 11:08:40 +01:00
Guilherme Gonçalves
d29119728a tests/du: run test_du_time with TZ=UTC.
du --time formats a file's timestamp according to the local timezone,
but the test implicitly assumed UTC. This caused it to fail when
running locally in my UTC+1 machine.

$ cargo test --features "du touch" --no-default-features
Failure: https://gist.github.com/eggpi/651e01559b7c59e9457c1b22fe4c0c19
2023-03-02 22:14:03 +00:00
Terts Diepraam
932cf58755
Merge pull request #4451 from sylvestre/gh-action
Install some missing dependencies for the GNU tests
2023-03-02 22:59:58 +01:00
Alexander Kunde
b72c0504bc
Merge branch 'main' into wc-move-help-strings-to-md-file 2023-03-02 22:38:52 +01:00
Alexander Kunde
fa7c952878 Merge remote-tracking branch 'upstream/main' into truncate-move-help-strings-to-markdown-file 2023-03-02 22:34:42 +01:00
Zaú Júlio
b41713c106
Merge branch 'main' into hotfix-mktemp 2023-03-02 15:31:39 -03:00
ZauJulio
2cf2460809
Merge branch 'hotfix-mktemp' of github.com:ZauJulio/coreutils into hotfix-mktemp 2023-03-02 15:31:11 -03:00
ZauJulio
b94a0d2ebe
mktemp: fix test fmt 2023-03-02 15:30:55 -03:00
Terts Diepraam
89bd9098e1
Merge pull request #4452 from cakebaker/comm_allow_multiple_occurrence_of_zero_terminated
comm: allow multiple occurrence of --zero-terminated
2023-03-02 19:02:20 +01:00
Alexander Kunde
73bb60d724 cargo fmt 2023-03-02 18:56:08 +01:00
Alexander Kunde
aead80efdb cargo fmt 2023-03-02 18:55:11 +01:00
Alexander Kunde
b73d5206f5 remove redundant line in markdown 2023-03-02 18:18:40 +01:00
Alexander Kunde
4bae3e0cd9 remove redundant line 2023-03-02 18:14:10 +01:00
Alexander Kunde
4276111222 change ABOUT from static to const 2023-03-02 18:10:53 +01:00
Alexander Kunde
df5ceaaa97 truncate: move help strings to markdown file 2023-03-02 18:00:31 +01:00
Alexander Kunde
2bae3dd4f2 wc: move help strings to markdown file 2023-03-02 16:29:43 +01:00
Daniel Hofstetter
a7a55c7433 comm: allow multiple occurrence of -z 2023-03-02 16:18:42 +01:00
Sylvestre Ledru
794df2ae7a GH action: install missing dependencies
Fails with:
```
2023-03-01T22:02:40.2587471Z configure: WARNING: libacl development library was not found or not usable.
2023-03-01T22:02:40.2588131Z configure: WARNING: GNU coreutils will be built without ACL support.
2023-03-01T22:03:03.7621309Z configure: WARNING: libattr development library was not found or not usable.
2023-03-01T22:03:03.7621976Z configure: WARNING: GNU coreutils will be built without xattr support.
2023-03-01T22:03:04.6538269Z configure: WARNING: libcap library was not found or not usable.
2023-03-01T22:03:04.6539022Z configure: WARNING: GNU coreutils will be built without capability support.
```
2023-03-02 14:25:39 +01:00
Sylvestre Ledru
18870e3787 GH action: be consistent in the install 2023-03-02 14:23:46 +01:00
Terts Diepraam
b9bca794cc
Merge pull request #4449 from cakebaker/comm_zero_terminated
comm: implement --zero-terminated
2023-03-01 22:52:31 +01:00
Zaú Júlio
ddb9b592bf
Merge branch 'main' into hotfix-mktemp 2023-03-01 15:52:24 -03:00
ZauJulio
e9bd69e051
mktemp: fix test_prefix_template_separator adding -p param 2023-03-01 15:45:41 -03:00
Terts Diepraam
3bc220610d
Merge pull request #4347 from bbara/tail-gnu
tail: fix GNU test 'misc/tail'
2023-03-01 17:19:33 +01:00
Daniel Hofstetter
0d782e09c1 comm: implement --zero-terminated 2023-03-01 16:59:51 +01:00
Koki Ueha
f08f4d6016 chown: move help strings to markdown file 2023-03-01 12:44:20 +00:00
Benjamin Bara
26a945f3b5 tail: simplify obsolete parsing 2023-02-28 18:59:47 +01:00
Benjamin Bara
9b49f368c7 tail: parse default before obsolete 2023-02-28 18:58:12 +01:00
Benjamin Bara
f6edea2d05 tail: enable non-utf8 paths 2023-02-28 18:58:12 +01:00
Benjamin Bara
dc34e89d50 tail: skip clap for obsolete args 2023-02-28 18:58:12 +01:00
Benjamin Bara
b83c30b12e tail: improve GNU compatibility 2023-02-28 18:58:12 +01:00
Zaú Júlio
276a6ccbf1
Merge branch 'main' into hotfix-mktemp 2023-02-28 12:39:39 -03:00
ZauJulio
9b4fb0cb6e
mktemp: add tests UNIX and POSIX to check path in prefix 2023-02-28 12:38:18 -03:00
Joining7943
68f75af678 sleep: Fix duration parsing of multiple inputs when duration overflow should saturate and not panic 2023-02-28 08:04:55 +01:00
Terts Diepraam
f5a9ffe52f
Merge pull request #4443 from cakebaker/comm_move_help_strings_to_markdown_file
comm: move help strings to markdown file
2023-02-27 20:54:40 +01:00
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
Zaú Júlio
5c3bb90df2
Merge branch 'main' into hotfix-mktemp 2023-02-27 01:15:36 -03:00
ZauJulio
a87bc9f929
mktemp: remove unnecessary convertion for path -> str just use prefix_from_template 2023-02-27 01:13:16 -03: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
Zaú Júlio
be2b7032f6
Merge branch 'main' into hotfix-mktemp 2023-02-25 18:37:22 -03:00
ZauJulio
dc1fd027a6
mktemp: fix fmt of test_prefix_template_separator 2023-02-25 18:35:35 -03: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