mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-05 07:22:59 +08:00

This fixes printing octal and hex values that are negative or larger than UINT_MAX. Negative values get a leading -, like: > math --base hex -10 -0xa Fixes #8417.