73 Commits

Author SHA1 Message Date
xtqqczze 85a817566f build: exclude chcon and runcon from util_map for non-Linux targets 2026-05-19 10:44:02 +02:00
✿ Fleur de Blue 194d9807de build: sort coreutils entries at build time (#10820) 2026-02-08 12:39:33 -08:00
✿ Fleur de Blue 2a2cafdbd4 Re-enable unused_qualifications lint (#10571) 2026-02-03 21:55:21 +01:00
Dorian Peron ade6e8c632 Remove mentions to hashsum 2026-01-31 14:37:33 +01:00
Dorian Peron 70c37a72ad sha512sum: introduce standalone binary 2026-01-28 10:14:14 +01:00
Dorian Peron 417c424213 sha384sum: introduce standalone binary 2026-01-28 10:14:12 +01:00
Dorian Peron 928ca15251 sha256sum: introduce standalone binary 2026-01-28 10:14:10 +01:00
Dorian Peron e5f72019d2 sha224sum: introduce standalone binary 2026-01-28 10:14:07 +01:00
Dorian Peron 6aa5b1fe66 sha1sum: introduce standalone binary 2026-01-28 10:14:03 +01:00
Dorian Peron d22c7e14ec b2sum: introduce standalone binary 2026-01-28 10:14:01 +01:00
Dorian Peron a968342d42 md5sum: introduce standalone binary 2026-01-28 10:13:57 +01:00
Ruiyang Wang eb482fb2ee uudoc: move tldr.zip warning to build.rs (#10039)
Move the tldr.zip missing warning from runtime (uudoc.rs) to compile
time (build.rs). This ensures the warning is printed only once during
the build, instead of 100+ times when make calls uudoc separately for
each utility.

Fixes #9940
2026-01-18 18:54:50 +01:00
E 9b9a913d68 Merge pull request #9153 from oech3/nognuhashsumbin
hashsum: Remove non-GNU binaries (fix cksum interface divergence #8984)
2025-11-08 23:55:49 +01:00
Aaron Ang 2919027841 uudoc: move manpage generation away from the binary 2025-10-22 01:17:08 -07:00
Daniel Hofstetter 8391276bb2 build.rs: adapt to changes in phf_codegen 2025-06-20 18:38:43 +02:00
Sylvestre Ledru a85539f530 Run cargo fmt on the tree 2025-03-24 21:33:12 +01:00
Justin Tracey ff8a31e835 wc: fix escaping
GNU wc only escapes file names with newlines in them.
2024-12-27 11:37:16 -05:00
Samuel Tardieu 39765bf9c9 Do not rebuild the build script unless necessary
Without this guard, the build script is rebuilt as soon as any file
within the package is changed. This includes files created by external
tools such as IDE.
2024-09-03 15:48:40 +02:00
Daniel Hofstetter 1a1490ea59 build.rs: skip "expensive_tests", not a crate 2024-07-03 07:27:21 +02:00
n4n5 81de2be5ab fix clippy src/ 2024-06-30 16:27:00 +02:00
Terts Diepraam c3f9e19a3b all: normalize license notice in all *.rs files 2023-08-24 12:21:09 +02:00
Sylvestre Ledru 9aa59ef915 Don't warn too_many_lines for generated map 2023-08-21 08:41:43 +02:00
Sylvestre Ledru 7d44e96713 coreutils multicall: Sort the command by alphabetic order (for the man) 2023-07-17 22:45:52 +02:00
Sylvestre Ledru 37235d1e20 build.rs: ignore a clippy warning: match_same_arms 2023-03-18 16:28:02 +01:00
Sylvestre Ledru c5728a61b4 fix some clippy warnings (#4229)
* fix some clippy warnings

* Fix the last two
2022-12-14 15:42:07 +01:00