summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-12-10Fix Rack setup so that viewing documentation locally is less painful.Stephen Dolan
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
2012-10-24Implemented contains operatorStephen Roantree
2012-10-24Merge pull request #34 from dgryski/masterStephen Dolan
2012-10-24Update generated lexer.gen.* and parser.gen.* filesDamian Gryski
2012-10-24Replace yyscan_t with another pointer type that we control.Damian Gryski
2012-10-23Remove .gitignore from tarballs.Stephen Dolan
2012-10-23Add some in/equality test casesDamian Gryski
2012-10-23Merge pull request #22 from alexchamberlain/patch-1Stephen Dolan
2012-10-23Regenerate lex/yacc filesDamian Gryski
2012-10-23Implement 'not equal' (!=) as a binopDamian Gryski
2012-10-23yyscan_t isn't exposed by some versions of flex.Damian Gryski
2012-10-23Add docs for installing on Arch Linux.Alex Chamberlain
2012-10-22Allow the 'keys' function to take arrays.Stephen Dolan
2012-10-22I should probably document select and empty :) (#29, #5)Stephen Dolan
2012-10-22Docs fixes.Stephen Dolan
2012-10-22Merge pull request #14 from merriam/patch-2Stephen Dolan
2012-10-22Delete a badly-thought-out bit of a Makefile.Stephen Dolan
2012-10-22updated autogenerated filesStephen Dolan
2012-10-22Support a -f option to load from a file, and # commentsStephen Dolan