<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-cjson, branch 2.1.0.11</title>
<subtitle>A mirror of https://github.com/openresty/lua-cjson
</subtitle>
<id>https://git.lua4.win/lua-cjson/atom?h=2.1.0.11</id>
<link rel='self' href='https://git.lua4.win/lua-cjson/atom?h=2.1.0.11'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/'/>
<updated>2022-10-17T20:06:57+00:00</updated>
<entry>
<title>add lua 5.4 to test suite</title>
<updated>2022-10-17T20:06:57+00:00</updated>
<author>
<name>leaf corcoran</name>
<email>leafot@gmail.com</email>
</author>
<published>2022-10-17T20:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=91c3363e7dc86263a379719e5508fc0979df84d3'/>
<id>urn:sha1:91c3363e7dc86263a379719e5508fc0979df84d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix: empty_array can not work on Apple because csjon did not compare light userdata address with masked address (#82)</title>
<updated>2022-01-13T00:47:48+00:00</updated>
<author>
<name>Datong Sun</name>
<email>dndx@idndx.com</email>
</author>
<published>2022-01-13T00:47:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=92cebdcc374a7bb4bf59e1186076433e45cc1138'/>
<id>urn:sha1:92cebdcc374a7bb4bf59e1186076433e45cc1138</id>
<content type='text'>
Since we used `json_lightudata_mask` when creating lightuserdata, same
mask should be applied when comparing the return of `touserdata`

Fixes #81.</content>
</entry>
<entry>
<title>bugfix: windows luarocks make doesn't export cjson.safe.</title>
<updated>2022-01-09T13:32:17+00:00</updated>
<author>
<name>momoterraw</name>
<email>andrewvmail@gmail.com</email>
</author>
<published>2021-10-26T05:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=0f3dda34a35d93b92aba39a6c7b30d1d23918812'/>
<id>urn:sha1:0f3dda34a35d93b92aba39a6c7b30d1d23918812</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bumped version to 2.1.0.10. (#79)</title>
<updated>2021-12-10T12:19:58+00:00</updated>
<author>
<name>Johnny Wang</name>
<email>wangjiahao@openresty.com</email>
</author>
<published>2021-12-10T12:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=96e6e0ce67ed070a52223c1e9518c9018b1ce376'/>
<id>urn:sha1:96e6e0ce67ed070a52223c1e9518c9018b1ce376</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix: fixed bugs suspected by cppcheck: shift signed 32-bit value by 31 bits and uninitialized variable. (#76)</title>
<updated>2021-10-19T10:06:49+00:00</updated>
<author>
<name>Johnny Wang</name>
<email>wangjiahao@openresty.com</email>
</author>
<published>2021-10-19T10:06:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=f416d2675eb36e3dd2d2b3882058233327ea3c07'/>
<id>urn:sha1:f416d2675eb36e3dd2d2b3882058233327ea3c07</id>
<content type='text'>
[dtoa.c:2453] -&gt; [dtoa.c:2454]: (warning) Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 2453.
[dtoa.c:2846]: (error) Uninitialized variable: bb
[dtoa.c:2847]: (error) Uninitialized variable: bd
[dtoa.c:2848]: (error) Uninitialized variable: bs
[dtoa.c:2850]: (error) Uninitialized variable: delta</content>
</entry>
<entry>
<title>bugfix: fixed a possible division by zero bugs found by cppcheck. (#75)</title>
<updated>2021-10-18T14:42:40+00:00</updated>
<author>
<name>Johnny Wang</name>
<email>wangjiahao@openresty.com</email>
</author>
<published>2021-10-18T14:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=8dadbca8c7c26fc38e23f1f685c285450acb783e'/>
<id>urn:sha1:8dadbca8c7c26fc38e23f1f685c285450acb783e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: minor tweak in README.md (#71)</title>
<updated>2021-09-23T02:36:08+00:00</updated>
<author>
<name>ali-ghazi78</name>
<email>39215015+ali-ghazi78@users.noreply.github.com</email>
</author>
<published>2021-09-23T02:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=3d93d297092172eac3d52a1b3b6c1d479da5341a'/>
<id>urn:sha1:3d93d297092172eac3d52a1b3b6c1d479da5341a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>travis-ci: remove clang compiler mode from travis to save credits. (#72)</title>
<updated>2021-07-08T14:35:09+00:00</updated>
<author>
<name>Johnny Wang</name>
<email>wangjiahao@openresty.com</email>
</author>
<published>2021-07-08T14:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=4b350c531de3d71008c77ae94e59275b8371b4dc'/>
<id>urn:sha1:4b350c531de3d71008c77ae94e59275b8371b4dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump version to 2.1.0.9</title>
<updated>2021-02-15T18:58:29+00:00</updated>
<author>
<name>leaf corcoran</name>
<email>leafot@gmail.com</email>
</author>
<published>2021-02-06T21:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=891962b11d6d3b1b7275550b5c109e16c73ac94f'/>
<id>urn:sha1:891962b11d6d3b1b7275550b5c109e16c73ac94f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update CI (#68)</title>
<updated>2021-01-08T20:35:06+00:00</updated>
<author>
<name>leaf</name>
<email>leafot@gmail.com</email>
</author>
<published>2021-01-08T20:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=62fe2246ccb15139476e5a03648633ed69404250'/>
<id>urn:sha1:62fe2246ccb15139476e5a03648633ed69404250</id>
<content type='text'>
* update luarocks action
* apt-get update
* run tests on pull request as well</content>
</entry>
</feed>
