summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
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