This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-12-26 21:03:12 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ad5bbeb3c2
fish-shell
/
tests
/
printf.err
3 lines
78 B
Text
Raw
Normal View
History
Unescape
Escape
fix raw_string_to_scalar_type locale handling Fixes #3334
2016-08-30 03:11:40 +00:00
2,34: value not completely converted
use a consistent ERANGE message The previous change neglected to consider that numbers too large for the long long datatype will result in calling strerror(ERANGE) whose return value can vary depending on the platform. Which breaks the unit test.
2017-02-21 02:43:13 +00:00
0xABCDEF12345678901: Number out of range
Reference in a new issue
Copy permalink