This list was created with:
curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2014-04-10+created%3A<2017-12-01&sort=created&order=asc&per_page=400&page=1" > issues1.out
curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2014-04-10+created%3A<2017-12-01&sort=created&order=asc&per_page=400&page=2" > issues2.out
curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2014-04-10+created%3A<2017-12-01&sort=created&order=asc&per_page=400&page=3" > issues3.out
jq -r '.items[] | "[" + .title + "](" + .url + ")" | tostring' issues?.out > issues.md
sed -e's,^\[ *\(.*\)\](https://api.github.com/.*/\([0-9].*\)),[Issue #\2](https://github.com/json-c/json-c/issues/\2) - \1,' -i issues.md
#... manual editing ...
Issues and Pull Requests closed for the 0.13 release (since commit f84d9c, the 0.12 branch point, 2014-04-10)
- Issue #61 - Make json_object_object_add() indicate success or failure, test fix \
- Issue #113 - Build fixes (make dist and make distcheck) \
- Issue #124 - Fixing build \
- Issue #125 - Fix compile error(variable size set but not used) on g++4.6 \
- Issue #126 - Removed unused size variable. \
- Issue #127 - remove unused
size
variable \
- Issue #128 - Remove unused variable from json_tokenizer.c \
- Issue #130 - Failed to compile under Ubuntu 13.10 32bit \
- Issue #131 - undefined symbol: __sync_val_compare_and_swap_4 \
- Issue #132 - Remove unused variable 'size' \
- Issue #133 - Update and rename README to README.md \
- Issue #134 - Must remove variable size... \
- Issue #135 - bits.h uses removed json_tokener_errors[error] \
- Issue #136 - Error when running make check \
- Issue #137 - config.h.in should not be in git \
- Issue #138 - Can't build on RHEL 6.5 due to dependency on automake-1.14 \
- Issue #140 - Code bug in random_test.c evaluating same expression twice \
- Issue #141 - Removed duplicate check in random_seed test - bug #140 \
- Issue #142 - Please undeprecate json_object_object_get \
- Issue #144 - Introduce json_object_from_fd \
- Issue #145 - Handle % character properly \
- Issue #146 - TAGS rename \
- Issue #148 - Bump the soname \
- Issue #149 - SONAME bump \
- Issue #150 - Fix build using MinGW. \
- Issue #151 - Remove json_type enum trailing comma \
- Issue #152 - error while compiling json-c library version 0.11 \
- Issue #153 - improve doc for json_object_to_json_string() \
- Issue #154 - double precision \
- Issue #155 - add bsearch for arrays \
- Issue #156 - Remove trailing whitespaces \
- Issue #157 - JSON-C shall not exit on calloc fail. \
- Issue #158 - while using json-c 0.11, I am facing strange crash issue in json_object_put. \
- Issue #159 - json_tokener.c compile error \
- Issue #160 - missing header file on windows?? \
- Issue #161 - Is there a way to append to file? \
- Issue #162 - json_util: add directory check for POSIX distros \
- Issue #163 - Fix Win32 build problems \
- Issue #164 - made it compile and link on Widnows (as static library) \
- Issue #165 - json_object_to_json_string_ext length \
- Issue #167 - Can't build on Windows with Visual Studio 2010 \
- Issue #168 - Tightening the number parsing algorithm \
- Issue #169 - Doesn't compile on ubuntu 14.04, 64bit \
- Issue #170 - Generated files in repository \
- Issue #171 - Update configuration for VS2010 and win64 \
- Issue #172 - Adding support for parsing octal numbers \
- Issue #173 - json_parse_int64 doesn't work correctly at illumos \
- Issue #174 - Adding JSON_C_TO_STRING_PRETTY_TAB flag \
- Issue #175 - make check fails 4 tests with overflows when built with ASAN \
- Issue #176 - Possible to delete an array element at a given idx ? \
- Issue #177 - Fix compiler warnings \
- Issue #178 - Unable to compile on CentOS5 \
- Issue #179 - Added array_list_del_idx and json_object_array_del_idx \
- Issue #180 - Enable silent build by default \
- Issue #181 - json_tokener_parse_ex accepts invalid JSON \
- Issue #182 - Link against libm when needed \
- Issue #183 - Apply compile warning fix to master branch \
- Issue #184 - Use only GCC-specific flags when compiling with GCC \
- Issue #185 - compile error \
- Issue #186 - Syntax error \
- Issue #187 - array_list_get_idx and negative indexes. \
- Issue #188 - json_object_object_foreach warnings \
- Issue #189 - noisy json_object_from_file: error opening file \
- Issue #190 - warning: initialization discards const qualifier from pointer target type [enabled by default] \
- Issue #192 - json_tokener_parse accepts invalid JSON {"key": "value" , } \
- Issue #193 - Make serialization format of doubles configurable \
- Issue #194 - Add utility function for comparing json_objects \
- Issue #195 - Call uselocale instead of setlocale \
- Issue #196 - Performance improvements \
- Issue #197 - Time for a new release? \
- Issue #198 - Fix possible memory leak and remove superfluous NULL checks before free() \
- Issue #199 - Fix build in Visual Studio \
- Issue #200 - Add build scripts for CI platforms \
- Issue #201 - disable forward-slash escaping? \
- Issue #202 - Array with objects support \
- Issue #203 - Add source position/coordinates to API \
- Issue #204 - json-c/json.h not found \
- Issue #205 - json-c Compiled with Visual Studios \
- Issue #206 - what do i use in place of json_object_object_get? \
- Issue #207 - Add support for property pairs directly added to arrays \
- Issue #208 - Performance enhancements (mainly) to json_object_to_json_string() \
- Issue #209 - fix regression from 2d549662be832da838aa063da2efa78ee3b99668 \
- Issue #210 - Use size_t for arrays \
- Issue #211 - Atomic updates for the refcount \
- Issue #212 - Refcount doesn't work between threads \
- Issue #213 - fix to compile with microsoft visual c++ 2010 \
- Issue #214 - Some non-GNU systems support __sync_val_compare_and_swap \
- Issue #215 - Build json-c for window 64 bit. \
- Issue #216 - configure: check realloc with AC_CHECK_FUNCS() to fix cross-compilation. \
- Issue #217 - Checking for functions in float.h \
- Issue #218 - Use a macro to indicate C99 to the compiler \
- Issue #219 - Fix various potential null ptr deref and int32 overflows \
- Issue #220 - Add utility function for comparing json_objects \
- Issue #221 - JSON_C_TO_STRING_NOSLASHESCAPE works incorrectly \
- Issue #222 - Fix issue #221: JSON_C_TO_STRING_NOSLASHESCAPE works incorrectly \
- Issue #223 - Clarify json_object_get_string documentation of NULL handling & return \
- Issue #224 - json_tokener.c - all warnings being treated as errors \
- Issue #225 - Hi, will you support clib as a "registry"? \
- Issue #227 - Bump SOVERSION to 3 \
- Issue #228 - avoid double slashes from json \
- Issue #229 - configure fails: checking size of size_t... configure: error: cannot determine a size for size_t \
- Issue #230 - Use stdint.h to check for size_t size \
- Issue #231 - Fix size_t size check for first-time builds \
- Issue #232 - tests/tests1: fix printf format for size_t arguments \
- Issue #233 - Include stddef.h in json_object.h \
- Issue #234 - Add public API to use userdata independently of custom serializer \
- Issue #235 - Undefined symbols Error for architecture x86_64 on Mac \
- Issue #236 - Building a project which uses json-c with flag -Wcast-qual causes compilation errors \
- Issue #237 - handle escaped utf-8 \
- Issue #238 - linkhash.c: optimised the table_free path \
- Issue #239 - initialize null terminator of new printbuf \
- Issue #240 - Compile error: Variable set but not used \
- Issue #241 - getting error in date string 19\/07\/2016, fixed for error 19/07/2016 \
- Issue #242 - json_tokener_parse error \
- Issue #243 - Fix #165 \
- Issue #244 - Error while compiling source from RHEL5, could you please help me to fix this \
- Issue #245 - json-c compile in window xp \
- Issue #246 - Mac: uselocale failed to build \
- Issue #247 - json_object_array_del_idx function has segment fault error? \
- Issue #248 - Minor changes in C source code \
- Issue #249 - Improving README \
- Issue #250 - Improving .gitignore \
- Issue #251 - Adding a file for EditorConfig \
- Issue #252 - Very minor changes not related to C source code \
- Issue #253 - Adding a test with cppcheck for Travis CI \
- Issue #254 - Very minor changes to some tests \
- Issue #255 - Minor changes in C source code \
- Issue #256 - Mailing list dead? \
- Issue #257 - Defining a coding style \
- Issue #258 - Enable CI services \
- Issue #259 - Fails to parse valid json \
- Issue #260 - Adding an object to itself \
- Issue #261 - Lack of proper documentation \
- Issue #262 - Add Cmakefile and fix compiler warning. \
- Issue #263 - Compiler Warnings with VS2015 \
- Issue #264 - successed in simple test while failed in my project \
- Issue #265 - Conformance report for reference \
- Issue #266 - crash perhaps related to reference counting \
- Issue #267 - Removes me as Win32 maintainer, because I'm not. \
- Issue #268 - Documentation of json_object_to_json_string gives no information about memory management \
- Issue #269 - json_object_<type>_set(json_object *o,<type> value) API for value setting in json object private structure \
- Issue #270 - new API json_object_new_double_f(doubel d,const char * fmt); \
- Issue #271 - Cannot compile using CMake on macOS \
- Issue #273 - fixed wrong object name in json_object_all_values_equal \
- Issue #274 - Support for 64 bit pointers on Windows \
- Issue #275 - Out-of-bounds read in json_tokener_parse_ex \
- Issue #276 - ./configure for centos release 6.7(final) failure \
- Issue #277 - Json object set xxx \
- Issue #278 - Serialization of double with no fractional component drops trailing zero \
- Issue #279 - Segmentation fault in array_list_length() \
- Issue #280 - Should json_object_array_get_idx check whether input obj is array? \
- Issue #281 - how to pretty print json-c? \
- Issue #282 - ignore temporary files \
- Issue #283 - json_pointer: add first revision based on RFC 6901 \
- Issue #284 - Resusing json_tokener object \
- Issue #285 - Revert "compat/strdup.h: move common compat check for strdup() to own \
* <a href="https://github.com/json-c/json-c/issues/286" >Issue #286</a> - json_tokener_parse_ex() returns json_tokener_continue on zero-length string \
* <a href="https://github.com/json-c/json-c/issues/287" >Issue #287</a> - json_pointer: extend setter & getter with printf() style arguments \
* <a href="https://github.com/json-c/json-c/issues/288" >Issue #288</a> - Fix _GNU_SOURCE define for vasprintf \
* <a href="https://github.com/json-c/json-c/issues/289" >Issue #289</a> - bugfix: floating point representaion without fractional part \
* <a href="https://github.com/json-c/json-c/issues/290" >Issue #290</a> - duplicate an json_object \
* <a href="https://github.com/json-c/json-c/issues/291" >Issue #291</a> - isspace assert error \
* <a href="https://github.com/json-c/json-c/issues/292" >Issue #292</a> - configure error "./configure: line 13121: syntax error near unexpected token `-Wall'" \
* <a href="https://github.com/json-c/json-c/issues/293" >Issue #293</a> - how to make with bitcode for ios \
* <a href="https://github.com/json-c/json-c/issues/294" >Issue #294</a> - Adding UTF-8 validation. Fixes #122 \
* <a href="https://github.com/json-c/json-c/issues/295" >Issue #295</a> - cross compile w/ mingw \
* <a href="https://github.com/json-c/json-c/issues/296" >Issue #296</a> - Missing functions header in json_object.h \
* <a href="https://github.com/json-c/json-c/issues/297" >Issue #297</a> - could not parse string to Json object? Like string str=\"helloworld;E\\test\\log\\;end\" \
* <a href="https://github.com/json-c/json-c/issues/298" >Issue #298</a> - Building using CMake doesn't work \
* <a href="https://github.com/json-c/json-c/issues/299" >Issue #299</a> - Improve json_object -> string performance \
* <a href="https://github.com/json-c/json-c/issues/300" >Issue #300</a> - Running tests with MinGW build \
* <a href="https://github.com/json-c/json-c/issues/301" >Issue #301</a> - How to deep copy json_object in C++ ? \
* <a href="https://github.com/json-c/json-c/issues/302" >Issue #302</a> - json_tokener_parse_ex doesn't parse JSON values \
* <a href="https://github.com/json-c/json-c/issues/303" >Issue #303</a> - fix doc in tokener header file \
* <a href="https://github.com/json-c/json-c/issues/304" >Issue #304</a> - (.text+0x72846): undefined reference to ‘is_error’ \
* <a href="https://github.com/json-c/json-c/issues/305" >Issue #305</a> - Fix compilation without C-99 option \
* <a href="https://github.com/json-c/json-c/issues/306" >Issue #306</a> - ./configure: line 12748 -error=deprecated-declarations \
* <a href="https://github.com/json-c/json-c/issues/307" >Issue #307</a> - Memory leak in json_tokener_parse \
* <a href="https://github.com/json-c/json-c/issues/308" >Issue #308</a> - AM_PROG_LIBTOOL not found on Linux \
* <a href="https://github.com/json-c/json-c/issues/309" >Issue #309</a> - GCC 7 reports various -Wimplicit-fallthrough= errors \
* <a href="https://github.com/json-c/json-c/issues/310" >Issue #310</a> - Add FALLTHRU comment to handle GCC7 warnings. \
* <a href="https://github.com/json-c/json-c/issues/311" >Issue #311</a> - Fix error C3688 when compiling on Visual Studio 2015 \
* <a href="https://github.com/json-c/json-c/issues/312" >Issue #312</a> - Fix CMake Build process improved for MinGW and MSYS2 \
* <a href="https://github.com/json-c/json-c/issues/313" >Issue #313</a> - VERBOSE=1 make check; tests/test_util_file.test.c and tests/test_util_file.expected out of sync \
* <a href="https://github.com/json-c/json-c/issues/315" >Issue #315</a> - Passing -1 to json_tokener_parse_ex is possibly unsafe \
* <a href="https://github.com/json-c/json-c/issues/316" >Issue #316</a> - Memory Returned by json_object_to_json_string not freed \
* <a href="https://github.com/json-c/json-c/issues/317" >Issue #317</a> - json_object_get_string gives segmentation error \
* <a href="https://github.com/json-c/json-c/issues/318" >Issue #318</a> - PVS-Studio static analyzer analyze results \
* <a href="https://github.com/json-c/json-c/issues/319" >Issue #319</a> - Windows: Fix dynamic library build with Visual Studio \
* <a href="https://github.com/json-c/json-c/issues/320" >Issue #320</a> - Can't compile in Mac OS X El Capitan \
* <a href="https://github.com/json-c/json-c/issues/321" >Issue #321</a> - build,cmake: fix vasprintf implicit definition and generate both static & shared libs \
* <a href="https://github.com/json-c/json-c/issues/322" >Issue #322</a> - can not link with libjson-c.a \
* <a href="https://github.com/json-c/json-c/issues/323" >Issue #323</a> - implicit fallthrough detected by gcc 7.1 \
* <a href="https://github.com/json-c/json-c/issues/324" >Issue #324</a> - JsonPath like function? \
* <a href="https://github.com/json-c/json-c/issues/325" >Issue #325</a> - Fix stack buffer overflow in json_object_double_to_json_string_format() \
* <a href="https://github.com/json-c/json-c/issues/327" >Issue #327</a> - why json-c so hard to compile \
* <a href="https://github.com/json-c/json-c/issues/328" >Issue #328</a> - json_object: implement json_object_deep_copy() function \
* <a href="https://github.com/json-c/json-c/issues/329" >Issue #329</a> - build,cmake: build,cmake: rename libjson-c-static.a to libjson-c.a \
* <a href="https://github.com/json-c/json-c/issues/330" >Issue #330</a> - tests: symlink basic tests to a single file that has the common code \
* <a href="https://github.com/json-c/json-c/issues/331" >Issue #331</a> - Safe use of snprintf() / vsnprintf() for Visual studio, and thread-safety fix \
* <a href="https://github.com/json-c/json-c/issues/332" >Issue #332</a> - Valgrind: invalid read after json_object_array_del_idx. \
* <a href="https://github.com/json-c/json-c/issues/333" >Issue #333</a> - Replace obsolete AM_PROG_LIBTOOL \
* <a href="https://github.com/json-c/json-c/issues/335" >Issue #335</a> - README.md: show build status tag from travis-ci.org \
* <a href="https://github.com/json-c/json-c/issues/336" >Issue #336</a> - tests: fix tests in travis-ci.org \
* <a href="https://github.com/json-c/json-c/issues/337" >Issue #337</a> - Synchronize "potentially racy" random seed in lh_char_hash() \
* <a href="https://github.com/json-c/json-c/issues/338" >Issue #338</a> - implement json_object_int_inc(json_object *, int64_t) \
* <a href="https://github.com/json-c/json-c/issues/339" >Issue #339</a> - Json schema validation \
* <a href="https://github.com/json-c/json-c/issues/340" >Issue #340</a> - strerror_override: add extern "C" and JSON_EXPORT specifiers for Visual C++ compilers \
* <a href="https://github.com/json-c/json-c/issues/341" >Issue #341</a> - character "/" parse as "\/" \
* <a href="https://github.com/json-c/json-c/issues/342" >Issue #342</a> - No such file or directory "/usr/include/json.h" \
* <a href="https://github.com/json-c/json-c/issues/343" >Issue #343</a> - Can't parse json \
* <a href="https://github.com/json-c/json-c/issues/344" >Issue #344</a> - Fix Mingw build \
* <a href="https://github.com/json-c/json-c/issues/345" >Issue #345</a> - Fix make dist and make distcheck \
* <a href="https://github.com/json-c/json-c/issues/346" >Issue #346</a> - Clamp double to int32 when narrowing in json_object_get_int. \
* <a href="https://github.com/json-c/json-c/issues/347" >Issue #347</a> - MSVC linker error json_c_strerror \
* <a href="https://github.com/json-c/json-c/issues/348" >Issue #348</a> - why \
* <a href="https://github.com/json-c/json-c/issues/349" >Issue #349</a> - <tt>missing</tt> is missing? \
* <a href="https://github.com/json-c/json-c/issues/350" >Issue #350</a> - stderror-override and disable-shared \
* <a href="https://github.com/json-c/json-c/issues/351" >Issue #351</a> - SIZE_T_MAX redefined from limits.h \
* <a href="https://github.com/json-c/json-c/issues/352" >Issue #352</a> - <tt>INSTALL</tt> overrides an automake script. \
* <a href="https://github.com/json-c/json-c/issues/353" >Issue #353</a> - Documentation issues \
* <a href="https://github.com/json-c/json-c/issues/354" >Issue #354</a> - Fixes #351 #352 #353 \
* <a href="https://github.com/json-c/json-c/issues/355" >Issue #355</a> - 1.make it can been compiled with Visual Studio 2010 by modify the CMakeList.txt and others \
* <a href="https://github.com/json-c/json-c/issues/356" >Issue #356</a> - VS2008 test test_util_file.cpp err! \
* <a href="https://github.com/json-c/json-c/issues/357" >Issue #357</a> - __json_c_strerror incompatibility with link-time optimization \
* <a href="https://github.com/json-c/json-c/issues/358" >Issue #358</a> - make issue \
* <a href="https://github.com/json-c/json-c/issues/359" >Issue #359</a> - update CMakeLists.txt for compile with visual studio at least 2010 \
* <a href="https://github.com/json-c/json-c/issues/360" >Issue #360</a> - Use strtoll() to parse ints \
* <a href="https://github.com/json-c/json-c/issues/361" >Issue #361</a> - Fix double to int cast overflow in json_object_get_int64. \
* <a href="https://github.com/json-c/json-c/issues/362" >Issue #362</a> - CMake Package Config \
* <a href="https://github.com/json-c/json-c/issues/363" >Issue #363</a> - Issue #338, add json_object_add_int functions \
* <a href="https://github.com/json-c/json-c/issues/364" >Issue #364</a> - Cmake is Errir \
* <a href="https://github.com/json-c/json-c/issues/365" >Issue #365</a> - added fallthrough for gcc7 \
* <a href="https://github.com/json-c/json-c/issues/366" >Issue #366</a> - how to check the json string,crash! \
* <a href="https://github.com/json-c/json-c/issues/367" >Issue #367</a> - Is json-c support "redirect" semantic? \
* <a href="https://github.com/json-c/json-c/issues/368" >Issue #368</a> - Add examples \
* <a href="https://github.com/json-c/json-c/issues/369" >Issue #369</a> - How to build json-c library for android? \
* <a href="https://github.com/json-c/json-c/issues/370" >Issue #370</a> - Compiling using clang-cl \
* <a href="https://github.com/json-c/json-c/issues/371" >Issue #371</a> - Invalid parsing for Infinity with json-c 0.12 \
* <a href="https://github.com/json-c/json-c/issues/372" >Issue #372</a> - Json-c 0.12: Fixed Infinity bug \
* <a href="https://github.com/json-c/json-c/issues/373" >Issue #373</a> - build: fix build on appveyor CI \
* <a href="https://github.com/json-c/json-c/issues/374" >Issue #374</a> - Undefined symbols for architecture x86_64: \
* <a href="https://github.com/json-c/json-c/issues/375" >Issue #375</a> - what would happened when json_object_object_add add the same key \
* <a href="https://github.com/json-c/json-c/issues/376" >Issue #376</a> - Eclipse error \
* <a href="https://github.com/json-c/json-c/issues/377" >Issue #377</a> - on gcc 7.2.0 on my linux distribution with json-c 2013-04-02 source \
* <a href="https://github.com/json-c/json-c/issues/378" >Issue #378</a> - Eclipse: library (libjson-c) not found, but configured \
* <a href="https://github.com/json-c/json-c/issues/379" >Issue #379</a> - error: this statement may fall through [-Werror=implicit-fallthrough=] \
* <a href="https://github.com/json-c/json-c/issues/380" >Issue #380</a> - Build on Windows \
* <a href="https://github.com/json-c/json-c/issues/381" >Issue #381</a> - Fix makedist \
* <a href="https://github.com/json-c/json-c/issues/382" >Issue #382</a> - Memory leak for json_tokener_parse_ex for version 0.12.1 \
* <a href="https://github.com/json-c/json-c/issues/383" >Issue #383</a> - Fix a compiler warning. \
* <a href="https://github.com/json-c/json-c/issues/384" >Issue #384 - Fix a VS 2015 compiler warnings. \