diff options
Diffstat (limited to 'manual.txt')
-rw-r--r-- | manual.txt | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -42,15 +42,6 @@ RPM:: Linux | |||
42 | LuaRocks:: Unix, Windows | 42 | LuaRocks:: Unix, Windows |
43 | 43 | ||
44 | 44 | ||
45 | Build Options (#define) | ||
46 | ~~~~~~~~~~~~~~~~~~~~~~~ | ||
47 | |||
48 | [horizontal] | ||
49 | USE_INTERNAL_ISINF:: Workaround for Solaris platforms missing isinf(). | ||
50 | DISABLE_CJSON_GLOBAL:: Do not store module table in global "cjson" | ||
51 | variable. Redundant from Lua 5.2 onwards. | ||
52 | |||
53 | |||
54 | Make | 45 | Make |
55 | ~~~~ | 46 | ~~~~ |
56 | 47 | ||
@@ -117,6 +108,18 @@ Review the http://luarocks.org/en/Documentation[LuaRocks documentation] | |||
117 | for further details. | 108 | for further details. |
118 | 109 | ||
119 | 110 | ||
111 | Build Options (#define) | ||
112 | ~~~~~~~~~~~~~~~~~~~~~~~ | ||
113 | |||
114 | [horizontal] | ||
115 | USE_INTERNAL_ISINF:: Workaround for Solaris platforms missing ++isinf++(3). | ||
116 | DISABLE_CJSON_GLOBAL:: Do not store module table in global "cjson" | ||
117 | variable. Redundant from Lua 5.2 onwards. | ||
118 | DISABLE_INVALID_NUMBERS:: Recommended on platforms where ++strtod++(3) / | ||
119 | ++sprintf++(3) are not POSIX compliant (Eg, Windows MinGW). Restricts | ||
120 | the +cjson.refuse_invalid_numbers+ runtime configuration to +true+. | ||
121 | |||
122 | |||
120 | API (Functions) | 123 | API (Functions) |
121 | --------------- | 124 | --------------- |
122 | 125 | ||