| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
close #484
|
|
Tiny clean-up
|
|
|
|
defines.h : Remove as already commented out.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix the issue that "Exception.new.inspect" causes SIGSEGV.
|
|
|
|
|
|
we need them on the platform where 'char' is signed.
|
|
|
|
|
|
Define DBL_DIG only if it wasn't previously defined
|
|
|
|
DBL_DIG may already be defined on the target system,
defining it without checking first may overwrite
system values.
|
|
Fix writing errors in Makefiles
|
|
|
|
|
|
compiler may generate broken binary if string literal has NUL characters
|
|
Fixed Windows warning.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Compiling on Windows 7 from a Windows SDK 7 prompt with CMake.
`nmake all test` now works with the `tzset()` warning gone.
|
|
|
|
|
|
|
|
|
|
|
|
|