Commit graph

268 commits

Author SHA1 Message Date
Daniel Hofstetter d11878403c Readme: fix links to docs 2024-04-04 17:23:47 +02:00
Sylvestre Ledru e1788f4be8
Adjust the link to the doc 2024-03-18 17:10:06 +01:00
Tom c9f796b694
META bug: moved to project mgmt
https://github.com/uutils/coreutils/issues/3336#issuecomment-1206292911
2024-01-03 11:24:01 +01:00
Daniel Hofstetter f0923094d2 Bump MSRV to 1.70 2023-09-04 07:18:18 +02:00
Terts Diepraam cd9c97f705 README: update links to docs 2023-08-21 22:52:28 +02:00
Sylvestre Ledru 79b4459731
add oranda to the spell ignore 2023-07-08 00:32:32 +02:00
Terts Diepraam 357dd5fd88 initial oranda setup 2023-07-05 17:05:08 +02:00
Daniel Hofstetter 1ff1b3ac7e readme: remove LOC badge 2023-03-20 09:50:34 +01:00
Terts Diepraam 4dd618e67b README and CONTRIBUTING: markdown and spelling fixes 2023-03-14 21:53:22 +01:00
Terts Diepraam 20fcce1c21 README: remove list of utilities
This was barely being updated and categorized subjectively instead of by a useful measure, so it did more harm than good.
2023-03-14 18:12:13 +01:00
Terts Diepraam 04c7d2f60d README: rewrite description
- Remove "attempt", I think we're good enough to call it more than an attempt
- Make it more specifically about the GNU coreutils.
2023-03-14 18:12:13 +01:00
Terts Diepraam c83f6eeadd Move testing instructions from README to CONTRIBUTING 2023-03-14 18:12:13 +01:00
Terts Diepraam 08d2492cac README: add logo and center title and logo 2023-03-14 18:12:07 +01:00
Samuel Tardieu ffcf2b5d55 readme: advise using --locked with cargo install 2023-03-12 22:01:00 +01:00
Sylvestre Ledru 8cff0c778a Document how to build in release mode
See: https://github.com/uutils/coreutils/discussions/4466
2023-03-05 23:09:55 +01:00
Terts Diepraam e1a98fea44
Merge pull request #4457 from sylvestre/md-check
Various improvements in the docs
2023-03-05 15:44:15 +01:00
Sylvestre Ledru 342639b57f Document how to use the manpages 2023-03-04 19:47:49 +01:00
Sylvestre Ledru a02cb75129 Consistency in the example declaration 2023-03-04 18:44:17 +01:00
Sylvestre Ledru 422a27d375 parent 9d5dc500e6
author Sylvestre Ledru <sylvestre@debian.org> 1677865358 +0100
committer Sylvestre Ledru <sylvestre@debian.org> 1677951797 +0100

md: Fix a bunch of warnings in the docs
2023-03-04 18:43:40 +01:00
Terts Diepraam b10950e383 Bump MSRV to 1.64 2023-02-11 13:59:50 +01:00
Terts Diepraam 9a0e47706c Fix links to documentation after moving them 2022-10-15 12:37:01 +02:00
Terts Diepraam 5c676ac268 docs: add installation page with package managers 2022-10-14 17:11:27 +02:00
Terts Diepraam f8f3ae3c65 bump msrv to 1.60 2022-10-12 12:09:28 +02:00
Sylvestre Ledru acef46b629 add the capability to run several tests at once 2022-09-16 10:31:01 +02:00
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