glibc 2.0.111
Christopher Sekiya
wileyc@sekiya.twics.co.jp
Thu Apr 1 00:00:00 GMT 1999
On Mon, 25 Jan 1999, Dominik Kubla wrote:
> But the regression tests failed in math/test-fenv... (see attached output)
This is what I saw last week. I think that the math routines need to do:
if (ptr != NULL)
if (ptr[0] != '\0') {
...
}
... instead of
if (ptr[0] != '\0') {
...
}
(sorry about the vagueness, the box in question is at home and I won't be
able to see it for another couple of days)
Further, did dependencies get screwed up in 2.0.111? A make install
rebuilds significant portions of the tree. I've seen this on three
machines now.
-- Chris (wileyc@sekiya.twics.co.jp)
More information about the Libc-alpha
mailing list