This website requires JavaScript.
Explore
Help
Sign In
h
/
fish-shell
Watch
1
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2026-05-07 23:41:15 -03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b318ab17d2b3d759d8d844e4e19e7e047f0f7a19
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-29 20:11:40 -07: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-20 18:43:13 -08:00
0xABCDEF12345678901: Number out of range
Reference in New Issue
Copy Permalink