2012-12-29 |
Stephen Dolan | Improvements to del(foo). |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Stephen Dolan | Fix a bug in URI-encoding of certain non-ASCII characters. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Stephen Dolan | Path manipulation (path/getpath/setpath/delpath) and... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Stephen Dolan | Support for two-argument functions. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Stephen Dolan | Fold operation (code/docs/test) |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Stephen Dolan | Docs typos. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Stephen Dolan | @foo syntax for encoding of strings into various formats. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Stephen Dolan | Fix an embarassing I/O bug. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Stephen Dolan | JSON parsing error messages now specify a location... |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Stephen Dolan | Sneaky valgrind trick to detect stack memory issues. |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Stephen Dolan | Fix a bad memory leak when using --raw-output |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Stephen Dolan | Give Windows builds a proper .exe suffix. |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Stephen Dolan | Version 1.2! jq-1.2 |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Stephen Dolan | Add a few lines to the bottom of the manpage. |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Stephen Dolan | Update download page and build system to handle more... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Stephen Dolan | Don't enable coloured output by default on Windows. |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Stephen Dolan | Merge pull request #50 from stesh/master |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Stephen Dolan | Fix a bug in stack reallocation during deep recursion. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Stephen Dolan | Print an error message and abort in out-of-memory situa... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Stephen Dolan | Add wrappers for malloc/realloc/free. See #43. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Stephen Dolan | Add the ability to specify input files on the commandline. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Stephen Dolan | Improve manpage introduction, add examples to manpage. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Stephen Dolan | Fix a bug uncovered by tests extracted from manual. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Stephen Dolan | Lots of build system and docs improvements, including... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Stephen Dolan | Add a Gemfile to make building the documentation easier. |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Stephen Dolan | Delete autogenerated source from the repository. |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Stephen Dolan | some words explaining struct inst a little |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Stephen Dolan | error() function |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Stephen Dolan | Fix Rack setup so that viewing documentation locally... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Stephen Shaw | Remove old OS X 'instructions' 50/head |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Stephen Shaw | Add information about installing dev environment on... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Stephen Dolan | Change order of evaluation for certain indexing operations. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Stephen Dolan | Add min, max, min_by, max_by functions. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Stephen Dolan | Refactor function argument passing into what it always... |
commit | commitdiff | tree | snapshot |
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 |
next |