summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-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
2012-12-20Merge pull request #50 from stesh/masterStephen Dolan
2012-12-18Fix a bug in stack reallocation during deep recursion.Stephen Dolan
2012-12-18Print an error message and abort in out-of-memory situations.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-16Improve manpage introduction, add examples to manpage.Stephen Dolan
2012-12-16Fix a bug uncovered by tests extracted from manual.Stephen Dolan
2012-12-16Lots of build system and docs improvements, including a manpage.Stephen Dolan
2012-12-12Add a Gemfile to make building the documentation easier.Stephen Dolan
2012-12-10Delete autogenerated source from the repository.Stephen Dolan
2012-12-10some words explaining struct inst a littleStephen Dolan
2012-12-10error() functionStephen Dolan
2012-12-10Fix Rack setup so that viewing documentation locally is less painful.Stephen Dolan
2012-12-07Remove old OS X 'instructions'Stephen Shaw
2012-12-07Add information about installing dev environment on OS XStephen Shaw
2012-12-07Change order of evaluation for certain indexing operations.Stephen Dolan
2012-12-04get testing working in autoconfLee Thompson
2012-12-04kill prereq on RPM spec fileLee Thompson
2012-12-04fixes jq_test core dumpLee Thompson
2012-12-04remove obsolete lineLee Thompson
2012-12-04Add min, max, min_by, max_by functions.Stephen Dolan
2012-12-04fix rpm mv command when rpm stashes the package in a subdirectoryLee Thompson
2012-12-04change rpmbuild target to rpmLee Thompson
2012-12-04Refactor function argument passing into what it always should have been.Stephen Dolan