summaryrefslogtreecommitdiffstats
path: root/jv_aux.c
AgeCommit message (Expand)Author
2015-07-19Clean up trailing whitespaceDavid Tolnay
2014-12-30Remove string indexing by string (fix #454)Nicolas Williams
2014-09-30to_entries should not sort keys (fix #561)Nicolas Williams
2014-07-06Add support for negative indices for .[]; fix #462William Langford
2014-06-17Fix #419, improve Cannot index message (sortof)Nicolas Williams
2014-06-08Add `indices(s)`, improve `index(s)`, `rindex(s)`Nicolas Williams
2013-12-10convert range bounds to integers in a way that avoids undefined behaviourDavid R. MacIver
2013-12-10add checking of numeric indices to an array to see if they can reasonably be ...David R. MacIver
2013-12-04Add index strings by string; return string indexesNicolas Williams
2013-12-04Add string slicingNicolas Williams
2013-11-07Fix a crash on group_by of empty list. Fixes #208.Stephen Dolan
2013-06-23Remove #includes from jv.hlibjqStephen Dolan
2013-06-21Add libjq autoconf gooNicolas Williams
2013-05-15'length' function now measures string length in codepoints, not bytes.Stephen Dolan
2013-05-15Bugfix for array slices.Stephen Dolan
2013-05-13Array slicing. Closes #2.Stephen Dolan
2013-05-06Add the "has" function. Closes #74.Stephen Dolan
2012-12-31Clean up jv_object_foreach and add jv_array_foreachStephen Dolan
2012-12-29Improvements to del(foo).Stephen 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-11-30Sort function and more general comparison operators.Stephen Dolan
2012-11-26Move some higher-level JSON manipulation functions into jv_aux.{c,h}Stephen Dolan