Next | Query returned 26 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2013-11-29 18:57:07 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove PKGCONFIG_OVERRIDE for not-to-be-installed file.
   2013-11-29 18:45:18 by Thomas Klausner | Files touched by this commit (2)
Log message:
Disable old name compat. Planned for next release anyway, and might fix
problems with relinking some people are seeing.

Bump PKGREVISION.

Wait with another recursive bump until I know that there's fallout.
   2013-11-27 12:29:34 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Mark as MAKE_JOBS_SAFE=no, fix build on SmartOS
   2013-11-25 12:59:08 by Thomas Klausner | Files touched by this commit (5)
Log message:
Update to 0.11:

0.11

  * IMPORTANT: the name of the library has changed to libjson-c.so and
     the header files are now in include/json-c.
     The pkgconfig name has also changed from json to json-c.
     You should change your build to use appropriate -I and -l options.
     A compatibility shim is in place so builds using the old name will
     continue to work, but that will be removed in the next release.
  * Maximum recursion depth is now a runtime option.
     json_tokener_new() is provided for compatibility.
     json_tokener_new_ex(depth)
  * Include json_object_iterator.h in the installed headers.
  * Add support for building on Android.
  * Rewrite json_object_object_add to replace just the value if the key already \ 
exists so keys remain valid.
  * Make it safe to delete keys while iterating with the \ 
json_object_object_foreach macro.
  * Add a json_set_serializer() function to allow the string output of a \ 
json_object to be customized.
  * Make float parsing locale independent.
  * Add a json_tokener_set_flags() function and a JSON_TOKENER_STRICT flag.
  * Enable -Werror when building.
  * speed improvements to parsing 64-bit integers on systems with working sscanf
  * Add a json_object_object_length function.
  * Fix a bug (buffer overrun) when expanding arrays to more than 64 entries.
   2012-10-26 22:16:44 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Disable two warnings for Clang to unbreak -Werror.
   2012-10-11 17:40:40 by Ryo ONODERA | Files touched by this commit (6)
Log message:
Import json-c-0.10 as textproc/json-c.

JSON-C implements a reference counting object model that allows
you to easily construct JSON objects in C, output them as JSON
formatted strings and parse JSON formatted strings back into the
C representation of JSON objects.

Next | Query returned 26 messages, browsing 21 to 30 | previous