Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_json-c
/
7ca1e523f05ae00367931f0d27e9515cf7f28a6b
/
arraylist.c
a789601
Merge pull request #27 from OBI-1/master
by Eric Haszlakiewicz
· 13 years ago
a6f39a3
Replaced #if HAVE_X with #ifdef HAVE_X as the former test is troublemaker with #define HAVE_X where #define HAVE_X 1|0 is meant.
by Mateusz Loskot
· 13 years ago
b6ff1c2
array_list_expand_internal needs length, not index.
by OBI-1
· 14 years ago
c43871c
Add new json_object_array_sort function
by Frederik Deweerdt
· 14 years ago
7fb9b03
* Rename min and max so we can never clash with C or C++ std library
by Michael Clark
· 16 years ago
aaec1ef
* Don't use this as a variable, so we can compile with a C++ compiler
by Michael Clark
· 17 years ago
266a3fd
* Don't use this as a variable, so we can compile with a C++ compiler
by Michael Clark
· 17 years ago
22dee7c
* Null pointer dereference fix. Fix json_object_get_boolean strlen test
by Michael Clark
· 17 years ago
f6a6e48
* Make headers C++ compatible by change *this to *obj
by Michael Clark
· 19 years ago
4504df7
* printbuf.c - C. Watford (christopher dot watford at gmail dot com)
by Michael Clark
· 19 years ago
f0d0888
import of version 0.1
by Michael Clark
· 19 years ago