moonbridge
log moonbridge.c
age | author | description |
---|---|---|
2015-01-29 | jbe | Avoid "unused-result" compiler warning by storing return values in dummy variables |
2015-01-29 | jbe | Use memcpy() instead of dereferencing type-punned pointers to avoid breaking strict-aliasing rules |
2015-01-29 | jbe | Removed C++ style comments (use C style comments) |
2015-01-29 | jbe | Proper treatment of double semicolons in package.path and added MOONBR_LUA_CPATH in addition to MOONBR_LUA_PATH |