Tags: TES3MP/lua-cjson
Tags
feature: ported to the ARM64 platform by masking off the bits higher … …than 47-bit in the lightud. Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
bugfix: fixed the C compiler warning "SO C90 forbids mixed declaratio… …ns and code" on older operating systems.
feature: set cjson.array_mt on decoded JSON arrays. this can be turned on via cjson.decode_array_with_array_mt(true). off by default. Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
bugfix: conditionally build luaL_setfuncs() function as the latest Lu… …aJIT v2.1 already includes it. fixes openresty#21.
feature: now we allow up to 16 decimal places in JSON number encoding… … via cjson.encode_number_precision(). thanks lordnynex for the patch in openresty#4. Test cases for changing precision
fixed the warning "inline function ‘fpconv_init’ declared but never d… …efined" from gcc.
Makefile: removed the slash (/) after $(DESTDIR) so as to support emp… …ty DESTDIR and relative path values in the following variable.
PreviousNext