| 1 |
2005-08-27 Bruno Haible <bruno@clisp.org> |
2005-08-27 Bruno Haible <bruno@clisp.org> |
| 2 |
|
|
| 3 |
|
* src/integer/bitwise/cl_I_ash_I.cc (ash): Avoid shifting a 32-bit |
| 4 |
|
zero value by more than 31 bits. |
| 5 |
|
|
| 6 |
|
2005-08-27 Bruno Haible <bruno@clisp.org> |
| 7 |
|
|
| 8 |
Make the long-float overflow check work on 64-bit platforms. |
Make the long-float overflow check work on 64-bit platforms. |
| 9 |
* src/float/lfloat/cl_LF.h (LF_exp_mid, LF_exp_high): Define as |
* src/float/lfloat/cl_LF.h (LF_exp_mid, LF_exp_high): Define as |
| 10 |
'unsigned int', not 'unsigned long'. |
'unsigned int', not 'unsigned long'. |