2014-11-29 |
Nicolas Williams | Enable printing of stack val refcnts |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Nicolas Williams | Print stack value refcounts when tracing (#636) |
commit | commitdiff | tree | snapshot |
2014-11-13 |
William Langford | Fix #600. Add regression test |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Nicolas Williams | Add support for JSON sequence MIME type |
commit | commitdiff | tree | snapshot |
2014-10-07 |
William Langford | Properly call onig_error_code_to_str |
commit | commitdiff | tree | snapshot |
2014-10-07 |
pkoppstein | fix sub (#586); add gsub/3; add transpose/0. |
commit | commitdiff | tree | snapshot |
2014-10-03 |
Nicolas Williams | Restore `split/1`; don't use regexp (fix #576) |
commit | commitdiff | tree | snapshot |
2014-10-03 |
Nicolas Williams | Update docs about sort/group/min/max/unique |
commit | commitdiff | tree | snapshot |
2014-10-03 |
Nicolas Williams | from-entries should work with EC2 (fix #592) |
commit | commitdiff | tree | snapshot |
2014-10-03 |
Nicolas Williams | Remove sort/1 and group/1 |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Nicolas Williams | to_entries should not sort keys (fix #561) |
commit | commitdiff | tree | snapshot |
2014-09-23 |
William Langford | Properly handle when objects cannot be folded |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Nicolas Williams | Drop the jq version directory from search path |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Nicolas Williams | Never close stdin; allow multiple `-` arguments |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Nicolas Williams | Handle invalid inputs in argument files (fix #562) |
commit | commitdiff | tree | snapshot |
2014-08-29 |
William Langford | Properly handle incomplete json when input is file |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Nicolas Williams | C-coded builtins should not assert (fix #553) |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Nicolas Williams | Quiet warning about freopen() of stdout |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Nicolas Williams | Drop "any/" in module search; use 1.x-master |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Nicolas Williams | BSD sed lacks -r; fix #551 |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Nicolas Williams | Document module system |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Nicolas Williams | Add `module` directive, `modulemeta` builtin |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Nicolas Williams | Add JV_OBJECT() macro |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Nicolas Williams | Add JV_ARRAY() macro |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Nicolas Williams | Add jq_report_error() function; use it |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Nicolas Williams | Fix #549 |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Nicolas Williams | Constant fold objects |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Nicolas Williams | Fold constant arrays |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Nicolas Williams | More constant folding: null, true, and false |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Nicolas Williams | Out of bounds negative array indices should raise |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Nicolas Williams | `.foo[-1] = ...` trips assertion (fix #490) |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Nicolas Williams | Allow any number of jq-coded function arguments |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Nicolas Williams | Make `nwise` private |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Nicolas Williams | Make regexp builtins and range/3 use #524 too |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Nicolas Williams | Use `def f($a): ...;` syntax for builtins |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Nicolas Williams | Add `def f($arg):` syntax (fix #524) |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Nicolas Williams | Fix tests for #432 |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Nicolas Williams | Fix docs YAML (introduced in #432) |
commit | commitdiff | tree | snapshot |
2014-08-08 |
pkoppstein | regex filters (#432): scan, splits, split, sub, gsub |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Nicolas Williams | Better error msg for bad shell quoting (fix #538) |
commit | commitdiff | tree | snapshot |
2014-08-06 |
William Langford | Actually check version for bison. |
commit | commitdiff | tree | snapshot |
2014-08-05 |
William Langford | Merge pull request #532 from wtlangford/top-removal |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Nicolas Williams | Document TCO a bit more |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Nicolas Williams | Fix docs (missing backquotes) |
commit | commitdiff | tree | snapshot |
2014-08-05 |
William Langford | Merge pull request #523 from eproxus/patch-1 |
commit | commitdiff | tree | snapshot |
2014-08-05 |
William Langford | Remove duplicate TOP insertions, drop unused defs. 532/head |
commit | commitdiff | tree | snapshot |
2014-08-05 |
pkoppstein | Apply TCO to recurse/1, add recurse/2; tweak docs |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Adam Lindberg | Add example of selecting object with keys 523/head |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Nicolas Williams | Some builtins are unnecessarily special (fix #521) |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Nicolas Williams | Correct @wtlangford's address |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Nicolas Williams | Add @wtlangford to the AUTHORS list |
commit | commitdiff | tree | snapshot |
2014-07-29 |
pkoppstein | Add capture; document regular expression filters |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Nicolas Williams | Add `first`, `nth`, `last` (fix #510) |
commit | commitdiff | tree | snapshot |
2014-07-27 |
William Langford | Fixing crash when a library's dependency could not... |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Nicolas Williams | Fold constants (fix #504) |
commit | commitdiff | tree | snapshot |
2014-07-27 |
Nicolas Williams | Fix #499, #500 |
commit | commitdiff | tree | snapshot |
2014-07-23 |
William Langford | Changing color codes to fix #495 |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Nicolas Williams | Do fix remaining bison warning (fix #433) |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Nicolas Williams | Rename jq_memmem() to _jq_memmem() |
commit | commitdiff | tree | snapshot |
2014-07-23 |
William Langford | Added library system with -l, -L, and JQ_LIBRARY_PATH |
commit | commitdiff | tree | snapshot |
2014-07-20 |
Nicolas Williams | Add -i option to edit files in place (fix #105) |
commit | commitdiff | tree | snapshot |
2014-07-20 |
Nicolas Williams | Add -n to short usage msg; fix --arg msg |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Nicolas Williams | Fix bison empty rule warnings (#433, partial fix) |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Nicolas Williams | Fix #484, try/catch syntax has conflicts |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Nico Williams | Merge pull request #483 from else/master |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Simon Elsbrock | jq 1.4 is in Debian 483/head |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Nico Williams | Merge pull request #482 from mbruggmann/manual-fixes |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Nicolas Williams | Add regression test for #479 |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Nicolas Williams | Lib defs don't bind to each other; fix #479 again |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Marc Bruggmann | Fix manual example for `endswith`. 482/head |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Nicolas Williams | Revert "Library defs don't bind to each other; fix... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Nicolas Williams | Library defs don't bind to each other; fix #479 |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Nicolas Williams | Fix #478 assertion failure |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Nico Williams | Merge pull request #475 from qqshfox/patch-1 |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Hanfei Shen | Fix examples for `del` in manual 475/head |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Zhiming Wang | Fix invalid YAML in manual.yml |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Zhiming Wang | Add tests/all.trs to .gitignore |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Nicolas Williams | Better document `path()`'s power; also `|=` |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Nicolas Williams | Add `foreach EXP as $var (INIT; UPDATE)` form |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Nicolas Williams | Make `while()` handle `break` |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Nicolas Williams | Make C-coded built-ins take `jq_state *` argument |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Nicolas Williams | `error(x)` should not `tostring` its arg; fix #466 |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Nicolas Williams | `limit` should use `break` |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Nicolas Williams | Make `any/2` and `all/2` efficient using `foreach` |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Nicolas Williams | exec_stack.h was not using jv_mem_realloc() |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Nicolas Williams | jv_invalid() shouldn't allocate |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Nicolas Williams | jv_show() should be able to display invalid values |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Nicolas Williams | Add `break` builtin for `foreach` |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Nicolas Williams | Explain `foreach`'s powers a bit more |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Nicolas Williams | Document `path(path_expression)` builtin |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Nicolas Williams | Add missing backtick in manual |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Nicolas Williams | $var["foo"]=1 can't work as expected; doc fix #236 |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Nicolas Williams | Better check for lib has only functions (fix #138) |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Nicolas Williams | Add `any/N` and `all/N` x N in (1, 2) (fix #455) |
commit | commitdiff | tree | snapshot |
2014-07-07 |
Nicolas Williams | Add `foreach` and `limit` |
commit | commitdiff | tree | snapshot |
2014-07-06 |
William Langford | Add support for negative indices for .[]; fix #462 |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Nicolas Williams | Add general `?` operator |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Nicolas Williams | Add `try EXP catch EXP` |
commit | commitdiff | tree | snapshot |
2014-07-06 |
Nicolas Williams | Document `error/1` |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Nicolas Williams | Add `while(cond; update)` (fix #314) |
commit | commitdiff | tree | snapshot |
next |