1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-08 19:56:10 +00:00
Commit Graph

9435 Commits

Author SHA1 Message Date
Sylvestre Ledru
9d5dc500e6
Merge pull request #4450 from papparapa/chown-move-help-strings-to-md-file
chown: move help strings to markdown file
2023-03-03 18:06:36 +01:00
Sylvestre Ledru
bd6d2e7898
Merge pull request #4391 from curtainp/basename-move-help-strings-to-md-file
basename: move help strings to markdown file
2023-03-03 17:55:43 +01:00
Sylvestre Ledru
eb21368535
Merge pull request #4453 from schoki040/wc-move-help-strings-to-md-file
wc: move help strings to markdown file
2023-03-03 16:53:26 +01:00
Sylvestre Ledru
2085d4d4ab
remove the sh in the syntax 2023-03-03 13:52:47 +01:00
Sylvestre Ledru
f12edf0f2a
Merge pull request #4456 from schoki040/truncate-move-help-strings-to-markdown-file
truncate: move help strings to markdown file
2023-03-03 13:52:19 +01:00
Sylvestre Ledru
60771b1026
Merge pull request #4446 from eggpi/main
tests/du: run test_du_time with TZ=UTC.
2023-03-03 13:22:08 +01:00
Sylvestre Ledru
53d3d4d616
remove the sh in the syntax 2023-03-03 13:12:49 +01:00
Sylvestre Ledru
c35d1762aa
Add RFILE to the exclude list 2023-03-03 12:53:45 +01:00
zleyyij
9fb6477c89
chcon: move help strings to a markdown file (#4437)
* arch: move help strings to a markdown file #4368

---------

Co-authored-by: zleyyij <zleyyi@users.noreply.github.com>
Co-authored-by: Sylvestre Ledru <sledru@mozilla.com>
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
2023-03-03 12:37:09 +01:00
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
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
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
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
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