summaryrefslogtreecommitdiffstats
path: root/jv.c
AgeCommit message (Expand)Author
2015-07-24detect invalid path expression (fix #862)David Tolnay
2015-07-19Clean up trailing whitespaceDavid Tolnay
2015-06-22Fix test failure introduced by previous commitNicolas Williams
2015-06-20fix errors flagged by clang static analyzerDavid Tolnay
2015-06-18Fix #802Nicolas Williams
2015-05-21Add wrapping and clamping to jv_array_sliceTravis Gockel
2015-01-14Split on empty sep: fix #552 moarNicolas Williams
2015-01-12Fix #552Nicolas Williams
2014-08-09Out of bounds negative array indices should raiseNicolas Williams
2014-08-09`.foo[-1] = ...` trips assertion (fix #490)Nicolas Williams
2014-07-22Rename jq_memmem() to _jq_memmem()Nicolas Williams
2014-07-22Added library system with -l, -L, and JQ_LIBRARY_PATHWilliam Langford
2014-07-07jv_invalid() shouldn't allocateNicolas Williams
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