Commit graph

123 commits

Author SHA1 Message Date
Daniel Hofstetter
e82cc75433 docs: fix warnings from markdownlint 2025-11-17 09:28:16 +01:00
Sylvestre Ledru
f277e4e038
doc: rename file (#9208) 2025-11-09 22:54:08 +01:00
Sylvestre Ledru
bfd0cfa195
doc: add 0.3.0 release notes 2025-11-09 22:52:47 +01:00
E
9b9a913d68
Merge pull request #9153 from oech3/nognuhashsumbin
Some checks are pending
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
WSL2 / Test (push) Waiting to run
hashsum: Remove non-GNU binaries (fix cksum interface divergence #8984)
2025-11-08 23:55:49 +01:00
Sylvestre Ledru
d403ba06ff
Revert "Fix base64 benchmarks (#9082)"
This reverts commit 975e18c032.
2025-11-04 07:35:30 +01:00
Adrian Kretz
975e18c032
Fix base64 benchmarks (#9082)
Some checks are pending
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
Check uudoc Documentation Generation / Verify uudoc generates correct documentation (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
* base64: fix tempdir getting removed

* base_common: add -o option to output to file

* base64: fix benchmark input files

Also pipe benchmark output to /dev/null in order to not spam stdout.

* base64: benchmark 50MB files instead of 5GB
2025-11-03 22:01:16 +01:00
E
95b266fb7d
extensions.md: mark hashsum as deprecated (#9089)
Some checks are pending
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Benchmarks / Run benchmarks (CodSpeed) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
* extensions.md: mark hashsum as deprecated

* extensions.md: Fix typo

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-10-30 13:53:50 +01:00
Sylvestre Ledru
7c71d11392 release notes: add 0.2.2 2025-10-24 23:20:09 +02:00
Sylvestre Ledru
8bf15fe676 rm: add the --progress option like with cp & mv 2025-10-22 00:27:49 +02:00
Daniel Hofstetter
7950cd5ac2 doc: add -h & -V to extensions 2025-10-11 16:53:12 +02:00
Sylvestre Ledru
8e7111784c
add ignore usize to the spell list 2025-10-04 17:24:55 +02:00
Sylvestre Ledru
81ecda6498 Document the bench process 2025-10-04 13:09:25 +02:00
Muhammad Ahmad
471dce5275 docs: minor grammar fix in packaging.md 2025-09-12 10:57:23 +05:00
Ahmad
4cf521be49
docs: fix minor grammar errors in extensions.md (#8596)
Some checks are pending
CICD / Build (push) Blocked by required conditions
CICD / Style/cargo-deny (push) Waiting to run
CICD / Style/deps (push) Waiting to run
CICD / Documentation/warnings (push) Waiting to run
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
Android / Test builds (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
* Fix minor grammar errors in extensions.md

* Fix minor grammar errors in extensions.md
2025-09-10 11:12:26 +02:00
Sylvestre Ledru
f19611660c release notes: store a copy in-tree too 2025-09-07 09:39:14 +02:00
Sylvestre Ledru
e9122c59b1 doc/l10n: improve the doc 2025-09-02 09:27:28 +02:00
Sylvestre Ledru
df2fca588c l10n: when built indiv, only embed the relevant locale file 2025-08-03 10:59:38 +02:00
Sylvestre Ledru
afa0f00e90 l10n: update of the doc 2025-08-03 10:59:38 +02:00
Sylvestre Ledru
d045f50622 l10n: adjust the documentation 2025-07-28 22:04:40 +02:00
Daniel Hofstetter
2c9be39099 docs: add -U/--no-utf8 as extension of (un)expand 2025-06-21 17:23:14 +02:00
Timothy G.
d05460a16c
unexpand: add -f short alias for --first-only (#8229)
Some checks are pending
CICD / Build/stable (push) Blocked by required conditions
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Style/cargo-deny (push) Waiting to run
CICD / Style/deps (push) Waiting to run
CICD / Documentation/warnings (push) Waiting to run
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
GnuTests / Run GNU tests (push) Waiting to run
Android / Test builds (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
2025-06-19 21:59:23 +02:00
Sylvestre Ledru
61d69a18d7
l10n: document a bit how it works (#8102)
* l10n: document a bit how it works

* add a link to fluent

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

* fix typo

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-06-11 09:30:48 +02:00
Nicolas Boichat
a2f9543a14 docs/src/extensions: Sort uses arbitrary precision decimal numbers 2025-06-04 09:05:49 +02:00
Nicolas Boichat
3f12ed993a doc: extensions: Explain how printf/seq handle precision
There are some difference in behaviour vs GNU coreutils, explain
what those are.
2025-05-25 21:39:08 +02:00
Sylvestre Ledru
a29fd4a171
Merge pull request #7956 from Qelxiros/6175-env-empty-string
docs: env doesn't handle the empty string as a variable name
2025-05-20 09:37:53 +02:00
Sylvestre Ledru
3712ece70b
performance.md: recommend to build with the right profile (#7930)
* performance.md: recommend to build with the right profile

* doc: also update the paths
2025-05-19 16:01:25 +02:00
Jeremy Smart
696dd3c0cd
remove information about implementation details 2025-05-18 17:08:05 -04:00
Jeremy Smart
d9e8244e02
Update docs/src/extensions.md
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2025-05-18 20:55:49 +00:00
Jeremy Smart
8b210cf204
docs: env doesn't handle the empty string as a variable name 2025-05-18 15:50:47 -04:00
Teal Dulcet
4f32ebd266 Updated README and documentation to use SVG graphs. 2025-05-05 09:09:09 -07:00
Nicolas Boichat
b5824cd498 Cargo.toml: Add profiling profile
Also fix comment about release profile, debug info is not there.
2025-04-29 22:37:41 +08:00
Ben Wiederhake
abb2acc3a2 shred: document simplified (better?) number of random passes 2025-04-26 18:37:35 +02:00
Xinyu Bao
cfced1b7d2
Update installation.md
Appended `--locked` flag to the Cargo installation commands.
2025-03-24 16:37:06 +08:00
Daniel Hofstetter
bc9c5598a7 docs: replace AUR package in installation.md
coreutils-hybrid no longer exists, let's mention coreutils-uutils instead
2025-03-24 07:47:16 +01:00
lbellomo
d683b2a5a0 doc: bump version of ubuntu badge 2025-03-24 00:48:49 -03:00
Sylvestre Ledru
105042fb70
document how to do good performance work (#7541)
* document how to do good performance work

* doc: spell, ignore "taskset"

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-03-23 15:31:02 +01:00
Daniel Hofstetter
b4a9b89f4a
docs: fix url of file with coverage results (#7528) 2025-03-22 17:11:26 +01:00
Terakomari
ae6d4dec28
base32/base64/basenc: add -D flag (#7479)
* base32/base64/basenc: add -D flag

* base32/base64/basenc: add test for -D flag

* update extensions.md

* remove redundant parameters

* merge  into a single category

* Update docs/src/extensions.md

Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>

---------

Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2025-03-18 14:39:53 +01:00
Benyamin Limanto
8e04eb743a
add fedora and RHEL installation docs 2025-03-15 06:55:58 +07:00
jovielarue
cd8bebe703 Disable top-level heading warning MD041 for new files 2024-12-30 08:45:22 -07:00
jovielarue
89d79753b1 Update uudoc to include development and code of conduct in SUMMARY and fix links in book 2024-12-29 13:02:35 -07:00
Daniel Hofstetter
e3468ba429
docs: improve uptime section
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2024-05-12 14:26:59 +02:00
Daniel Hofstetter
826b18e7ac docs: add -s/--since of uptime to extensions 2024-05-10 16:20:07 +02:00
Daniel Hofstetter
174c842337
docs: describe extensions of id (#6289) 2024-04-29 10:38:18 +02:00
Ben Wiederhake
bfc7411dec docs: document existing ls --sort=name feature 2024-04-14 15:39:46 +02:00
Daniel Hofstetter
d2a75457f6 Fix errors reported by new version of cspell 2024-02-05 09:12:52 +01:00
Etienne
ab5a3656bf
docs: add paragraph about yocto recipe (#5918)
* docs: add paragraph about yocto recipe

Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>

* add words to the spell ignore

* docs: add "Yocto" header

---------

Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2024-01-30 15:18:14 +01:00
Laurent Cheylus
62b101a6c5
docs: fix URL for FreeBSD port
- FreeBSD port name is rust-coreutils, fix URL for repology.org

Signed-off-by: Laurent Cheylus <foxy@free.fr>
2024-01-01 15:56:15 +01:00
Daniel Hofstetter
5c37df6e46 docs: remove two notes 2023-12-16 14:31:41 +01:00
Daniel Hofstetter
8ce6fdc195 docs: remove scoop badge, adapt links to repos 2023-12-15 15:35:22 +01:00