- Jan 08, 2010
-
-
Petri Lehtinen authored
Thanks to Sean Middleditch for contributing.
-
- Dec 21, 2009
-
-
Petri Lehtinen authored
It's incorrect as these functions modify the value.
-
- Dec 19, 2009
-
-
Petri Lehtinen authored
-
- Dec 18, 2009
-
-
Petri Lehtinen authored
This patch changes the sprintf format from "%0.17f" to "%.17g", as the f format specifier doesn't print the exponent at all. This caused losing precision in all but the most simple cases. Because the g specifier doesn't print the decimal fraction or exponent if they're not needed, a ".0" has to be appended by hand in these cases. Otherwise the value's type changes from real to integer when decoding again. Thanks to Philip Grandinetti for reporting this issue.
-
- Nov 29, 2009
-
-
Petri Lehtinen authored
This way we don't pollute the symbol namespace with internal symbols.
-
Petri Lehtinen authored
-
- Nov 28, 2009
-
-
Petri Lehtinen authored
-
- Nov 08, 2009
-
-
Petri Lehtinen authored
-
- Nov 07, 2009
-
-
Petri Lehtinen authored
It's not needed
-
- Oct 29, 2009
-
-
Petri Lehtinen authored
Thanks to Manolis Delakis for reporting.
-
- Oct 27, 2009
-
-
Petri Lehtinen authored
Failing to do this has the effect that the error message is not returned when the input file cannot be opened (e.g. if it doesn't exist). Thanks to Martin Vopatek for reporting.
-
Petri Lehtinen authored
-
- Oct 25, 2009
-
-
Petri Lehtinen authored
This is to check that all the documentation files are distributed before releasing.
-
Petri Lehtinen authored
The tutorial example github_commits.c was still left out.
-
- Oct 24, 2009
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
- Oct 21, 2009
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Apparently, it was forgotten to add these files to test/testdata/Makefile.am in commit 04d550b0.
-
- Oct 20, 2009
-
-
Petri Lehtinen authored
- Add more information to the documentation front page - Document how to build the documentation - Clarify the tutorial a bit and remove some quirks - Bring README.rst up-to-date - Small enhancements here and there
-
- Oct 19, 2009
-
-
raoulh authored
Signed-off-by:Petri Lehtinen <petri@digip.org>
-
- Oct 17, 2009
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
No functional changes.
-
- Oct 16, 2009
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
It's now an error to try to add an object or array to itself. The encoder checks for circular references and fails with an error status if one is detected.
-
Petri Lehtinen authored
-
- Oct 15, 2009
-
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
- Oct 14, 2009
-
-
Petri Lehtinen authored
Added functions: json_string_set json_integer_set json_real_set While at it, clarify the documentation and parameter naming of json_{string,integer,real}_value() a bit.
-
- Oct 13, 2009
-
-
Petri Lehtinen authored
Thanks to Adam Strzelecki for reporting.
-
- Oct 12, 2009
-
-
Petri Lehtinen authored
Conflicts: configure.ac doc/conf.py
-
Petri Lehtinen authored
-
Petri Lehtinen authored
Because of a typo in test/testprogs/Makefile.am, the tests for object were never compiled or run.
-
Petri Lehtinen authored
It doesn't have to be in version control.
-
Petri Lehtinen authored
Added functions: json_object_size json_object_clear json_object_update
-
- Oct 11, 2009
-
-
Petri Lehtinen authored
Because of a typo in test/testprogs/Makefile.am, the tests for object were never compiled or run.
-
Petri Lehtinen authored
A segfault was caused by NULL key.
-
Petri Lehtinen authored
It doesn't have to be in version control.
-
- Oct 06, 2009
-
-
Petri Lehtinen authored
These were left out from the previous commit.
-
- Oct 02, 2009
-
-
Petri Lehtinen authored
Linux on powerpc seems to be one such platform.
-
Petri Lehtinen authored
From 2.63 to 2.59, which is more widely supported.
-