<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-cjson, branch 1.0.1</title>
<subtitle>A mirror of https://github.com/openresty/lua-cjson
</subtitle>
<id>https://git.lua4.win/lua-cjson/atom?h=1.0.1</id>
<link rel='self' href='https://git.lua4.win/lua-cjson/atom?h=1.0.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/'/>
<updated>2011-05-10T13:16:44+00:00</updated>
<entry>
<title>Remove trailing whitespace</title>
<updated>2011-05-10T13:16:44+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-05-10T13:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=132e8757bc800d51058e3e1e4d2d73a0279ca0ac'/>
<id>urn:sha1:132e8757bc800d51058e3e1e4d2d73a0279ca0ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add stack overflow fix to NEWS</title>
<updated>2011-05-10T13:14:15+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-05-10T13:14:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=896fb92fd5a288352d697cddf0a1869b5b955a4a'/>
<id>urn:sha1:896fb92fd5a288352d697cddf0a1869b5b955a4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>run_test_group(): Change helper functions to local</title>
<updated>2011-05-10T13:12:37+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-05-10T13:12:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=812ebe6b8b9dfc53a5d476913741ed965e460a14'/>
<id>urn:sha1:812ebe6b8b9dfc53a5d476913741ed965e460a14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add runtime option for persistent encode buffer</title>
<updated>2011-05-10T13:02:01+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-05-10T13:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=126470cc7b6c2314c02805e4d00afe04b6b00312'/>
<id>urn:sha1:126470cc7b6c2314c02805e4d00afe04b6b00312</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suspend the garbage collector during benchmarks</title>
<updated>2011-05-10T12:20:46+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-05-10T12:20:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=c877da6c1f84b19cd2e7e8154b4a0d0e355745a0'/>
<id>urn:sha1:c877da6c1f84b19cd2e7e8154b4a0d0e355745a0</id>
<content type='text'>
Suspending GC appears to make the benchmark results more consistent.
</content>
</entry>
<entry>
<title>Fix memory leak when throwing stack overflow error</title>
<updated>2011-05-10T12:19:25+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-05-10T12:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=a472725b6db0132e06a063f2f67c8a04bf910c60'/>
<id>urn:sha1:a472725b6db0132e06a063f2f67c8a04bf910c60</id>
<content type='text'>
json-&gt;tmp was not freed when throwing a Lua stack overflow exception.
</content>
</entry>
<entry>
<title>Remove whitespace from generated JSON output</title>
<updated>2011-05-10T10:41:05+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-05-10T10:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=2123c622de3a527b6173f6826bf8ceb21ed840fd'/>
<id>urn:sha1:2123c622de3a527b6173f6826bf8ceb21ed840fd</id>
<content type='text'>
Remove excess whitespace to reduce output size and increase encode
performance.

Suggested by: Zhang "agentzh" Yichun &lt;agentzh@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add extra encoding/nesting tests</title>
<updated>2011-05-10T10:22:19+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-05-10T10:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=2323b5d0839412f276415f661e3b058b55f5bd4c'/>
<id>urn:sha1:2323b5d0839412f276415f661e3b058b55f5bd4c</id>
<content type='text'>
- Use pcall() to call test config functions.
- Test encoding with refuse_invalid_numbers() options.
- Test encoding invalid types.
</content>
</entry>
<entry>
<title>Add support for perl installs outside of /usr/bin</title>
<updated>2011-05-10T09:43:47+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-05-10T09:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=88fba505797c8c828c3737395b7351da0c9bd8fe'/>
<id>urn:sha1:88fba505797c8c828c3737395b7351da0c9bd8fe</id>
<content type='text'>
Change "perl -w" to "use warnings" for compatibility with systems that
put all #! args into argv[1].
</content>
</entry>
<entry>
<title>Update version to 1.0.1</title>
<updated>2011-05-10T09:14:35+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-05-10T09:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=935affcbc57a9b4f4941423395acb51a6ea33e64'/>
<id>urn:sha1:935affcbc57a9b4f4941423395acb51a6ea33e64</id>
<content type='text'>
</content>
</entry>
</feed>
