Christian Kaeser 202204a82a Limit hexadecimal escape sequence length
Helps with cases like "\xFFecho" by limiting the number of hex digits
that will be parsed to maximum suitable for the char type.
This rule differs from the C/C++ standard, but ChaiScript does not offer
the same workaround options.
Furthermore, without it having hexadecimal sequences longer than can fit
into the char type is undefined behavior anyway.
2015-11-08 18:36:16 +01:00
..
dispatchkit Fix use of broken bitset implementation in g++ 2015-10-21 09:30:22 -06:00
language Limit hexadecimal escape sequence length 2015-11-08 18:36:16 +01:00
utility Older compiler backport issues 2015-10-02 12:46:50 -06:00
chaiscript_defines.hpp fix warning from GCC for unknown flag 2015-10-20 18:19:03 -06:00
chaiscript_stdlib.hpp Basic support for parsing of JSON objects 2015-09-20 15:35:53 -06:00
chaiscript_threading.hpp Add note about handling of thread contexts 2015-07-11 18:34:09 -06:00
chaiscript.hpp Merge branch 'master' into develop 2015-03-13 22:28:24 -06:00