<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-cjson/fpconv.c, branch or-1.31.0</title>
<subtitle>A mirror of https://github.com/openresty/lua-cjson
</subtitle>
<id>https://git.lua4.win/lua-cjson/atom?h=or-1.31.0</id>
<link rel='self' href='https://git.lua4.win/lua-cjson/atom?h=or-1.31.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/'/>
<updated>2024-06-11T01:39:55+00:00</updated>
<entry>
<title>feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed.</title>
<updated>2024-06-11T01:39:55+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2024-06-11T01:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=c92ecda53337490633c95e6ae00e322dc9ad1fb8'/>
<id>urn:sha1:c92ecda53337490633c95e6ae00e322dc9ad1fb8</id>
<content type='text'>
Co-Authored-By: Hisham Muhammad &lt;hisham@gobolinux.org&gt;
Co-authored-by: Mark Pulford &lt;mark@kyne.com.au&gt;
Co-authored-by: ichenq &lt;ichenq@gmail.com&gt;
Co-authored-by: Cloud Wu &lt;cloudwu@gmail.com&gt;
Co-authored-by: caijietao &lt;t0350.prog@gmail.com&gt;
Co-authored-by: actboy168 &lt;actboy168@gmail.com&gt;
Co-authored-by: wudeng &lt;wudeng256@gmail.com&gt;
Co-authored-by: caiyiheng &lt;rangercyh@qq.com&gt;</content>
</entry>
<entry>
<title>optimization: add void to functions with no arguments to prevent compiler warning.</title>
<updated>2023-02-22T01:17:50+00:00</updated>
<author>
<name>lijunlong</name>
<email>lijunlong@openresty.com</email>
</author>
<published>2023-02-22T01:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=1dff61d9bf390372124c13443e0131a96383f5bc'/>
<id>urn:sha1:1dff61d9bf390372124c13443e0131a96383f5bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feature: supports MS C compiler older than VC2012.</title>
<updated>2017-01-31T20:17:37+00:00</updated>
<author>
<name>spacewander</name>
<email>spacewanderlzx@gmail.com</email>
</author>
<published>2017-01-31T05:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=fd35fd98035735bc91c55d14832461e41dd0e193'/>
<id>urn:sha1:fd35fd98035735bc91c55d14832461e41dd0e193</id>
<content type='text'>
Signed-off-by: Yichun Zhang (agentzh) &lt;agentzh@gmail.com&gt;
</content>
</entry>
<entry>
<title>fix 16 decimal number encoding assertion</title>
<updated>2016-02-26T23:38:45+00:00</updated>
<author>
<name>Thibault Charbonnier</name>
<email>thibaultcha@me.com</email>
</author>
<published>2016-02-26T23:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=9136fd54b2d1a9a430b263b1903f895f66c2163c'/>
<id>urn:sha1:9136fd54b2d1a9a430b263b1903f895f66c2163c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright date range to include 2012</title>
<updated>2012-03-04T08:24:34+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-13T09:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=d6fc98ff60120b891fc3d94e18a61962b67e4c4c'/>
<id>urn:sha1:d6fc98ff60120b891fc3d94e18a61962b67e4c4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use static strtod() buffer where possible</title>
<updated>2012-03-04T08:24:34+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-10T13:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=3eee7e3db0ef209427f26be3099a0033deb86cb7'/>
<id>urn:sha1:3eee7e3db0ef209427f26be3099a0033deb86cb7</id>
<content type='text'>
Use static strtod() buffer where possible to improve performance 5-10%
under locales with a comma decimal point.
</content>
</entry>
<entry>
<title>Sanitise locale code, comments and documentation</title>
<updated>2012-01-01T04:54:30+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2012-01-01T04:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=929c814b12e3575859fa0d5a8ea9950ae2187c56'/>
<id>urn:sha1:929c814b12e3575859fa0d5a8ea9950ae2187c56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix minor warning from Clang analyzer</title>
<updated>2011-12-31T06:19:54+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-12-31T06:19:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=0a63a3fce3b7f3b58497e43c6c932d4888b51f1d'/>
<id>urn:sha1:0a63a3fce3b7f3b58497e43c6c932d4888b51f1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add fpconv to work around comma decimal points</title>
<updated>2011-12-30T03:47:44+00:00</updated>
<author>
<name>Mark Pulford</name>
<email>mark@kyne.com.au</email>
</author>
<published>2011-12-30T03:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua-cjson/commit/?id=2416b145073211b840781da6abf4b6d97f4657a6'/>
<id>urn:sha1:2416b145073211b840781da6abf4b6d97f4657a6</id>
<content type='text'>
Create a separate buffer and translate comma &lt;&gt; dot before calling
strtod(), and after calling sprintf() as required.

- Add "update_locale" Lua API call and init locale on module load.
- Move sprintf format string to fpconv
</content>
</entry>
</feed>
