This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-24 13:35:57 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9fc3d1215b
fish-shell
/
tests
/
printf.err
3 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
fix raw_string_to_scalar_type locale handling Fixes #3334
2016-08-30 11:11:40 +08: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 10:43:13 +08:00
0xABCDEF12345678901: Number out of range
Reference in New Issue
Copy Permalink