Go to file
Marcus Meissner 8e806d08ac Accepting request 798586 from home:polslinux:branches:devel:libraries:c_c++
- json-c 0.14:
  * bits.h has been removed
  * lh_abort() has been removed
  * lh_table_lookup() has been removed, use lh_table_lookup_ex() instead.
  * Remove TRUE and FALSE defines, use 1 and 0 instead.
  * Switch to cmake
  * Build fixes
  * Doc updates
  * Added a json_tokener_get_parse_end() function to replace
    direct access of tok->char_offset
  * json_tokener_parse_ex() now accepts a new JSON_TOKENER_VALIDATE_UTF8 flag
    to validate that input is UTF8
  * Add support for unsigned 64-bit integers
  * A total of 7 new functions were added:
    * json_object_get_uint64 ( struct json_object const* jso )
    * json_object_new_uint64 ( uint64_t i )
    * json_object_set_uint64 ( struct json_object* jso, uint64_t new_value )
    * json_parse_uint64 ( char const* buf, uint64_t* retval )
        * See description of uint64 support, above.
    * json_tokener_get_parse_end ( struct json_tokener* tok )
        * See details under "json_tokener changes", above.
    * json_object_from_fd_ex ( int fd, int in_depth )
        * Allows the max nesting depth to be specified.
    * json_object_new_null ( )
        * Simply returns NULL.  Its use is not recommended.
  * The size of struct json_object has decreased from 96 bytes to 88 bytes.

OBS-URL: https://build.opensuse.org/request/show/798586
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/json-c?expand=0&rev=33
2020-04-30 15:47:22 +00:00
.gitattributes Accepting request 58770 from home:computersalat:devel:tel 2011-02-09 17:23:18 +00:00
.gitignore Accepting request 58770 from home:computersalat:devel:tel 2011-02-09 17:23:18 +00:00
baselibs.conf Accepting request 798586 from home:polslinux:branches:devel:libraries:c_c++ 2020-04-30 15:47:22 +00:00
json-c-0.14.tar.gz Accepting request 798586 from home:polslinux:branches:devel:libraries:c_c++ 2020-04-30 15:47:22 +00:00
json-c.changes Accepting request 798586 from home:polslinux:branches:devel:libraries:c_c++ 2020-04-30 15:47:22 +00:00
json-c.spec Accepting request 798586 from home:polslinux:branches:devel:libraries:c_c++ 2020-04-30 15:47:22 +00:00