fish-shell/fish-rust
ridiculousfish f4fa0171f2 wcstoi to match strtoul for unsigned types and negative input
Prior to this change, wcstoi() would return an error if the requested
type were unsigned, and the input had a leading minus sign. However this
causes problems for printf, which expects strtoul behavior.

Add "modulo base" behavior which wraps the negative value to positive.
Factor this into an option; the default is False (but code which
previously used strtoull directly should set it to true).
2023-03-26 13:39:23 -07:00
..
src wcstoi to match strtoul for unsigned types and negative input 2023-03-26 13:39:23 -07:00
widestring-suffix Initial Rust commit 2023-02-02 19:34:47 -07:00
build.rs Adopt the new termsize 2023-03-19 16:13:41 -07:00
Cargo.lock Add our fast-float crate 2023-03-26 13:38:09 -07:00
Cargo.toml Add our fast-float crate 2023-03-26 13:38:09 -07:00