Luis Finke b41c0f432b Added (optional) protection against divide by zero exceptions
defining the preprocessor CHAISCRIPT_PROTECT_DIVIDEBYZERO adds checking of right side values before division arithmetic, allowing the user to safely catch a divide by zero error, rather than dealing with a SIGFPE and having the entire program exit without a choice
2014-10-24 17:41:33 -04:00
..
dispatchkit Added (optional) protection against divide by zero exceptions 2014-10-24 17:41:33 -04:00
language Merge branch 'develop' of https://github.com/ChaiScript/ChaiScript into develop 2014-09-08 11:11:35 -06:00
utility Spelling corrections and comment fixes 2014-09-08 11:10:53 -06:00
chaiscript_defines.hpp Update version number to 5.4.0, update releasenotes 2014-08-31 19:45:07 -06:00
chaiscript_stdlib.hpp Apply corrections from the "include what you use" tool 2014-05-10 18:41:11 -06:00
chaiscript_threading.hpp Fix thread-unsafe builds 2014-05-09 15:55:29 -06:00
chaiscript.hpp Merge branch 'develop' of https://github.com/ChaiScript/ChaiScript into develop 2014-09-08 11:11:35 -06:00