K 10 svn:author V 3 das K 8 svn:date V 27 2004-07-19T08:16:10.000000Z K 7 svn:log V 293 Fix two bugs in the signbit() macro, which was implemented last year: - It was added to libc instead of libm. Hopefully no programs rely on this mistake. - It didn't work properly on large long doubles because its argument was converted to type double, resulting in undefined behavior. END