summaryrefslogtreecommitdiffstats
path: root/jv.c
AgeCommit message (Expand)Author
2013-05-15'length' function now measures string length in codepoints, not bytes.Stephen Dolan
2013-05-13Fix a bug triggered by jv_array_slice.Stephen Dolan
2013-05-07Rename complex to nontrivial for safety (#113)Nicolas Williams
2012-12-31Clean up jv_object_foreach and add jv_array_foreachStephen Dolan
2012-12-28Path manipulation (path/getpath/setpath/delpath) and docs.Stephen Dolan
2012-12-18Add wrappers for malloc/realloc/free. See #43.Stephen Dolan
2012-10-25Remove redundant code from jv_object_containsStephen Roantree
2012-10-24Restructure contains methods to use public jv methodsStephen Roantree
2012-10-24Implemented contains operatorStephen Roantree
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan