<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/json-c.git/tests, branch master</title>
<subtitle>github.com: json-c/json-c.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/json-c.git/'/>
<entry>
<title>Stop linking a copy of _json_c_strerror() (strerror_override.c) into the tests.</title>
<updated>2023-03-28T23:08:39+00:00</updated>
<author>
<name>Eric Haszlakiewicz</name>
<email>erh+git@nimenees.com</email>
</author>
<published>2023-03-28T23:08:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/json-c.git/commit/?id=d0f32a5a43d1b9dc0b2cd6af310e5f09b97c3423'/>
<id>d0f32a5a43d1b9dc0b2cd6af310e5f09b97c3423</id>
<content type='text'>
That hasn't been needed since since commit 6068d3f, which changed that code to
 check an env var instead ("_JSON_C_STRERROR_ENABLE").
Fixes issue #812, about dup symbols in static builds with clang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That hasn't been needed since since commit 6068d3f, which changed that code to
 check an env var instead ("_JSON_C_STRERROR_ENABLE").
Fixes issue #812, about dup symbols in static builds with clang.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed `test_int_get` expected output</title>
<updated>2022-11-16T00:33:02+00:00</updated>
<author>
<name>Federico Francescon</name>
<email>federico.francescon@higeco.com</email>
</author>
<published>2022-11-16T00:33:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/json-c.git/commit/?id=1a2fdc49e75d9821ff1b7276586eeb69fe16a6d7'/>
<id>1a2fdc49e75d9821ff1b7276586eeb69fe16a6d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added basic tests for `json_object_get_int`, `json_object_get_int64`, `json_object_get_uint64`</title>
<updated>2022-11-15T23:49:18+00:00</updated>
<author>
<name>Federico Francescon</name>
<email>federico.francescon@higeco.com</email>
</author>
<published>2022-11-15T23:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/json-c.git/commit/?id=b1fb1508ee2ec92b9ec29af9f2da77c4727942c3'/>
<id>b1fb1508ee2ec92b9ec29af9f2da77c4727942c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update expected output for test_parse, missed in the previous commit.</title>
<updated>2022-10-30T19:42:42+00:00</updated>
<author>
<name>Eric Haszlakiewicz</name>
<email>erh+git@nimenees.com</email>
</author>
<published>2022-10-30T19:42:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/json-c.git/commit/?id=bc35549f901bcc25a61fe9dedb6a388f6c42e268'/>
<id>bc35549f901bcc25a61fe9dedb6a388f6c42e268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly check for integer overflow/underflow when parsing integers with JSON_TOKENER_STRICT.</title>
<updated>2022-10-30T19:39:30+00:00</updated>
<author>
<name>Eric Haszlakiewicz</name>
<email>erh+git@nimenees.com</email>
</author>
<published>2022-10-30T19:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/json-c.git/commit/?id=d6f46ae104871360f84695737864870c97adfd14'/>
<id>d6f46ae104871360f84695737864870c97adfd14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build with clang-15+</title>
<updated>2022-08-14T03:47:20+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2022-08-14T03:37:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/json-c.git/commit/?id=6eca65617aacd19f4928acd5766b8dd20eda0b34'/>
<id>6eca65617aacd19f4928acd5766b8dd20eda0b34</id>
<content type='text'>
Fixes
json_util.c:63:35: error: a function declaration without a prototype is deprecated in all versions of C [-We
rror,-Wstrict-prototypes]
const char *json_util_get_last_err()
                                  ^
                                   void

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes
json_util.c:63:35: error: a function declaration without a prototype is deprecated in all versions of C [-We
rror,-Wstrict-prototypes]
const char *json_util_get_last_err()
                                  ^
                                   void

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos found by codespell</title>
<updated>2022-08-13T12:47:40+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2022-08-13T12:47:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/json-c.git/commit/?id=9462c0a7b5e078bfbfe76d1ef8db71afda667398'/>
<id>9462c0a7b5e078bfbfe76d1ef8db71afda667398</id>
<content type='text'>
Do not fix typos from past commits found in release notes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not fix typos from past commits found in release notes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply some of the fixes from PR #740, although by using size_t instead of castings.</title>
<updated>2022-07-31T19:28:48+00:00</updated>
<author>
<name>Eric Haszlakiewicz</name>
<email>erh+git@nimenees.com</email>
</author>
<published>2022-07-31T19:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/json-c.git/commit/?id=bdd5e03d6ed19b165bfe5e9309f8a596dbda45f4'/>
<id>bdd5e03d6ed19b165bfe5e9309f8a596dbda45f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #705: disable locale handling when building for a uClibc system because its duplocale() function (intentionally) crashes.</title>
<updated>2022-07-30T20:27:35+00:00</updated>
<author>
<name>Eric Haszlakiewicz</name>
<email>erh+git@nimenees.com</email>
</author>
<published>2022-07-30T20:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/json-c.git/commit/?id=253a5fa99d70f5c8d7a8c9bad063053da740e563'/>
<id>253a5fa99d70f5c8d7a8c9bad063053da740e563</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When serializing with JSON_C_TO_STRING_PRETTY set, keep the opening and closing curly or square braces on same line for empty objects or arrays.  Issue #778.</title>
<updated>2022-07-30T19:27:14+00:00</updated>
<author>
<name>Eric Haszlakiewicz</name>
<email>erh+git@nimenees.com</email>
</author>
<published>2022-07-30T19:27:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/json-c.git/commit/?id=9749b0cb66b32ddac4bbbca28dd9009968722a9f'/>
<id>9749b0cb66b32ddac4bbbca28dd9009968722a9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
