1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-14 01:01:05 +00:00
Commit graph

277 commits

Author SHA1 Message Date
Francisco Torres
42fd19cd77
README.md: fix typo (Gnu -> GNU) (#7896) 2025-05-07 07:04:33 +02:00
Teal Dulcet
4f32ebd266 Updated README and documentation to use SVG graphs. 2025-05-05 09:09:09 -07:00
Sylvestre Ledru
f5eff9517f Bump MSRV to 1.85.0 2025-03-24 21:00:16 +01:00
Martin
a577108ccd
README.md: Refer to macOS when talking about the OS, not Mac the hardware 2025-03-16 13:05:14 +01:00
Nicolas Boichat
a43fd11266 Bump MSRV to 1.82.0
Fixes #7393.
2025-03-04 09:46:55 +01:00
Brandon Maier
9082f9ba57 GNUmakefile: support skipping manpages and completions
When packaging uutils for Conda-Forge and a cross-compiled architecture,
the install of completion scripts and manpages fails with the following
error.

> .../coreutils manpage arch > .../man/arch.1
> /bin/sh: .../coreutils: Bad CPU type in executable
> make: *** [GNUmakefile:349: manpages] Error 126

When cross-compiling, the `coreutils` tool will be for a different
architecture then the build platform. So we won't be able to extract the
manpages and completions.

Provide build arguments that let us skip the build and install of
manpages and completions.
2025-02-22 13:53:42 -06:00
Justin Tracey
cb3be5e3aa
Bump MSRV to 1.79 2024-12-18 14:02:42 -05:00
Daniel Hofstetter
412d4f4f15 Bump MSRV to 1.77 2024-11-18 09:20:51 +01:00
Andrew Liebenow
75895ce4d4 documentation: fix crate name in README 2024-10-19 11:43:38 -05:00
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