Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Use target instead of host.
Fix compilation for non win32 and non x86_64 platforms.
|
|
|
|
|
|
|
|
|
|
Also, some newline fixes (applog callers do not need newlines in strings)
|
|
Spotted by lfm
|
|
|
|
|
|
|
|
Also, remove a few superfluous printouts.
|
|
|
|
|
|
In miner.h, this fixes an alloca-definition-related warning.
For the other files, this is simply future-proofing/precaution.
|
|
Also, improve portability of alloca.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit da1fd227bf2cc56c6f9a7ea42bd2c8b05f781f06.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Suggested by prcarter.
|
|
Pointed out by several people, including Raulo.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|