<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-cjson, branch 2.1.0.1</title>
<subtitle>A mirror of https://github.com/openresty/lua-cjson
</subtitle>
<id>https://git.lua4.win/lua-cjson/atom?h=2.1.0.1</id>
<link rel='self' href='https://git.lua4.win/lua-cjson/atom?h=2.1.0.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/'/>
<updated>2014-02-18T22:33:37+00:00</updated>
<entry>
<title>feature: applied Jiale Zhi's patch to add the new config function encode_empty_table_as_object so that we can encode empty Lua tables into empty JSON arrays.</title>
<updated>2014-02-18T22:33:37+00:00</updated>
<author>
<name>Yichun Zhang (agentzh)</name>
<email>agentzh@gmail.com</email>
</author>
<published>2014-02-18T22:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=cdb1a73615415e88ac8ef1b2eeec216fe72b9794'/>
<id>urn:sha1:cdb1a73615415e88ac8ef1b2eeec216fe72b9794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated .gitignore to make it vim friendly.</title>
<updated>2014-02-18T22:32:31+00:00</updated>
<author>
<name>Yichun Zhang (agentzh)</name>
<email>agentzh@gmail.com</email>
</author>
<published>2014-02-18T22:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=5fd54895cebd6bdf1e53718ed0691014ce0d2794'/>
<id>urn:sha1:5fd54895cebd6bdf1e53718ed0691014ce0d2794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add commented PREFIX for Solaris make builds</title>
<updated>2012-03-04T09:37:14+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-03-03T01:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=d59326b2d718e1a140b9b396ffe0a557b2d93fe0'/>
<id>urn:sha1:d59326b2d718e1a140b9b396ffe0a557b2d93fe0</id>
<content type='text'>
Add a commented PREFIX to the Solaris build section since Lua is
usually installed outside of the default include/link directories.
</content>
</entry>
<entry>
<title>Use Javascript compat values for Infinity/NaN</title>
<updated>2012-03-04T09:36:37+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-03-03T00:18:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=d5090bb8f19f4b0fd868a5f9af367ebbb67b7f5a'/>
<id>urn:sha1:d5090bb8f19f4b0fd868a5f9af367ebbb67b7f5a</id>
<content type='text'>
Use Javascript compatible values for Infinity/NaN when encoding invalid
numbers.
</content>
</entry>
<entry>
<title>Add release notes for 2.1.0 release</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-03-01T11:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=4bc5e917c8cd5fc2f6b217512ef530007529322f'/>
<id>urn:sha1:4bc5e917c8cd5fc2f6b217512ef530007529322f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump version to 2.1devel</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-03-01T09:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=5300ecb4e8f8ce9ec200b91c7273dae1947e431c'/>
<id>urn:sha1:5300ecb4e8f8ce9ec200b91c7273dae1947e431c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around Solaris make limitations</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-02-18T14:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=6a8c434e38f3035d04bf17696353cf0bb93abec6'/>
<id>urn:sha1:6a8c434e38f3035d04bf17696353cf0bb93abec6</id>
<content type='text'>
Remove ?= and := assignment operators from the Makefile since
they are not supported by Solaris make.
</content>
</entry>
<entry>
<title>Work around Solaris awk limitations</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-02-18T14:52:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=ee9c0d1aa474214f3bc638b6ef88aba66a7f0b67'/>
<id>urn:sha1:ee9c0d1aa474214f3bc638b6ef88aba66a7f0b67</id>
<content type='text'>
Work around Solaris awk limitations:
- Limit line lengths to 2500 bytes
- Use "count &gt; 0" instead of "count" for test expression
</content>
</entry>
<entry>
<title>Add cjson.safe module to suppress exceptions</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-02-01T14:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=95cbf2012ef273b13a494a2c66cef61c334d442f'/>
<id>urn:sha1:95cbf2012ef273b13a494a2c66cef61c334d442f</id>
<content type='text'>
Add cjson.safe module to suppress exceptions during JSON conversions.
</content>
</entry>
<entry>
<title>Update release date for 2.0.0 to 22 Jan 2012</title>
<updated>2012-03-04T08:24:36+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-21T12:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=60e14dbb2b03f2b6d7336a777e017f5787296988'/>
<id>urn:sha1:60e14dbb2b03f2b6d7336a777e017f5787296988</id>
<content type='text'>
</content>
</entry>
</feed>
