Mercurial > hg > octave-kai > gnulib-hg
annotate modules/nl_langinfo @ 13837:d7a891a411c1
strtod: work around icc bug
With optimization, ICC 10.0 mis-compiles 'cond ? -val : val' such
that a val of 0.0 doesn't result in -0.0.
* lib/strtod.c (minus_zero): Define to working value.
(strtod): Use it to avoid icc bug.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Fri, 05 Nov 2010 08:30:27 -0600 |
parents | 602d53045ee7 |
children | 56a24b726e1d |
rev | line source |
---|---|
12430 | 1 Description: |
2 nl_langinfo() function: query locale dependent information. | |
3 | |
4 Files: | |
5 lib/nl_langinfo.c | |
6 m4/nl_langinfo.m4 | |
7 | |
8 Depends-on: | |
9 langinfo | |
10 | |
11 configure.ac: | |
12 gl_FUNC_NL_LANGINFO | |
13 gl_LANGINFO_MODULE_INDICATOR([nl_langinfo]) | |
14 | |
15 Makefile.am: | |
16 | |
17 Include: | |
18 <langinfo.h> | |
19 | |
20 License: | |
12764
602d53045ee7
langinfo, nl_langinfo: Relicense under LGPLv2+.
Bruno Haible <bruno@clisp.org>
parents:
12430
diff
changeset
|
21 LGPLv2+ |
12430 | 22 |
23 Maintainer: | |
24 Bruno Haible |