summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-05-06Document behaviour of .[] on objects.Stephen Dolan
2013-05-06Add documentation for "type".Stephen Dolan
2013-05-06Update gems and use HTTPS to get them.Stephen Dolan
2013-05-06Fix some bad escapingStephen Dolan
2013-05-05Merge commit 'e45f93f85f22c73025830a6bd0b2807263068996'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-05-05Make a few constant globals actually const.Stephen Dolan
2013-05-05Merge pull request #109 from nicowilliams/no_mutable_globals-rebasedStephen Dolan
2013-05-05Merge pull request #93 from shayel/masterStephen Dolan
2013-04-28Build and install libjqNicolas Williams
2013-04-28Remove unnecessary #includesNicolas Williams
2013-04-28Remove globals/make jq_init/next/teardown() an APINicolas Williams
2013-03-24Add missing require to RakefileShay Elkin
2013-02-20fix typo in manualSimon Elsbrock
2013-02-04get man pages workingLee Thompson
2013-02-04add man page to releaseLee Thompson
2013-02-03rework build to not distribute tests unless --enable-devel is specificied to ...Lee Thompson
2013-02-03fix email addressesLee Thompson
2013-02-03use AM_SILENT_RULESLee Thompson
2013-02-02fix RPM build processLee Thompson
2013-02-02fix jq_test so that it runs in the distcheck phase of autoconfLee Thompson
2013-02-02merging upstream stedolan changesLee Thompson
2013-01-29use built in macro to RPMLee Thompson
2013-01-25Clarify description of `as`jkleint
2013-01-13Update docs/content/3.manual/manual.yml13ren
2013-01-03Fix negative number syntax. Add a unary '-' operator.Stephen Dolan
2013-01-03Change APPEND opcode to directly modify a variable.Stephen Dolan
2012-12-31Clean up jv_object_foreach and add jv_array_foreachStephen Dolan
2012-12-31Ignore some more stuff.Stephen Dolan
2012-12-29Add the `recurse` function. See #37.Stephen Dolan
2012-12-29Make null + foo return foo, rather than an error.Stephen Dolan
2012-12-29Refactor assignment.Stephen Dolan
2012-12-29Improvements to del(foo).Stephen Dolan
2012-12-29Fix a bug in URI-encoding of certain non-ASCII characters.Stephen Dolan
2012-12-28Path manipulation (path/getpath/setpath/delpath) and docs.Stephen Dolan
2012-12-28Support for two-argument functions.Stephen Dolan
2012-12-28Fold operation (code/docs/test)Stephen Dolan
2012-12-28Docs typos.Stephen Dolan
2012-12-28@foo syntax for encoding of strings into various formats.Stephen Dolan
2012-12-27Fix an embarassing I/O bug.Stephen Dolan
2012-12-27JSON parsing error messages now specify a location of the error.Stephen Dolan
2012-12-24Sneaky valgrind trick to detect stack memory issues.Stephen Dolan
2012-12-23Fix a bad memory leak when using --raw-outputStephen Dolan
2012-12-20Give Windows builds a proper .exe suffix.Stephen Dolan
2012-12-20Version 1.2!jq-1.2Stephen Dolan
2012-12-20Add a few lines to the bottom of the manpage.Stephen Dolan
2012-12-20Update download page and build system to handle more platforms.Stephen Dolan
2012-12-20Don't enable coloured output by default on Windows.Stephen Dolan