diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-07-09 17:52:53 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-07-09 17:52:53 +0000 |
commit | 10c97aa064f4c984fcb4d4b6848d5a9f0dea5b01 (patch) | |
tree | c2a20b03b0521656cd20cbb2a95b6de10e299968 /BUGS | |
parent | 064a058e75d4d0b75a3805f87127da8643bd8e58 (diff) | |
download | mpfr-10c97aa064f4c984fcb4d4b6848d5a9f0dea5b01.tar.gz |
In the tests, set the locale to the current one. This allows to test
MPFR under various locales, showing a bug in the parse_string function
due to the use of the strncasecmp function ('i' and 'I' don't match
with LC_ALL="tr_TR.ISO8859-9").
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3670 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Known bugs: exceeds the hardware limit (2^30 for a 32 bits CPU, and 2^62 for a 64 bits CPU). +* The mpfr_strtofr function may fail under some locales, e.g. with + LC_ALL="tr_TR.ISO8859-9". + Potential bugs: * Possible integer overflows on some machines. |