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 |
2014-07-03 |
Nicolas Williams | Add `range(init;upto;by)` (fix #317) |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Nicolas Williams | Multi-arity needs better errors (fix #438) |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Nicolas Williams | Descrive generators, range() with by to manual |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Nicolas Williams | Fix typo in manual |
commit | commitdiff | tree | snapshot |
2014-07-02 |
William Langford | Fixed base64 issue with UTF-8 strings |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Nicolas Williams | Teach disassembler about TAIL_CALL_JQ |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Nicolas Williams | Fix off-by-one in TCO |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Nicolas Williams | TCO to the max! |
commit | commitdiff | tree | snapshot |
2014-07-01 |
William Langford | Added cross-compilation script to build libjq for iOS. |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Zhiming Wang | Let @uri produce uppercase hexadecimal digits... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Nicolas Williams | Add much commentary about CALL_JQ and call frames |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Nicolas Williams | Get "Try Online" button working (fix #440) |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Nicolas Williams | Improve TCO |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Nicolas Williams | Tail call optimization (close #437) |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Nicolas Williams | Fix option stacking bug |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Nicolas Williams | Remove stray fprintf() from last commit |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Nicolas Williams | Allow stacking of short options (fix #346) |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Nicolas Williams | Remove extra free of testmode |
commit | commitdiff | tree | snapshot |
2014-06-19 |
William Langford | Added regex support as per issue #164. |
commit | commitdiff | tree | snapshot |
2014-06-18 |
Nicolas Williams | Partial revamp of `scripts/crosscompile` |
commit | commitdiff | tree | snapshot |
2014-06-18 |
Nicolas Williams | Minor style cleanup in main.c |
commit | commitdiff | tree | snapshot |
2014-06-18 |
Nicolas Williams | Remove remnants of `--online-input` option |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Nicolas Williams | Add `-j` / `--join-output` option, similar to `-r` |
commit | commitdiff | tree | snapshot |
2014-06-17 |
David Haguenauer | Fixed typo. |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Nicolas Williams | Rebuild jq.1.prebuilt |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Nicolas Williams | Remove trailing whitespace from manual.yml |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Nicolas Williams | Use new style in manual for defs with args |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Santiago Lapresta | Simplified standard library |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Nicolas Williams | Fix #419, improve Cannot index message (sortof) |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Nicolas Williams | Fix #266; make help message more useful |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Nicolas Williams | Fix #280: from_entries of [] is null, should be {} |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Nicolas Williams | No args default w/ tty stdout, not tty stdin #220 |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Nicolas Williams | Don't declare environ on WIN32 |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Santiago Lapresta | Added `flatten` and `flatten(x)` functions |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Nicolas Williams | Remove download 1.3 button; reposition try online |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Nicolas Williams | Add ChangeLog and NEWS files |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Nicolas Williams | Add missing contributors to AUTHORS |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Nicolas Williams | Update AUTHORS |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Nicolas Williams | Fix Win64 jq.exe link on main page |
commit | commitdiff | tree | snapshot |
2014-06-16 |
Nicolas Williams | Allow multiple functions with different arities |
commit | commitdiff | tree | snapshot |
2014-06-14 |
Nicolas Williams | Fix typo; rename jq.1-prebuit to jq.1.prebuilt |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Nicolas Williams | Add `env` builtin |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Nicolas Williams | Document the lambda nature of function args #391 |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Nicolas Williams | Automatically update jq.1.prebuilt |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Nicolas Williams | Add jqplay link to the site |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Jingwen Owen Ou | jqplay has a domain now 408/head |
commit | commitdiff | tree | snapshot |
2014-06-13 |
Nicolas Williams | Add links to Solaris 11+ executables |
commit | commitdiff | tree | snapshot |
next |