fish-shell/fish-rust/src/wutil
ridiculousfish 14c5c94d01 Use hexponent to implement hex float parsing in wcstod
This teaches wcstod to parse hex floats like 0x1.5p3 via a forked
version of hexponent. This support is necessary for printf.
2023-04-06 14:29:18 -07:00
..
encoding.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
errors.rs Implement wcstod() in Rust 2023-03-26 13:38:58 -07:00
gettext.rs Canonicalize some wide string imports 2023-03-05 10:32:20 +01:00
mod.rs Port common.{h,cpp} to Rust 2023-04-02 15:17:06 +02:00
normalize_path.rs Move join_strings into wcstringutil.rs 2023-04-02 15:17:06 +02:00
printf.rs Replace the printf implementation 2023-03-26 14:07:29 -07:00
wcstod.rs Use hexponent to implement hex float parsing in wcstod 2023-04-06 14:29:18 -07:00
wcstoi.rs Correct wcstoi for "leading zeros" 2023-03-26 13:39:23 -07:00
wrealpath.rs Remove redundant comment, fish targets Unix-like systems 2023-04-02 15:17:06 +02:00