[Issue 14718] float parsing depends on libc strtold precision

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14718

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P3  |P2

--


[Issue 14718] float parsing depends on libc strtold precision

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14718

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to dmd-cxx at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/eaeeccd4ac4845d07331ef6044e2050aca14b90a
workaround Issue 14718 - float parsing depends on platform strtold

https://github.com/dlang/phobos/commit/53dbbaa2bc18723a0a6d67a78fe0eb517430a50a
Merge pull request #3433 from MartinNowak/workaround14718

--


[Issue 14718] float parsing depends on libc strtold precision

2015-07-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14718

--- Comment #4 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/eaeeccd4ac4845d07331ef6044e2050aca14b90a
workaround Issue 14718 - float parsing depends on platform strtold

https://github.com/D-Programming-Language/phobos/commit/53dbbaa2bc18723a0a6d67a78fe0eb517430a50a
Merge pull request #3433 from MartinNowak/workaround14718

--


[Issue 14718] float parsing depends on libc strtold precision

2015-06-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14718

--- Comment #3 from Martin Nowak c...@dawg.eu ---
Sounds a lot like this glibc bug [14047 – strtof gives spurious ERANGE
errors](https://sourceware.org/bugzilla/show_bug.cgi?id=14047) which got fixed
with glibc 2.17.

--


[Issue 14718] float parsing depends on libc strtold precision

2015-06-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14718

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

 CC||and...@erdani.com

--- Comment #2 from Andrei Alexandrescu and...@erdani.com ---
Same problem on Centos 6.

--


[Issue 14718] float parsing depends on libc strtold precision

2015-06-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14718

--- Comment #1 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/eaeeccd4ac4845d07331ef6044e2050aca14b90a
workaround Issue 14718 - float parsing depends on platform strtold

- comment out the affected unittests for now

https://github.com/D-Programming-Language/phobos/commit/53dbbaa2bc18723a0a6d67a78fe0eb517430a50a
Merge pull request #3433 from MartinNowak/workaround14718

workaround Issue 14718 - float parsing depends on platform strtold

--