summaryrefslogtreecommitdiffstats
path: root/src/builtin.jq
AgeCommit message (Expand)Author
2019-02-26Simplify and optimize SQLish builtinsMuh Muhten
2019-02-26Fix bizarre bsearch/1 behaviour with a stream argumentMuh Muhten
2019-02-26Make tostream much more efficientMuh Muhten
2019-02-26Reimplement fromstream/1 more compactlyMuh Muhten
2019-02-26Simplify definition of range/3Muh Muhten
2019-02-26Simplify type-select builtinsMuh Muhten
2019-02-26Redefine isempty/1, and the all and any seriesMuh Muhten
2019-02-26Remove scalars_or_emptyMuh Muhten
2019-02-21Ensure limit(0; ...) is emptyMuh Muhten
2019-02-20Rewrite `_assign/2` using `$argument` syntaxMuh Muhten
2019-02-07Define error/1 in terms of error/0Muh Muhten
2019-02-06Export input/0 directly from C, removing _input/0Muh Muhten
2018-12-18Make fromstream/1 more efficientEugen
2018-03-06Make limit/2 more efficientNicolas Williams
2018-03-06limit/2 evals exp one time too manyNicolas Williams
2017-11-29Keep object keys in parsing order in `tostream` outputEric Bréchemier
2017-05-03Use unsorted keys in walkJonathan Word
2017-04-15def isempty(g) # Testing 'isempty(empty)' at line number 1364pkoppstein
2017-02-26Add `halt`, `halt_error` builtins (fix #386)Nicolas Williams
2017-02-07fix truncate_stream to match docsJ Phani Mahesh
2017-01-30Make |= delete LHS when RHS is empty (Fix #1314)Nicolas Williams
2017-01-30recurse (i.e., ..) needs to find leaf nullsNicolas Williams
2017-01-30Add SQL-style operators (#1322)Nicolas Williams
2017-01-30Make first(g) more efficient: extract only 1 valueNicolas Williams
2015-12-09Two sub bugs fixed; two new gsub tests have been added.pkoppstein
2015-10-25Support numbers and boolean in join (fix #930)David Tolnay
2015-10-22Move jq-coded builtins to non-C file (fix #424)David Tolnay