COMMITS
/ execute.c May 17, 2013
S
EACH need not make a backtrack point on the last iteration
Stephen Dolan committed
May 16, 2013
S
Add LOADVN opcode.
Stephen Dolan committed
May 15, 2013
S
Remove the YIELD opcode (use RET instead)
Stephen Dolan committed
May 14, 2013
S
Add the range function
Stephen Dolan committed
May 13, 2013
S
Better error handling for INSERT opcode
Stephen Dolan committed
S
Remove the is_backtrack_frame special case hack.
Stephen Dolan committed
S
Refactor path logic.
Stephen Dolan committed
May 11, 2013
S
Fix bug with path handling (used in assignments).
Stephen Dolan committed
May 9, 2013
S
Add a redundant intialisation to squash a gcc warning.
Stephen Dolan committed
May 7, 2013
S
Merge remote-tracking branch 'stagrlee/master' into autotools
Stephen Dolan committed
May 6, 2013
S
Add a --arg option to allow variables to be passed from the cmdline.
Stephen Dolan committed
May 5, 2013
S
Remove JQ_DEBUG #define and jq_test binary, simplifying build.
Stephen Dolan committed
April 28, 2013
N
Remove globals/make jq_init/next/teardown() an API
Nicolas Williams committed
February 3, 2013
L
use AM_SILENT_RULES
Lee Thompson committed
January 3, 2013
S
Change APPEND opcode to directly modify a variable.
Stephen Dolan committed
December 29, 2012
S
Refactor assignment.
Stephen Dolan committed
December 28, 2012
S
Path manipulation (path/getpath/setpath/delpath) and docs.
Stephen Dolan committed
December 18, 2012
S
Fix a bug in stack reallocation during deep recursion.
Stephen Dolan committed
S
Add wrappers for malloc/realloc/free. See #43.
Stephen Dolan committed
December 3, 2012
S
Extend `{foo}` syntax to allow `{"foo"}` as well.
Stephen Dolan committed
December 2, 2012
S
Clean up implementation of builtin functions.
Stephen Dolan committed
S
Move all the includes one place to the left
Stephen Dolan committed
S
Clean up calls to C functions, unify opcodes
Stephen Dolan committed
December 1, 2012
S
Refactor of function call codegen. Separate codegen for C and jq calls.
Stephen Dolan committed
November 26, 2012
S
Move some higher-level JSON manipulation functions into jv_aux.{c,h}
Stephen Dolan committed
S
Transparent handling for CBV arguments to C functions.
Stephen Dolan committed
S
Clean up function creation API and epilogue generation.
Stephen Dolan committed
September 18, 2012
S
Separate the tests and the main program.
Stephen Dolan committed
S
Move everything around - delete old Haskell code, clean up build.
Stephen Dolan committed