Module Name:src
Committed By: martin
Date: Tue Mar 29 18:42:29 UTC 2016
Modified Files:
src/lib/libc/softfloat/bits64: softfloat.c
Log Message:
Avoid warnings (signed/unsigned comparision and unused variable)
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14
Module Name:src
Committed By: martin
Date: Fri Nov 22 17:04:24 UTC 2013
Modified Files:
src/lib/libc/softfloat/bits64: softfloat.c
Log Message:
Fix a cast from the lint cleanup that made small exponents (i.e. values < 1)
sign extend wrong and overflow, causing an underflow
Module Name:src
Committed By: matt
Date: Sat Mar 24 00:06:21 UTC 2012
Modified Files:
src/lib/libc/softfloat/bits64: softfloat.c
Log Message:
Fix a bug introduced by lint cleanup.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/softfloat/bits64
Module Name:src
Committed By: martin
Date: Tue Mar 20 21:34:51 UTC 2012
Modified Files:
src/lib/libc/softfloat/bits64: softfloat.c
Log Message:
Remove initialized but unused variable
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/softfloat/bits6
Module Name:src
Committed By: matt
Date: Sat Jul 9 02:28:31 UTC 2011
Modified Files:
src/lib/libc/softfloat/bits64: softfloat.c
Log Message:
Add SOFTFLOAT_NEED_FIXUNS condition around the float128 fixuns
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/li