Skip to content

Tags: TES3MP/lua-cjson

Tags

2.1.0.7rc2

Toggle 2.1.0.7rc2's commit message

Verified

This tag was signed with the committer’s verified signature.
thibaultcha Thibault Charbonnier
v2.1.0.7rc2

2.1.0.7rc1

Toggle 2.1.0.7rc1's commit message
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]>

2.1.0.6

Toggle 2.1.0.6's commit message
bumped version to 2.1.0.6.

2.1.0.6rc2

Toggle 2.1.0.6rc2's commit message
bugfix: fixed the C compiler warning "SO C90 forbids mixed declaratio…

…ns and code" on older operating systems.

2.1.0.6rc1

Toggle 2.1.0.6rc1's commit message
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]>

2.1.0.5

Toggle 2.1.0.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
bugfix: conditionally build luaL_setfuncs() function as the latest Lu…

…aJIT v2.1 already includes it. fixes openresty#21.

2.1.0.4

Toggle 2.1.0.4's commit message
travis-ci: added valgrind testing mode as well.

2.1.0.3

Toggle 2.1.0.3's commit message
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

2.1.0.3rc2

Toggle 2.1.0.3rc2's commit message
fixed the warning "inline function ‘fpconv_init’ declared but never d…

…efined" from gcc.

2.1.0.3rc1

Toggle 2.1.0.3rc1's commit message
Makefile: removed the slash (/) after $(DESTDIR) so as to support emp…

…ty DESTDIR and relative path values in the following variable.