Alex Shinn
|
d593a5cb0a
|
death to tabs
|
2020-07-28 15:26:42 +09:00 |
|
Alex Shinn
|
610b6964ce
|
fix log table for integer-length (issue #634)
|
2020-05-11 21:38:40 +09:00 |
|
Alex Shinn
|
708f57ffed
|
SRFI 151 fixes: bitwise-if arg order swapped from SRFI 33; bit-set? on negative integers should extend infinite 1s; bit-field-every? should compare only bits within mask
|
2020-01-31 23:12:20 +08:00 |
|
okuoku
|
1cba43a220
|
SRFI-151: Fix bit-set? on Win64 which uses long long
Most "1UL" references on bitwise operations should be replaced with
explicit C cast.
|
2017-12-14 18:03:23 +09:00 |
|
Alex Shinn
|
6d3ae7a28e
|
replacing (srfi 142) with (srfi 151)
|
2017-08-21 22:32:57 +09:00 |
|