diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-01-21 12:44:41 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:35 +1030 |
commit | 6264bb40e0e9d87f24bc38ad1496b153262b5331 (patch) | |
tree | 08c6388e598cdb15df1d117d249c4467eaca7645 /manual.txt | |
parent | a05c5153ad6b4082de209ed1154034ccd3b68326 (diff) | |
download | lua-cjson-6264bb40e0e9d87f24bc38ad1496b153262b5331.tar.gz lua-cjson-6264bb40e0e9d87f24bc38ad1496b153262b5331.tar.bz2 lua-cjson-6264bb40e0e9d87f24bc38ad1496b153262b5331.zip |
Ignore DISABLE_INVALID_NUMBERS with builtin fpconv
Diffstat (limited to 'manual.txt')
-rw-r--r-- | manual.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -120,7 +120,8 @@ DISABLE_INVALID_NUMBERS:: Recommended on platforms where ++strtod++(3) / | |||
120 | ++sprintf++(3) are not POSIX compliant (Eg, Windows MinGW). Prevents | 120 | ++sprintf++(3) are not POSIX compliant (Eg, Windows MinGW). Prevents |
121 | +cjson.encode_invalid_numbers+ and +cjson.decode_invalid_numbers+ | 121 | +cjson.encode_invalid_numbers+ and +cjson.decode_invalid_numbers+ |
122 | from being enabled. However, +cjson.encode_invalid_numbers+ may be | 122 | from being enabled. However, +cjson.encode_invalid_numbers+ may be |
123 | set to +"null"+. | 123 | set to +"null"+. This option is unnecessary and is ignored when |
124 | using built-in floating point conversion. | ||
124 | 125 | ||
125 | 126 | ||
126 | Built-in dtoa() support | 127 | Built-in dtoa() support |