• source navigation  • diff markup  • identifier search  • freetext search  • 

Sources/json-c/issues_closed_for_0.14.md

  1 This list was created with:
  2 
  3 ```
  4 curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2017-12-07+created%3A<2020-04-17&sort=created&order=asc&per_page=400&page=1" > issues1.out
  5 curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2017-12-07+created%3A<2020-04-17&sort=created&order=asc&per_page=400&page=2" > issues2.out
  6 curl https://api.github.com/search/issues?q="repo%3Ajson-c%2Fjson-c+closed%3A>2017-12-07+created%3A<2020-04-17&sort=created&order=asc&per_page=400&page=3" > issues3.out
  7 jq -r '.items[] | "[" + .title + "](" + .url + ")" | tostring' issues?.out > issues.md
  8 sed -e's,^\[ *\(.*\)\](https://api.github.com/.*/\([0-9].*\)),[Issue #\2](https://github.com/json-c/json-c/issues/\2) - \1,' -i issues.md
  9 #... manual editing ...
 10 ```
 11 
 12 ----
 13 
 14 Issues and Pull Requests closed for the 0.14 release (since commit d582d3a(2017-12-07) to a911439(2020-04-17))
 15 
 16 
 17 * [Issue #122](https://github.com/json-c/json-c/issues/122) - Add utf-8 validation when parsing strings. \
 18 * [Issue #139](https://github.com/json-c/json-c/issues/139) - json_object_from_file cannot accept max_depth \
 19 * [Issue #143](https://github.com/json-c/json-c/issues/143) - RFE / enhancement for full 64-bit signed/unsigned support \
 20 * [Issue #147](https://github.com/json-c/json-c/issues/147) - Please introduce soname bump if API changed \
 21 * [Issue #166](https://github.com/json-c/json-c/issues/166) - Need a way to specify nesting depth when opening JSON file \
 22 * [Issue #226](https://github.com/json-c/json-c/issues/226) - There is no json_object_new_null() \
 23 * [Issue #314](https://github.com/json-c/json-c/issues/314) - new release ? \
 24 * [Issue #326](https://github.com/json-c/json-c/issues/326) - Please extend api json_object_get_uint64 \
 25 * [Issue #334](https://github.com/json-c/json-c/issues/334) - Switch json-c builds to use CMake \
 26 * [Issue #386](https://github.com/json-c/json-c/issues/386) - Makefile: Add ACLOCAL_AMFLAGS \
 27 * [Issue #387](https://github.com/json-c/json-c/issues/387) - doc: Use other doxygen feature to specify mainpage \
 28 * [Issue #388](https://github.com/json-c/json-c/issues/388) - json_object: Add size_t json_object_sizeof() \
 29 * [Issue #389](https://github.com/json-c/json-c/issues/389) - json_object: Avoid double free (and thus a segfault) when ref_count gets < 0 \
 30 * [Issue #390](https://github.com/json-c/json-c/issues/390) - json_object: Add const size_t json_c_object_sizeof() \
 31 * [Issue #391](https://github.com/json-c/json-c/issues/391) - Fix non-GNUC define for JSON_C_CONST_FUNCTION \
 32 * [Issue #392](https://github.com/json-c/json-c/issues/392) - json_object: Avoid invalid free (and thus a segfault) when ref_count gets < 0 \
 33 * [Issue #393](https://github.com/json-c/json-c/issues/393) - json_object_private: Use unsigned 32-bit integer type for refcount \
 34 * [Issue #394](https://github.com/json-c/json-c/issues/394) - Problem serializing double \
 35 * [Issue #395](https://github.com/json-c/json-c/issues/395) - Key gets modified if it contains "\" \
 36 * [Issue #396](https://github.com/json-c/json-c/issues/396) - Build failure with no threads uClibc toolchain \
 37 * [Issue #397](https://github.com/json-c/json-c/issues/397) - update json object with key. \
 38 * [Issue #398](https://github.com/json-c/json-c/issues/398) - Build failed. \
 39 * [Issue #399](https://github.com/json-c/json-c/issues/399) - Avoid uninitialized variable warnings \
 40 * [Issue #400](https://github.com/json-c/json-c/issues/400) - How to generate static lib (.a) \
 41 * [Issue #401](https://github.com/json-c/json-c/issues/401) - Warnings with Valgrind \
 42 * [Issue #402](https://github.com/json-c/json-c/issues/402) - Add fuzzers from OSS-Fuzz \
 43 * [Issue #403](https://github.com/json-c/json-c/issues/403) - Segmentation fault when double quotes is used \
 44 * [Issue #404](https://github.com/json-c/json-c/issues/404) - valgrind: memory leak \
 45 * [Issue #405](https://github.com/json-c/json-c/issues/405) - Missing API to determine an object is empty \
 46 * [Issue #406](https://github.com/json-c/json-c/issues/406) - Undefine NDEBUG for tests \
 47 * [Issue #407](https://github.com/json-c/json-c/issues/407) - json_tokener_parse is crash \
 48 * [Issue #408](https://github.com/json-c/json-c/issues/408) - bug in array_list_del_idx when array_list_length()==1 \
 49 * [Issue #410](https://github.com/json-c/json-c/issues/410) - Fixed typos \
 50 * [Issue #411](https://github.com/json-c/json-c/issues/411) - Crash- signal SIGSEGV, Segmentation fault. ../sysdeps/x86_64/strlen.S: No such file or directory. \
 51 * [Issue #412](https://github.com/json-c/json-c/issues/412) - json_type changes during inter process communication. \
 52 * [Issue #413](https://github.com/json-c/json-c/issues/413) - how to read object of type `json_object *` in c++ \
 53 * [Issue #414](https://github.com/json-c/json-c/issues/414) - [Question] How JSON-c stores the serialized data in memory? \
 54 * [Issue #415](https://github.com/json-c/json-c/issues/415) - Resolve windows name conflict \
 55 * [Issue #416](https://github.com/json-c/json-c/issues/416) - segmentation fault  in json_tokener_parse \
 56 * [Issue #417](https://github.com/json-c/json-c/issues/417) - json_tokener_parse  json_object_object_get_ex with string value which is json string \
 57 * [Issue #418](https://github.com/json-c/json-c/issues/418) - json_object_from_* return value documented incorrectly \
 58 * [Issue #419](https://github.com/json-c/json-c/issues/419) - Suggestion: document (and define) that json_object_put() accepts NULL pointer to object \
 59 * [Issue #420](https://github.com/json-c/json-c/issues/420) - arraylist: Fixed names of parameters for callback function \
 60 * [Issue #421](https://github.com/json-c/json-c/issues/421) - install json_object_iterator.h header file \
 61 * [Issue #422](https://github.com/json-c/json-c/issues/422) - json_object_get_double() does not set errno when there is no valid conversion \
 62 * [Issue #423](https://github.com/json-c/json-c/issues/423) - memory leak \
 63 * [Issue #424](https://github.com/json-c/json-c/issues/424) - Parse string contains "\" or "/" errors \
 64 * [Issue #425](https://github.com/json-c/json-c/issues/425) - what this is? \
 65 * [Issue #426](https://github.com/json-c/json-c/issues/426) - __deprecated not supported on clang. \
 66 * [Issue #427](https://github.com/json-c/json-c/issues/427) - CMake: builds involving this target will not be correct \
 67 * [Issue #430](https://github.com/json-c/json-c/issues/430) - json_object_object_del() and Segmentation fault \
 68 * [Issue #431](https://github.com/json-c/json-c/issues/431) - cmake: Bump required version \
 69 * [Issue #432](https://github.com/json-c/json-c/issues/432) - The real CMake support. \
 70 * [Issue #433](https://github.com/json-c/json-c/issues/433) - The real CMake support. \
 71 * [Issue #434](https://github.com/json-c/json-c/issues/434) - The real CMake support \
 72 * [Issue #435](https://github.com/json-c/json-c/issues/435) - json_object_object_del() segmentation fault \
 73 * [Issue #436](https://github.com/json-c/json-c/issues/436) - Improve pkgconfig setting \
 74 * [Issue #437](https://github.com/json-c/json-c/issues/437) - Bad link in README.md \
 75 * [Issue #438](https://github.com/json-c/json-c/issues/438) - Bad link in README.html \
 76 * [Issue #439](https://github.com/json-c/json-c/issues/439) - reserved identifier violation \
 77 * [Issue #440](https://github.com/json-c/json-c/issues/440) - Use of angle brackets around file names for include statements \
 78 * [Issue #441](https://github.com/json-c/json-c/issues/441) - fix c flag loss during cmake building \
 79 * [Issue #442](https://github.com/json-c/json-c/issues/442) - error  in configure file \
 80 * [Issue #443](https://github.com/json-c/json-c/issues/443) - remove pretty spaces when using pretty tabs \
 81 * [Issue #444](https://github.com/json-c/json-c/issues/444) - Document refcount of json_tokener_parse_ex return \
 82 * [Issue #445](https://github.com/json-c/json-c/issues/445) - Add missing "make check" target to cmake config \
 83 * [Issue #446](https://github.com/json-c/json-c/issues/446) - Forward slashes get escaped \
 84 * [Issue #448](https://github.com/json-c/json-c/issues/448) - Buffer overflow in json-c \
 85 * [Issue #449](https://github.com/json-c/json-c/issues/449) - Need of json_type_int64 returned by json_object_get_type() \
 86 * [Issue #450](https://github.com/json-c/json-c/issues/450) - Allow use json-c cmake as subproject \
 87 * [Issue #452](https://github.com/json-c/json-c/issues/452) - Update README.md \
 88 * [Issue #453](https://github.com/json-c/json-c/issues/453) - Fixed misalignment in JSON string due to space after \n being printed... \
 89 * [Issue #454](https://github.com/json-c/json-c/issues/454) - json_object_private: save 8 bytes in struct json_object in 64-bit arc… \
 90 * [Issue #455](https://github.com/json-c/json-c/issues/455) - index.html:fix dead link \
 91 * [Issue #456](https://github.com/json-c/json-c/issues/456) - STYLE.txt:remove executable permissions \
 92 * [Issue #457](https://github.com/json-c/json-c/issues/457) - .gitignore:add build directory \
 93 * [Issue #458](https://github.com/json-c/json-c/issues/458) - README.md:fix dead "file.html" link \
 94 * [Issue #459](https://github.com/json-c/json-c/issues/459) - README.html:fix link to Doxygen docs, remove WIN32 link \
 95 * [Issue #460](https://github.com/json-c/json-c/issues/460) - No docs for json_object_new_string_len() \
 96 * [Issue #461](https://github.com/json-c/json-c/issues/461) - json_object.c:set errno in json_object_get_double() \
 97 * [Issue #462](https://github.com/json-c/json-c/issues/462) - json_object.h:document json_object_new_string_len() \
 98 * [Issue #463](https://github.com/json-c/json-c/issues/463) - please check newlocale api first argument valuse. \
 99 * [Issue #465](https://github.com/json-c/json-c/issues/465) - CMakeLists.txt doesn't contain json_object_iterator.h which json.h includes \
100 * [Issue #466](https://github.com/json-c/json-c/issues/466) - configure:3610: error: C compiler cannot create executables \
101 * [Issue #467](https://github.com/json-c/json-c/issues/467) - Fix compiler warnings \
102 * [Issue #468](https://github.com/json-c/json-c/issues/468) - Fix compiler warnings \
103 * [Issue #469](https://github.com/json-c/json-c/issues/469) - Build under alpine with pecl install & docker-php-ext-enable? \
104 * [Issue #470](https://github.com/json-c/json-c/issues/470) - cfuhash_foreach_remove doesn't upate cfuhash_num_entries \
105 * [Issue #472](https://github.com/json-c/json-c/issues/472) - Segmentation fault in json_object_iter_begin \
106 * [Issue #473](https://github.com/json-c/json-c/issues/473) - Convert ChangeLog to valid UTF-8 encoding. \
107 * [Issue #474](https://github.com/json-c/json-c/issues/474) - Installation directories empty with CMake in pkg-config. \
108 * [Issue #475](https://github.com/json-c/json-c/issues/475) - improvement proposal for json_object_object_foreach \
109 * [Issue #477](https://github.com/json-c/json-c/issues/477) - Hang/Crash with large strings \
110 * [Issue #478](https://github.com/json-c/json-c/issues/478) - json_object_get_string_len returns 0 when value is number \
111 * [Issue #479](https://github.com/json-c/json-c/issues/479) - I want to use it in iOS or Android but I can't compile \
112 * [Issue #480](https://github.com/json-c/json-c/issues/480) - json-c-0.12.1  failed making from source code \
113 * [Issue #481](https://github.com/json-c/json-c/issues/481) - error while loading shared libraries: libjson-c.so.4 \
114 * [Issue #482](https://github.com/json-c/json-c/issues/482) - Error "double free or corruption" after free() \
115 * [Issue #483](https://github.com/json-c/json-c/issues/483) - compatible with rarely-used Chinese characters in GBK charset \
116 * [Issue #485](https://github.com/json-c/json-c/issues/485) - Install CMake module files \
117 * [Issue #486](https://github.com/json-c/json-c/issues/486) - In the case of negative double value, it is formatted without including ".0" \
118 * [Issue #488](https://github.com/json-c/json-c/issues/488) - Some APIs are not exported when built as shared lib on Win32 \
119 * [Issue #489](https://github.com/json-c/json-c/issues/489) - Don't use -Werror by default \
120 * [Issue #490](https://github.com/json-c/json-c/issues/490) - do not compile with -Werror by default \
121 * [Issue #491](https://github.com/json-c/json-c/issues/491) - build: add option --disable-werror to configure \
122 * [Issue #492](https://github.com/json-c/json-c/issues/492) - lack some quick usage in readme \
123 * [Issue #494](https://github.com/json-c/json-c/issues/494) - Code generator? \
124 * [Issue #495](https://github.com/json-c/json-c/issues/495) - README.md:fix 2 typos \
125 * [Issue #496](https://github.com/json-c/json-c/issues/496) - json_pointer.h:suggest minor grammar improvement for pointer doc \
126 * [Issue #497](https://github.com/json-c/json-c/issues/497) - add common header for all tests \
127 * [Issue #498](https://github.com/json-c/json-c/issues/498) - double_serializer_test fails (with valgrind) \
128 * [Issue #499](https://github.com/json-c/json-c/issues/499) - .travis.yml:test on more recent clang and gcc versions \
129 * [Issue #500](https://github.com/json-c/json-c/issues/500) - test/Makefile.am:add missing deps for test1 and test2 \
130 * [Issue #501](https://github.com/json-c/json-c/issues/501) - undefine NDEBUG for tests \
131 * [Issue #502](https://github.com/json-c/json-c/issues/502) - configure error \
132 * [Issue #503](https://github.com/json-c/json-c/issues/503) - json-c retuns OK when Invalid json string is passed \
133 * [Issue #504](https://github.com/json-c/json-c/issues/504) - json_object_put coredump \
134 * [Issue #505](https://github.com/json-c/json-c/issues/505) - Add vcpkg installation instructions \
135 * [Issue #506](https://github.com/json-c/json-c/issues/506) - Cannot parse more than one object \
136 * [Issue #509](https://github.com/json-c/json-c/issues/509) - Sometimes a double value is not serialized \
137 * [Issue #510](https://github.com/json-c/json-c/issues/510) - Bump so-name and improve CMake \
138 * [Issue #511](https://github.com/json-c/json-c/issues/511) - Reduce lines for better optimization \
139 * [Issue #512](https://github.com/json-c/json-c/issues/512) - Properly append to CMAKE_C_FLAGS string \
140 * [Issue #513](https://github.com/json-c/json-c/issues/513) - What does `userdata` means?And what is the case we can use it? \
141 * [Issue #514](https://github.com/json-c/json-c/issues/514) - Json c 0.13 \
142 * [Issue #515](https://github.com/json-c/json-c/issues/515) - Mies suomesta fixes segfaults and logic errors \
143 * [Issue #516](https://github.com/json-c/json-c/issues/516) - Lja slight mods \
144 * [Issue #518](https://github.com/json-c/json-c/issues/518) - Escape character  "\\003\", get unexpected value \
145 * [Issue #519](https://github.com/json-c/json-c/issues/519) - Add test case obj token \
146 * [Issue #520](https://github.com/json-c/json-c/issues/520) - Adding type uint64 \
147 * [Issue #521](https://github.com/json-c/json-c/issues/521) - build cmake windows 10 \
148 * [Issue #522](https://github.com/json-c/json-c/issues/522) - update json_visit testcase \
149 * [Issue #523](https://github.com/json-c/json-c/issues/523) - update tsetcase for tokener_c \
150 * [Issue #524](https://github.com/json-c/json-c/issues/524) - Increase coverage \
151 * [Issue #525](https://github.com/json-c/json-c/issues/525) - update pointer test case \
152 * [Issue #526](https://github.com/json-c/json-c/issues/526) - Increased the test coverage of printbuf.c 82% to 92%. \
153 * [Issue #527](https://github.com/json-c/json-c/issues/527) - Arraylist testcase \
154 * [Issue #528](https://github.com/json-c/json-c/issues/528) - Solve issue #108. Skip \u0000 while parsing. \
155 * [Issue #529](https://github.com/json-c/json-c/issues/529) - Increased the test coverage of json_c_version.c 0% to 100%. \
156 * [Issue #530](https://github.com/json-c/json-c/issues/530) - validate utf-8 string before parse \
157 * [Issue #531](https://github.com/json-c/json-c/issues/531) - validate utf-8 string \
158 * [Issue #532](https://github.com/json-c/json-c/issues/532) - json_object_object_get_ex returning the original object \
159 * [Issue #533](https://github.com/json-c/json-c/issues/533) - Fix "make check" \
160 * [Issue #535](https://github.com/json-c/json-c/issues/535) - short string optimization: excessive array length \
161 * [Issue #536](https://github.com/json-c/json-c/issues/536) - add json_object_new_null() \
162 * [Issue #538](https://github.com/json-c/json-c/issues/538) - update shortstring and arraylist parameters \
163 * [Issue #539](https://github.com/json-c/json-c/issues/539) - double serializes to the old value after set_double \
164 * [Issue #541](https://github.com/json-c/json-c/issues/541) - add coveralls auto tool to json-c \
165 * [Issue #542](https://github.com/json-c/json-c/issues/542) - add uint64 data to json-c \
166 * [Issue #543](https://github.com/json-c/json-c/issues/543) - Readme \
167 * [Issue #544](https://github.com/json-c/json-c/issues/544) - Increase distcheck target in cmake \
168 * [Issue #545](https://github.com/json-c/json-c/issues/545) - add doc target in cmake \
169 * [Issue #546](https://github.com/json-c/json-c/issues/546) - Add uninstall target in cmake \
170 * [Issue #547](https://github.com/json-c/json-c/issues/547) - modify json-c default build type, and fix up the assert() errors in t… \
171 * [Issue #548](https://github.com/json-c/json-c/issues/548) - Solve some problems about cmake build type (debug/release) \
172 * [Issue #549](https://github.com/json-c/json-c/issues/549) - lib installation issues \
173 * [Issue #550](https://github.com/json-c/json-c/issues/550) - Format codes with clang-format tool? \
174 * [Issue #551](https://github.com/json-c/json-c/issues/551) - Allow hexadecimal number format convention parsing \
175 * [Issue #553](https://github.com/json-c/json-c/issues/553) - Fix/clang ubsan \
176 * [Issue #554](https://github.com/json-c/json-c/issues/554) - RFC 8259 compatibility mode \
177 * [Issue #555](https://github.com/json-c/json-c/issues/555) - Format json-c with clang-format tool \
178 * [Issue #556](https://github.com/json-c/json-c/issues/556) - Fixes various Wreturn-type and Wimplicit-fallthrough errors on Mingw-w64 \
179 * [Issue #557](https://github.com/json-c/json-c/issues/557) - Add option in CMAKE to not build documentation \
180 * [Issue #558](https://github.com/json-c/json-c/issues/558) - modify the doc target message \
181 * [Issue #559](https://github.com/json-c/json-c/issues/559) - json_c_visit() not exported on Windows \
182 * [Issue #560](https://github.com/json-c/json-c/issues/560) - error: implicit declaration of function '_strtoi64' \
183 * [Issue #561](https://github.com/json-c/json-c/issues/561) - add the badge in README.md and test the coveralls \
184 * [Issue #562](https://github.com/json-c/json-c/issues/562) - Bugfix and testcases supplements \
185 * [Issue #563](https://github.com/json-c/json-c/issues/563) - Changed order of calloc args to match stdlib \
186 * [Issue #564](https://github.com/json-c/json-c/issues/564) - Remove autogenerated files \
187 * [Issue #565](https://github.com/json-c/json-c/issues/565) - test the CI and ignore this PR \
188 * [Issue #566](https://github.com/json-c/json-c/issues/566) - add the json_types.h to Makefile.am \
189 * [Issue #567](https://github.com/json-c/json-c/issues/567) - Install json_types.h with autotools build as well. \
190 * [Issue #568](https://github.com/json-c/json-c/issues/568) - Adding better support to MinGW \
191 * [Issue #569](https://github.com/json-c/json-c/issues/569) - Handling of -Bsymbolic-function in CMakeLists.txt is deficient \
192 * [Issue #571](https://github.com/json-c/json-c/issues/571) - CMake: Bump SONAME to 5. \
193 * [Issue #572](https://github.com/json-c/json-c/issues/572) - Small fixes to CMakeLists \
194 * [Issue #573](https://github.com/json-c/json-c/issues/573) - Fix coveralls submission. \
195 * [Issue #574](https://github.com/json-c/json-c/issues/574) - autogen.sh missing from repository \
196 * [Issue #575](https://github.com/json-c/json-c/issues/575) - Small cosmetics. \
197 * [Issue #576](https://github.com/json-c/json-c/issues/576) - Test coverage for json_c_version. \
198 * [Issue #577](https://github.com/json-c/json-c/issues/577) - Be verbose on failing json_c_version test. \
199 * [Issue #578](https://github.com/json-c/json-c/issues/578) - CMake: Install pkgconfig file in proper location by default \
200 * [Issue #579](https://github.com/json-c/json-c/issues/579) - Enforce strict prototypes. \
201 * [Issue #580](https://github.com/json-c/json-c/issues/580) - Fix CMake tests for enforced strict prototypes. \
202 * [Issue #581](https://github.com/json-c/json-c/issues/581) - CMakeLists: do not enforce strict prototypes on Windows. \

This page was automatically generated by LXR 0.3.1.  •  OpenWrt