summaryrefslogtreecommitdiffstats
path: root/execute.c
AgeCommit message (Expand)Author
2013-05-17EACH need not make a backtrack point on the last iterationStephen Dolan
2013-05-16Add LOADVN opcode.Stephen Dolan
2013-05-15Remove the YIELD opcode (use RET instead)Stephen Dolan
2013-05-14Add the range functionStephen Dolan
2013-05-13Better error handling for INSERT opcodeStephen Dolan
2013-05-13Remove the is_backtrack_frame special case hack.Stephen Dolan
2013-05-13Refactor path logic.Stephen Dolan
2013-05-11Fix bug with path handling (used in assignments).Stephen Dolan
2013-05-09Add a redundant intialisation to squash a gcc warning.Stephen Dolan
2013-05-08Merge remote-tracking branch 'stagrlee/master' into autotoolsStephen Dolan
2013-05-06Add a --arg option to allow variables to be passed from the cmdline.Stephen Dolan
2013-05-05Remove JQ_DEBUG #define and jq_test binary, simplifying build.Stephen Dolan
2013-04-28Remove globals/make jq_init/next/teardown() an APINicolas Williams
2013-02-03use AM_SILENT_RULESLee Thompson
2013-01-03Change APPEND opcode to directly modify a variable.Stephen Dolan
2012-12-29Refactor assignment.Stephen Dolan
2012-12-28Path manipulation (path/getpath/setpath/delpath) and docs.Stephen Dolan
2012-12-18Fix a bug in stack reallocation during deep recursion.Stephen Dolan
2012-12-18Add wrappers for malloc/realloc/free. See #43.Stephen Dolan
2012-12-03Extend `{foo}` syntax to allow `{"foo"}` as well.Stephen Dolan
2012-12-02Clean up implementation of builtin functions.Stephen Dolan
2012-12-02Move all the includes one place to the leftStephen Dolan
2012-12-02Clean up calls to C functions, unify opcodesStephen Dolan
2012-12-02Refactor of function call codegen. Separate codegen for C and jq calls.Stephen Dolan
2012-11-26Move some higher-level JSON manipulation functions into jv_aux.{c,h}Stephen Dolan
2012-11-26Transparent handling for CBV arguments to C functions.Stephen Dolan
2012-11-26Clean up function creation API and epilogue generation.Stephen Dolan
2012-09-18Separate the tests and the main program.Stephen Dolan
2012-09-18Move everything around - delete old Haskell code, clean up build.Stephen Dolan