1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-21 12:41:13 +00:00
uutils-coreutils/tests
eduardorittner 36ef5010e3 printf: make negative values wrap around with unsigned/hex format
To convert from negative to unsigned with overflow, we get the two's complement
representation of the absolute (unsigned) value.
2025-04-06 18:58:56 -03:00
..
benches/factor rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
by-util printf: make negative values wrap around with unsigned/hex format 2025-04-06 18:58:56 -03:00
fixtures test_env: Try to execute an empty file instead of . 2025-03-23 19:37:59 +01:00
uutests uutests: fix clippy errors 2025-04-03 14:25:51 +02:00
test_util_name.rs Create the uutest crate + adjust the code 2025-03-28 21:40:31 +01:00
tests.rs uutests: fix the doc 2025-03-29 09:28:54 +01:00