Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | win32: tighten up code slightly in isaac.c | Ron Yorston | 2018-03-22 | 1 | -13/+5 |
| | |||||
* | win32: reduce amount of static data | Ron Yorston | 2018-03-04 | 1 | -48/+48 |
| | | | | | | | It appears that uninitialised static variables are placed in the data section rather than bss, increasing the size of the binary. Rewrite some code to reduce the amount of static data. | ||||
* | win32: make /dev/urandom more random | Ron Yorston | 2018-02-23 | 1 | -0/+240 |