Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-25Add README.adoc for GithubHEADmasterMark Pulford
2016-08-25Update manualMark Pulford
2016-08-25Make sparse array test immune to table hash orderMark Pulford
2016-08-25Update cjson.util to workaround missing "unpack"Mark Pulford
2016-08-25Remove old TODO itemMark Pulford
2016-08-25Suppress test data generation warningsMark Pulford
2016-08-24Use more common adoc extension for AsciiDocMark Pulford
2016-08-24CJSON_EXPORT for msvcichenq
2016-08-24Work around MSVC's C99 supportichenq
2016-08-24Bump default Lua version in MakefileMark Pulford
2016-08-24Add development TODOMark Pulford
2016-04-13Fix build with g++Mark Pulford
2016-04-12Fix minor linking/typo faults in documentationMark Pulford
2016-04-12Fix clang undefined-inline warningMark Pulford
2012-03-04Add commented PREFIX for Solaris make buildsMark Pulford
2012-03-04Use Javascript compat values for Infinity/NaNMark Pulford
2012-03-04Add release notes for 2.1.0 release2.1.0Mark Pulford
2012-03-04Bump version to 2.1develMark Pulford
2012-03-04Work around Solaris make limitationsMark Pulford
2012-03-04Work around Solaris awk limitationsMark Pulford
2012-03-04Add cjson.safe module to suppress exceptionsMark Pulford
2012-03-04Update release date for 2.0.0 to 22 Jan 20122.0.0Mark Pulford
2012-03-04Update NEWS for 2.0.0 releaseMark Pulford
2012-03-04Add changelog extra to RPM spec for 2.0.0Mark Pulford
2012-03-04Remove ENABLE_CJSON_GLOBAL optionMark Pulford
2012-03-04Escape tilde characters in documentationMark Pulford
2012-03-04Update manual for clarity and consistencyMark Pulford
2012-03-04Update performance documentation for clarityMark Pulford
2012-03-04Update LuaRocks/RPM descriptionsMark Pulford
2012-03-04Force binary file mode in util.luaMark Pulford
2012-03-04Reduce length of CMake option descriptionsMark Pulford
2012-03-04Ignore DISABLE_INVALID_NUMBERS with builtin fpconvMark Pulford
2012-03-04Rename USE_INTERNAL_DTOA to USE_INTERNAL_FPCONVMark Pulford
2012-03-04Support building packages with version tags >1.xMark Pulford
2012-03-04Convert perf results to HTML and update for 2.0.0Mark Pulford
2012-03-04Add MULTIPLE_THREADS to Makefile #define listMark Pulford
2012-03-04Bump version to 2.0develMark Pulford
2012-03-04Simplify string.format() callsMark Pulford
2012-03-04Fix runtests.sh after API change and file movesMark Pulford
2012-03-04Create separate tests for numbers w/leading zerosMark Pulford
2012-03-04Fix string length returned by g_fmt.c for |x|<1Mark Pulford
2012-03-04Reserve stack slot for luaL_error() during encodeMark Pulford
2012-03-04Add an RPM %preun script to remove utf8.datMark Pulford
2012-03-04Remove deprecated "refuse_invalid_numbers"Mark Pulford
2012-03-04Bump development version to 1.1develMark Pulford
2012-03-04Disable registration of cjson global variableMark Pulford
2012-03-04Return boolean values from configuration functionsMark Pulford
2012-03-04Add CMake option to toggle DISABLE_CJSON_GLOBALMark Pulford
2012-03-04Add depth/index to decode depth error messageMark Pulford
2012-03-04Fix Lua C function stack overflow during encodingMark Pulford