summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-06-21Move cfunction invocation code to the interpreter loop.header-cleanupStephen Dolan
2013-06-18Fold opcode.{c,h} into bytecode.{c,h}Stephen Dolan
2013-06-18Simplify block functions for variablesStephen Dolan
2013-06-18Saner build instructions in README.mdStephen Dolan
2013-06-18Remove some initialise-to-zero code.Stephen Dolan
2013-06-18Merge branch 'stack-refactor-merge'Stephen Dolan
2013-06-18Merge branch 'stack-refactor'Stephen Dolan
2013-06-17Merge pull request #154 from nicowilliams/no-fopen-reStephen Dolan
2013-06-17Remove accidentally introduced use of fopen "e"Nicolas Williams
2013-06-16Merge pull request #114 from nicowilliams/nomem_handlerStephen Dolan
2013-06-16Remove last remnant of main.hNicolas Williams
2013-06-15Allow --run-tests to take a file argumentNicolas Williams
2013-06-15Fixup API to get closer to a libjqNicolas Williams
2013-06-15Merge pull request #150 from nicowilliams/jv_load_fileStephen Dolan
2013-06-15Move slurp_file() into library as jv_load_file()Nicolas Williams
2013-06-14Clean up lots of stack and frame logic.Stephen Dolan
2013-06-14Simplify frame logic.Stephen Dolan
2013-06-13Unify all stacks. Passes tests, but needs cleanup.Stephen Dolan
2013-06-11Support ."foo" syntax for accessing fields. See #141.Stephen Dolan
2013-06-10Unify frame and data stacksStephen Dolan
2013-06-05Speed up cached configure (./configure -C)Stephen Dolan
2013-06-05Clean up flex lines in buildStephen Dolan
2013-06-05Lex and parse .foo better.Stephen Dolan
2013-06-04Merge pull request #142 from lanthaler/masterStephen Dolan
2013-06-04Update README.mdMarkus Lanthaler
2013-06-03Make jq --version print to stdout, not stderrStephen Dolan
2013-06-03Better error handling for .foo case in parser. See #141.Stephen Dolan
2013-06-03Let the parser rather than the lexer handle invalid characters.Stephen Dolan
2013-06-03Add command-line option to sort object keys.Stephen Dolan
2013-06-03Clean up Makefile.am (distcheck, rebuild version.h less often)Stephen Dolan
2013-06-01Merge pull request #139 from 13ren/stopwarningStephen Dolan
2013-06-01Stop warning on fgets, simple versionBrendan Macmillan
2013-06-01Stop warning on fgets, complex versionBrendan Macmillan
2013-05-31Squash a warning on some GCC versionsStephen Dolan
2013-05-29Support for printing object keys in sorted order.Stephen Dolan
2013-05-29Merge pull request #135 from 13ren/locfile_bugfixStephen Dolan
2013-05-29Merge pull request #130 from 13ren/libload_2Stephen Dolan
2013-05-29Bugfix multiline off-by-one (locfile.c)Brendan Macmillan
2013-05-29locfile.h -> locfile.h + locfile.cBrendan Macmillan
2013-05-29Hack bugfix for multiline off-by-one (locfile.c)Brendan Macmillan
2013-05-29Load library from ~/.jqBrendan Macmillan
2013-05-24Make jq --version report an actual git revision.Stephen Dolan
2013-05-24Merge pull request #133 from nicowilliams/option_argfile-rebase0Stephen Dolan
2013-05-23Add --argfile variant of --arg (issue #117)Nicolas Williams
2013-05-23'make clean' won't delete jq.1 if it can't be rebuilt.Stephen Dolan
2013-05-19jq 1.3 releasejq-1.3Stephen Dolan
2013-05-17EACH need not make a backtrack point on the last iterationStephen Dolan
2013-05-16Make array construction use LOADVN (slightly faster)Stephen Dolan
2013-05-16Remove the insane "fold" operation, replace with saner "reduce".Stephen Dolan
2013-05-16Add LOADVN opcode.Stephen Dolan