mirror of git://sourceware.org/git/glibc.git
parent
51f8ca9648
commit
b3c34b4a97
|
@ -1,3 +1,8 @@
|
||||||
|
2011-07-05 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
[BZ#9696]
|
||||||
|
* stdlib/tst-strtod.c: Add testcase.
|
||||||
|
|
||||||
2011-07-07 Ulrich Drepper <drepper@gmail.com>
|
2011-07-07 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
[BZ #12868]
|
[BZ #12868]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (C) 1991,1996-2001,2003,2009 Free Software Foundation, Inc.
|
/* Copyright (C) 1991,1996-2001,2003,2009,2011 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -72,6 +72,7 @@ static const struct ltest tests[] =
|
||||||
{ "+InFiNiTy", HUGE_VAL, '\0', 0 },
|
{ "+InFiNiTy", HUGE_VAL, '\0', 0 },
|
||||||
#endif
|
#endif
|
||||||
{ "0x80000Ap-23", 0x80000Ap-23, '\0', 0 },
|
{ "0x80000Ap-23", 0x80000Ap-23, '\0', 0 },
|
||||||
|
{ "1e-324", 0, '\0', ERANGE },
|
||||||
{ NULL, 0, '\0', 0 }
|
{ NULL, 0, '\0', 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue