2012-12-03 |
Stephen Dolan | Extend `{foo}` syntax to allow `{"foo"}` as well. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Stephen Dolan | General cleanup - rename a few things, delete dead... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Stephen Dolan | Add a `unique` function. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Stephen Dolan | See, I told you colour was a bad idea! #11 |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Stephen Dolan | Oh alright then, if you insist. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Stephen Dolan | Ignore a UTF-8 BOM if one appears at the start of a... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Stephen Dolan | Make the -c output more compact. Closes #44. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Stephen Dolan | sort_by and group_by functions, tests and docs. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Stephen Dolan | Demote "contains" to a built-in function rather than... |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Stephen Dolan | Fix a horrible scoping/associativity bug. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Stephen Dolan | Clean up implementation of builtin functions. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Stephen Dolan | Move all the includes one place to the left |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Stephen Dolan | Clean up calls to C functions, unify opcodes |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Stephen Dolan | Refactor of function call codegen. Separate codegen... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Stephen Dolan | Sort function and more general comparison operators. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Stephen Dolan | Merge remote-tracking branch 'origin/master' |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Stephen Dolan | Move some higher-level JSON manipulation functions... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Stephen Dolan | Define bytecoded builtins more concisely. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Stephen Dolan | Raise a proper error from the lexer on unmatched },),] |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Stephen Dolan | Transparent handling for CBV arguments to C functions. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Stephen Dolan | Clean up function creation API and epilogue generation. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Stephen Dolan | Add some preprocessor junk to make codegen cleaner. |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Stephen Dolan | Minor refactor of function call setup to allow for... |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Stephen Dolan | Merge pull request #36 from stroan/contains-operator |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Stephen Roantree | Merge branch 'master' of https://github.com/stedolan... 36/head |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Stephen Roantree | Remove redundant code from jv_object_contains |
commit | commitdiff | tree | snapshot |
2012-10-25 |
Stephen Roantree | Restructure contains methods to use public jv methods |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Stephen Dolan | Fix a bug in string parsing. Closes #35 |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Stephen Roantree | Implemented contains operator |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Stephen Dolan | Merge pull request #34 from dgryski/master |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Damian Gryski | Update generated lexer.gen.* and parser.gen.* files 34/head |
commit | commitdiff | tree | snapshot |
2012-10-24 |
Damian Gryski | Replace yyscan_t with another pointer type that we... |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Stephen Dolan | Remove .gitignore from tarballs. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Damian Gryski | Add some in/equality test cases |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Stephen Dolan | Merge pull request #22 from alexchamberlain/patch-1 |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Damian Gryski | Regenerate lex/yacc files |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Damian Gryski | Implement 'not equal' (!=) as a binop |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Damian Gryski | yyscan_t isn't exposed by some versions of flex. |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Alex Chamberlain | Add docs for installing on Arch Linux. 22/head |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Stephen Dolan | Allow the 'keys' function to take arrays. |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Stephen Dolan | I should probably document select and empty :) (#29... |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Stephen Dolan | Docs fixes. |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Stephen Dolan | Merge pull request #14 from merriam/patch-2 |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Stephen Dolan | Delete a badly-thought-out bit of a Makefile. |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Stephen Dolan | updated autogenerated files |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Stephen Dolan | Support a -f option to load from a file, and # comments |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Stephen Dolan | Fix logic for "slurp" option. Fixes #18 |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Stephen Dolan | Make the gen_utf8_tables script Python3 compatible... |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Charles Merriam | Update docs/content/1.tutorial/default.yml 14/head |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Stephen Dolan | Version number tracking. jq-1.0 jq-1.1 |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Stephen Dolan | Fix a mistake in the docs. Fixes #10 |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Stephen Dolan | Merge pull request #8 from maxme/master |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Stephen Dolan | Update website: binaries + version bump. |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Maxime Biais | add install and uninstall rules in Makefile 8/head |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Stephen Dolan | Check in a bunch of autogenerated files. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Stephen Dolan | Add a 'keys' function. Fixes #4. |
commit | commitdiff | tree | snapshot |
2012-10-19 |
Stephen Dolan | A string interpolation syntax that I don't hate. Also... |
commit | commitdiff | tree | snapshot |
2012-10-11 |
Stephen Dolan | Merge pull request #6 from stroan/numeric-comparison... |
commit | commitdiff | tree | snapshot |
2012-10-10 |
Stephen Roantree | Make comp binops nonassoc 6/head |
commit | commitdiff | tree | snapshot |
2012-10-07 |
Stephen Roantree | Add <,>,<=,>= binops |
commit | commitdiff | tree | snapshot |
2012-09-22 |
Stephen Dolan | Allow underscores in IDENT tokens. Fixes #3. |
commit | commitdiff | tree | snapshot |
2012-09-20 |
Stephen Dolan | Add a bunch of commandline options for controlling... |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Stephen Dolan | More broken links :( |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Stephen Dolan | Make URLs relative to not break on github-pages |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Stephen Dolan | Make the <title>s of the doc pages less messy. |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Stephen Dolan | No HTTPS for me, sadly. |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Stephen Dolan | Fix some issues with relative URLs on Github Pages. |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Stephen Dolan | Add a rake task to compile docs into static html. |
commit | commitdiff | tree | snapshot |
2012-09-19 |
Stephen Dolan | Use a theme from Bootswatch for docs. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Ensure 'make tarball' creates the required directories. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Add some release stuff to Makefile. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Add binaries and update download docs. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Initialise some variables to keep gcc happy. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Fix a parsing bug for \uXXXX escapes (some invalid... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Add a README |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Usage messages if jq is run with no arguments. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Implement the 'add' builtin promised by the docs' examples. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | More docs + docs cleanup |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Print Unicode characters unescaped by default. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Separate the tests and the main program. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Add a COPYING file with too many words in it. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Documentation. Copious. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Move everything around - delete old Haskell code, clean... |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Slightly better string interpolation. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Add the builtin 'select' function. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Add a missing file from prev commit |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | Builtin functions defined in jq. |
commit | commitdiff | tree | snapshot |
2012-09-18 |
Stephen Dolan | -Werror was a little overzealous. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Stephen Dolan | Builtin function 'type'. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Stephen Dolan | Fix a precedence bug. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Stephen Dolan | Recursive functions + bugfix for stack reallocation. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Stephen Dolan | Make the code compile with warnings-as-errors. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Stephen Dolan | Fix debugging code in execute.c so that debug jq compil... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Stephen Dolan | Make "not" a builtin function rather than syntax. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Stephen Dolan | Redefine true and false. Define empty, distict from... |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Stephen Dolan | Merge branch 'master' of github:stedolan/jq |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Stephen Dolan | First pass at string interpolation. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Stephen Dolan | Add a "tostring" function. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Stephen Dolan | Support rendering a JSON value to a string buffer. |
commit | commitdiff | tree | snapshot |
2012-09-17 |
Stephen Dolan | Better support for appending strings in JV. |
commit | commitdiff | tree | snapshot |
next |