summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
2014-06-04Add flags argument to jv_parser_new()Nicolas Williams
2014-06-04Revert "Add -I / --online-input for huge top-level arrays"Nicolas Williams
2014-02-26Make jq --raw-output --unbuffered workAndrew Rodland
2013-12-26Normalize errors for -eNicolas Williams
2013-12-08don't need to check for NULL thereDavid R. MacIver
2013-12-08consistent use of goto out in mainDavid R. MacIver
2013-12-04Add -I / --online-input for huge top-level arraysNicolas Williams
2013-12-04Add -e | --exit-status CLI optionNicolas Williams
2013-11-08Add a --unbuffered option. Closes #206Stephen Dolan
2013-06-23Fix the jv_parser interface.Stephen Dolan
2013-06-23Remove Autoconf-generated config.h.Stephen Dolan
2013-06-21Add libjq autoconf gooNicolas Williams
2013-06-18Fix serious bug in handling of --argfileNicolas 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-15Move slurp_file() into library as jv_load_file()Nicolas Williams
2013-06-03Make jq --version print to stdout, not stderrStephen Dolan
2013-06-03Add command-line option to sort object keys.Stephen Dolan
2013-05-29Merge pull request #135 from 13ren/locfile_bugfixStephen Dolan
2013-05-29locfile.h -> locfile.h + locfile.cBrendan Macmillan
2013-05-29Load library from ~/.jqBrendan Macmillan
2013-05-24Make jq --version report an actual git revision.Stephen Dolan
2013-05-23Add --argfile variant of --arg (issue #117)Nicolas Williams
2013-05-15'length' function now measures string length in codepoints, not bytes.Stephen Dolan
2013-05-13Delete unnecessary _POSIX_SOURCE. Closes #89Stephen Dolan
2013-05-08Configure whether colour is displayed by default directly in sourceStephen Dolan
2013-05-08Merge remote-tracking branch 'stagrlee/master' into autotoolsStephen Dolan
2013-05-06Fix #111: exit(1) when inputs are not valid JSONNicolas Williams
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-05-05WIPStephen Dolan
2013-05-05Combine the functionality of jq and jq_testStephen Dolan
2013-04-28Remove unnecessary #includesNicolas Williams
2013-04-28Remove globals/make jq_init/next/teardown() an APINicolas Williams
2013-02-02merging upstream stedolan changesLee Thompson
2012-12-27Fix an embarassing I/O bug.Stephen Dolan
2012-12-23Fix a bad memory leak when using --raw-outputStephen Dolan
2012-12-20Don't enable coloured output by default on Windows.Stephen Dolan
2012-12-18Add wrappers for malloc/realloc/free. See #43.Stephen Dolan
2012-12-16Add the ability to specify input files on the commandline.Stephen Dolan
2012-12-03Oh alright then, if you insist.Stephen Dolan
2012-11-27initial attempt at autoconf implementation, removed all generated code from gitLee Thompson
2012-10-22Support a -f option to load from a file, and # commentsStephen Dolan
2012-10-22Fix logic for "slurp" option. Fixes #18Stephen Dolan
2012-10-21Version number tracking.jq-1.1jq-1.0Stephen Dolan
2012-09-20Add a bunch of commandline options for controlling I/O format.Stephen Dolan
2012-09-18Usage messages if jq is run with no arguments.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