- Aug 09, 2011
-
-
Petri Lehtinen authored
Fixes GH-30.
-
- Jul 01, 2011
-
-
Petri Lehtinen authored
-
- Jun 18, 2011
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
While at it, reword the object iteration protocol description a bit.
-
- Jun 11, 2011
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
- Jun 08, 2011
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
- May 30, 2011
-
-
Petri Lehtinen authored
With this flag enabled, the decoder stops after a valid JSON input and thus allows extra data after it. Fixes GH-25.
-
- May 29, 2011
-
-
Petri Lehtinen authored
-
- May 24, 2011
-
-
Petri Lehtinen authored
Fixes GH-27.
-
- May 15, 2011
-
-
Petri Lehtinen authored
With this flag, a decoding error is issued if any JSON object in the input contains duplicate keys. Fixes GH-3.
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
- May 14, 2011
-
-
Petri Lehtinen authored
Closes GH-15.
-
Petri Lehtinen authored
Closes GH-19.
-
- Apr 21, 2011
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
- Apr 11, 2011
-
-
Petri Lehtinen authored
Thanks to Jonathan Landis for the initial patch.
-
- Apr 05, 2011
-
-
Petri Lehtinen authored
-
Jim Meyering authored
Closes GH-20.
-
- Apr 01, 2011
-
-
Petri Lehtinen authored
Conflicts: doc/conf.py src/jansson.h
-
- Mar 31, 2011
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Replace them with jsonp_malloc() and jsonp_free() to support the custom memory allocation.
-
- Mar 30, 2011
-
-
Petri Lehtinen authored
The keys which are stored temporarily to a hashtable to make sure that all object keys are unpacked, were hashed with the object key hashing function. It is meant to compute hashes for object_key_t values, and it works incorrectly for plain strings. Fixed by introducing suitable functions for hashing and comparing strings for string-keyed hashtables.
-
- Mar 28, 2011
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Also, set documentation release to "2.0+git". This shows up in the automatically built HTML documentation. These changes makes it easier for library users to know that this version is under development. Closes GH-14.
-
- Mar 27, 2011
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
* Use "printf" instead of "echo -n" as it's more portable * Treat a test as skipped if it exits with exit status of 77 * Skip the check_exports test if "nm -D" doesn't work
-
- Mar 23, 2011
-
-
Petri Lehtinen authored
-
- Mar 21, 2011
-
-
Petri Lehtinen authored
Closes GH-17.
-
Petri Lehtinen authored
Return 0 as documented if the argument is not a JSON object. Closes GH-18.
-
Petri Lehtinen authored
va_copy() is a C99 feature. In C89 implementations, it's sometimes available as __va_copy(). If not, memcpy() should do the trick.
-
- Mar 11, 2011
-
-
Petri Lehtinen authored
While at it, add -Wdeclaration-after-statement to AM_CFLAGS to catch these in the future.
-
Petri Lehtinen authored
Closes GH-16.
-
Petri Lehtinen authored
It seems that the only way to do this is to use the dvi make target, as it's built in make distcheck after running configure.
-
- Mar 01, 2011
-
-
Petri Lehtinen authored
-
- Feb 28, 2011
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-