summaryrefslogtreecommitdiff
path: root/jv_aux.c
Commit message (Expand)AuthorAgeFilesLines
* Remove string indexing by string (fix #454)Nicolas Williams2014-12-301-2/+0
* to_entries should not sort keys (fix #561)Nicolas Williams2014-09-301-0/+12
* Add support for negative indices for .[]; fix #462William Langford2014-07-061-1/+4
* Fix #419, improve Cannot index message (sortof)Nicolas Williams2014-06-171-3/+14
* Add `indices(s)`, improve `index(s)`, `rindex(s)`Nicolas Williams2014-06-081-0/+2
* convert range bounds to integers in a way that avoids undefined behaviourDavid R. MacIver2013-12-101-6/+11
* add checking of numeric indices to an array to see if they can reasonably be ...David R. MacIver2013-12-101-4/+9
* Add index strings by string; return string indexesNicolas Williams2013-12-041-0/+2
* Add string slicingNicolas Williams2013-12-041-2/+14
* Fix a crash on group_by of empty list. Fixes #208.Stephen Dolan2013-11-071-13/+15
* Remove #includes from jv.hlibjqStephen Dolan2013-06-231-0/+1
* Add libjq autoconf gooNicolas Williams2013-06-211-1/+0
* 'length' function now measures string length in codepoints, not bytes.Stephen Dolan2013-05-151-2/+2
* Bugfix for array slices.Stephen Dolan2013-05-151-0/+3
* Array slicing. Closes #2.Stephen Dolan2013-05-131-15/+121
* Add the "has" function. Closes #74.Stephen Dolan2013-05-061-0/+28
* Clean up jv_object_foreach and add jv_array_foreachStephen Dolan2012-12-311-10/+11
* Improvements to del(foo).Stephen Dolan2012-12-291-37/+121
* Path manipulation (path/getpath/setpath/delpath) and docs.Stephen Dolan2012-12-281-6/+96
* Add wrappers for malloc/realloc/free. See #43.Stephen Dolan2012-12-181-5/+6
* Sort function and more general comparison operators.Stephen Dolan2012-11-301-0/+190
* Move some higher-level JSON manipulation functions into jv_aux.{c,h}Stephen Dolan2012-11-261-0/+62