summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-04Add min, max, min_by, max_by functions.Stephen Dolan
2012-12-04Refactor function argument passing into what it always should have been.Stephen Dolan
2012-12-03Extend `{foo}` syntax to allow `{"foo"}` as well.Stephen Dolan
2012-12-03General cleanup - rename a few things, delete dead code.Stephen Dolan
2012-12-03Add a `unique` function.Stephen Dolan
2012-12-03See, I told you colour was a bad idea! #11Stephen Dolan
2012-12-03Oh alright then, if you insist.Stephen Dolan
2012-12-02Ignore a UTF-8 BOM if one appears at the start of a JSON document.Stephen Dolan
2012-12-02Make the -c output more compact. Closes #44.Stephen Dolan
2012-12-02sort_by and group_by functions, tests and docs.Stephen Dolan
2012-12-02Demote "contains" to a built-in function rather than an operator.Stephen Dolan
2012-12-02Fix a horrible scoping/associativity bug.Stephen Dolan
2012-12-02Clean up implementation of builtin functions.Stephen Dolan
2012-12-02Move all the includes one place to the leftStephen Dolan
2012-12-02Clean up calls to C functions, unify opcodesStephen Dolan
2012-12-02Refactor of function call codegen. Separate codegen for C and jq calls.Stephen Dolan
2012-11-30Sort function and more general comparison operators.Stephen Dolan
2012-11-26Merge remote-tracking branch 'origin/master'Stephen Dolan
2012-11-26Move some higher-level JSON manipulation functions into jv_aux.{c,h}Stephen Dolan
2012-11-26Define bytecoded builtins more concisely.Stephen Dolan
2012-11-26Raise a proper error from the lexer on unmatched },),]Stephen Dolan
2012-11-26Transparent handling for CBV arguments to C functions.Stephen Dolan
2012-11-26Clean up function creation API and epilogue generation.Stephen Dolan
2012-11-25Add some preprocessor junk to make codegen cleaner.Stephen Dolan
2012-11-25Minor refactor of function call setup to allow for multiple arguments.Stephen Dolan
2012-10-25Merge pull request #36 from stroan/contains-operatorStephen Dolan
2012-10-25Merge branch 'master' of https://github.com/stedolan/jq into contains-operatorStephen Roantree
2012-10-25Remove redundant code from jv_object_containsStephen Roantree
2012-10-24Restructure contains methods to use public jv methodsStephen Roantree
2012-10-25Fix a bug in string parsing. Closes #35Stephen Dolan