summaryrefslogtreecommitdiffstats
path: root/jv.c
AgeCommit message (Expand)Author
2014-06-08Add `indices(s)`, improve `index(s)`, `rindex(s)`Nicolas Williams
2014-06-02Fix tests failures on WindowsNicolas Williams
2014-03-08Add a recursive object merge strategy and bind it to *Filippo Valsorda
2013-12-17Fix memmem() errorNicolas Williams
2013-12-10add checking of numeric indices to an array to see if they can reasonably be ...David R. MacIver
2013-12-08Clean up string/object interactions in jv.Stephen Dolan
2013-12-08Refactor jv structure.Stephen Dolan
2013-12-04Add index strings by string; return string indexesNicolas Williams
2013-12-04Add jv_string_vfmt()Nicolas Williams
2013-12-04Add string slicingNicolas Williams
2013-12-04Add string division by string (split on separator)Nicolas Williams
2013-12-04Add explode/implode jq functions to match jv APINicolas Williams
2013-12-04Use uint32_t for codepoint in jv_string_append_codepoint()Nicolas Williams
2013-12-04Add jv string utility functionsNicolas Williams
2013-12-04Preserve insertion order in objects. Closes #169.Stephen Dolan
2013-09-14Merge branch 'libjq'Stephen Dolan
2013-06-23Remove #includes from jv.hlibjqStephen Dolan
2013-06-22Fix various UTF8 parsing bugs.Stephen Dolan
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