COMMITS
/ main.c May 23, 2013
O
Fix Github URLs: stedolan.github.com -> stedolan.github.io
Olivier Mengué committed
May 14, 2013
S
'length' function now measures string length in codepoints, not bytes.
Stephen Dolan committed
May 13, 2013
S
Delete unnecessary _POSIX_SOURCE. Closes #89
Stephen Dolan committed
May 8, 2013
S
Configure whether colour is displayed by default directly in source
Stephen Dolan committed
May 7, 2013
S
Merge remote-tracking branch 'stagrlee/master' into autotools
Stephen Dolan committed
May 4, 2013
N
Fix #111: exit(1) when inputs are not valid JSON
Nicolas Williams committed
May 6, 2013
S
Add a --arg option to allow variables to be passed from the cmdline.
Stephen Dolan committed
May 5, 2013
S
Remove JQ_DEBUG #define and jq_test binary, simplifying build.
Stephen Dolan committed
S
Combine the functionality of jq and jq_test
Stephen Dolan committed
April 29, 2013
N
Remove unnecessary #includes
Nicolas Williams committed
April 28, 2013
N
Remove globals/make jq_init/next/teardown() an API
Nicolas Williams committed
February 3, 2013
L
merging upstream stedolan changes
Lee Thompson committed
December 27, 2012
S
Fix an embarassing I/O bug.
Stephen Dolan committed
December 23, 2012
S
Fix a bad memory leak when using --raw-output
Stephen Dolan committed
December 20, 2012
S
Don't enable coloured output by default on Windows.
Stephen Dolan committed
December 18, 2012
S
Add wrappers for malloc/realloc/free. See #43.
Stephen Dolan committed
December 16, 2012
S
Add the ability to specify input files on the commandline.
Stephen Dolan committed
December 3, 2012
S
Oh alright then, if you insist.
Stephen Dolan committed
November 27, 2012
L
initial attempt at autoconf implementation, removed all generated code from git
Lee Thompson committed
October 22, 2012
S
Support a -f option to load from a file, and # comments
Stephen Dolan committed
S
Fix logic for "slurp" option. Fixes #18
Stephen Dolan committed
October 21, 2012
S
Version number tracking.
Stephen Dolan committed
September 20, 2012
S
Add a bunch of commandline options for controlling I/O format.
Stephen Dolan committed
September 18, 2012
S
Usage messages if jq is run with no arguments.
Stephen Dolan committed
S
Separate the tests and the main program.
Stephen Dolan committed
S
Move everything around - delete old Haskell code, clean up build.
Stephen Dolan committed