Commit graph

244 commits

Author SHA1 Message Date
Sylvestre Ledru
e8ea75fc23 bump the Minimum Supported Rust Version to 1.59.0
Needed for os_str_bytes & time:

```
error: package `os_str_bytes v6.3.0` cannot be built because it requires rustc 1.57.0 or newer, while the currently active rustc version is 1.56.1
error: package `time v0.3.14` cannot be built because it requires rustc 1.59.0 or newer, while the currently active rustc version is 1.56.1
```
2022-09-07 21:26:06 +02:00
Daniel Hofstetter
11a00a5590 README: remove build badge 2022-08-21 15:01:50 +02:00
Emil Suleymanov
3d23eafc93
README: fix a typo 2022-08-20 15:03:43 +02:00
Sylvestre Ledru
f80f54aa87 all programs have been implemented, update of the README 2022-08-20 10:19:11 +02:00
Sylvestre Ledru
56c8ab8b17
Document how to run a perl test in debug mode 2022-08-14 21:19:24 +02:00
Jan Scheer
f6ecf30f35
README: add badge for MSRV
* add badge for MSRV
* use the term "Minimum Supported Rust Version (MSRV)"
2022-08-09 10:02:13 +02:00
Sylvestre Ledru
c660fc700f
Merge pull request #3757 from cakebaker/clap_update
bump clap from 3.1.18 to 3.2.15
2022-08-02 09:56:01 +02:00
Sylvestre Ledru
86a32049b3 doc: move the list of target into a different file 2022-08-01 10:06:15 +02:00
Daniel Hofstetter
fc4544c42b bump clap from 3.1.18 to 3.2.15 2022-07-29 14:05:02 +02:00
Jan Scheer
ceb2e993c0
tail: update readmes 2022-04-23 00:26:22 +02:00
Sylvestre Ledru
45b29d287f
Remove an old comment
We have windows stable in the CI:
https://github.com/uutils/coreutils/runs/6082164374?check_suite_focus=true
And no longer Redox:
https://github.com/uutils/coreutils/pull/2550
2022-04-20 08:37:53 +02:00
Sylvestre Ledru
bfaf7616e2
Improve the GNU doc when a test uses $fail 2022-04-19 17:20:37 +02:00
Sylvestre Ledru
34a1b23342
add more information about the GNU compat (#3410)
* add more information about the GNU compat

Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
2022-04-17 08:59:42 +02:00
Sylvestre Ledru
950432e492
fix typo
Co-authored-by: Terts Diepraam <terts.diepraam@gmail.com>
2022-04-03 11:09:45 +02:00
Sylvestre Ledru
f633d52cb1 GNU: Document how to fix GNU tests 2022-04-03 00:15:22 +02:00
Terts Diepraam
3629421e17 Bump MSRV to 1.56 2022-04-02 15:18:34 +02:00
Sylvestre Ledru
33e3e0d741
Document how to install it easily 2022-04-02 14:21:16 +02:00
Sylvestre Ledru
088676efda update of the doc: master => main 2022-03-06 22:13:14 +01:00
Terts Diepraam
f15dd8f599 README: add link to GNU tests page in documentation 2022-02-17 10:28:06 +01:00
Justin Tracey
482b292ba3
README: mark join as done
Closes #2634.
2022-01-31 22:30:22 +00:00
Eli Youngs
23ec195962 Fix 404 link 2022-01-29 12:55:07 -08:00
Terts Diepraam
50964c0ee7 README: restructuring 2022-01-29 01:42:18 +01:00
Terts Diepraam
0063c5e11a README: update intoduction and why? section 2022-01-29 01:42:03 +01:00
Terts Diepraam
0f76ca0ffa README: add links to documentation 2022-01-29 01:19:15 +01:00
Terts Diepraam
b2c7177106 docs: get installation instructions directly from README.md 2022-01-21 23:24:10 +01:00
Terts Diepraam
783170c9d8 change msrv to 1.54 2022-01-15 11:08:07 +01:00
Koutheir Attouchi
7010dfd939 runcon: added implementation and tests. 2021-08-22 21:59:41 +02:00
Michael Debertol
81430dcb40 README: remove chcon from To Do
chcon is now listed as "Done"
2021-08-08 21:23:32 +02:00
Michael Debertol
8389a36eb0 README: remove duplicate entry
cat was present twice
2021-08-08 21:22:57 +02:00
Sylvestre Ledru
50b9d9f9a3
Merge branch 'master' into master 2021-08-06 09:26:39 +02:00
Koutheir Attouchi
090be5bb94 chcon: added implementation and integration tests
The ToDo list was updated to mark `chcon` as done.

Building and testing `chcon` requires enabling the `feat_selinux` feature. If `make` is used for building, then please specify `SELINUX_ENABLED=1` if building and testing on a system where SELinux is not enabled.
2021-08-05 22:57:57 -04:00
Michael Debertol
b8c383e210 basenc: add utility
basenc is a brand-new gnu core utility (added less than 3 years ago!),
which enables some more encodings.
2021-08-06 00:07:19 +02:00
Tyler
601c9fc620 Merge branch 'master' of https://github.com/uutils/coreutils into uutils-master-2 2021-08-03 17:33:43 -07:00
Sylvestre Ledru
91d48d137d readme: update of the min rust version in the doc 2021-08-02 23:38:41 +02:00
Tyler
416488c560 Edits README.
- Moves dd from To Do, to Semi-Done
2021-07-02 11:57:35 -07:00
Michael Debertol
9b8150d283 uutils: document completions in the readme 2021-06-25 21:23:45 +02:00
flip1995
b7061d1817
README: Cleanup utility list
In PR #2300 an old commit got merged putting back utilities that were
already implemented into "To Do". This commit reverts this. In addition
it moves `numfmt` to Semi-Done and sorts the Semi-Done column
alphabetically.

This should now be the up-to-date list of utilities. There are 96
utilities in Done or Semi-Done and `ls -1 src/uu | wc -l` also outputs
96.
2021-06-04 16:29:32 +02:00
Sylvestre Ledru
e7f5916864 gnu/ci: allow to run a single gnu test (and document it) 2021-06-02 23:48:13 +02:00
Sylvestre Ledru
badf7aacb7
Merge pull request #2300 from tertsdiepraam/pr
Implement `pr` (resurrection of the resurrected PR)
2021-05-31 21:14:57 +02:00
Roy Ivy III
d65eecc034 docs/README ~ fix markdownlint complaints 2021-05-31 08:23:58 -05:00
Roy Ivy III
6232c76451 docs/README ~ fix spelling + add spell-checker exceptions 2021-05-31 08:23:58 -05:00
Terts Diepraam
bc1870c0a7 Merge branch 'master' into pr 2021-05-29 19:21:31 +02:00
Terts Diepraam
052ee22ce0 Bump MSRV to 1.43.1 2021-05-27 18:20:15 +02:00
Sylvestre Ledru
ddcd6be37a gnu: document how to run the tests 2021-05-22 09:33:17 +02:00
Sylvestre Ledru
6aee792a93 Remove travis CI
* it is redundant with github action
* less integrated
* fails someone for some unexpected reasons
* it is blocking code coverage results ?!
2021-05-11 09:30:46 +02:00
David CARLIER
219fc48487 compile_table: adding mac M1 to report. 2021-05-03 08:55:22 +01:00
Denis Isidoro
826b600470
Fix typo in README 2021-04-17 21:14:05 -03:00
Sylvestre Ledru
844e318a67
Merge branch 'master' into pr 2021-04-09 22:02:25 +02:00
Roy Ivy III
8d7d1b0f35 docs/README ~ revise build instructions for binaries 2021-04-07 21:12:31 -05:00
Roy Ivy III
d0abe9e6c9 docs/README ~ fix spelling (words and exceptions) 2021-04-07 20:38:21 -05:00