fish-shell/fish-rust
ridiculousfish aa46e7b27c Correct wcstoi for "leading zeros"
Prior to this change, wcstoi("0x") would fail with missing digits.
However strtoul will "backtrack" to return just the 0 and leave the x as
the remainder. Implement this behavior.
2023-03-26 13:39:23 -07:00
..
src Correct wcstoi for "leading zeros" 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