summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-06-23Remove #includes from jv.hlibjqStephen Dolan
2013-06-23Fix the jv_parser interface.Stephen Dolan
2013-06-23Use libtool's built-in symbol exporting rather than a mapfile.Stephen Dolan
2013-06-23Move gen_utf8_tables to scriptsStephen Dolan
2013-06-23Move libtool m4 junk to config/ and delete some autogenerated files.Stephen Dolan
2013-06-23Remove Autoconf-generated config.h.Stephen Dolan
2013-06-22Merge branch 'header-cleanup' into libjqStephen Dolan
2013-06-22Build libjq only once, and link it statically to ./jqStephen Dolan
2013-06-22Fix distcheck.Stephen Dolan
2013-06-21Update .gitignoreNicolas Williams
2013-06-21Add libjq autoconf gooNicolas Williams
2013-06-21Quiet setup.sh re: tmp dirNicolas Williams
2013-06-21Merge pull request #157 from nicowilliams/argfile-fixesStephen Dolan
2013-06-21Move cfunction invocation code to the interpreter loop.header-cleanupStephen Dolan
2013-06-18Fix serious bug in handling of --argfileNicolas Williams
2013-06-18Fix leaks in jv_load_file()Nicolas Williams
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