2012-10-22 |
Stephen Dolan | Make the gen_utf8_tables script Python3 compatible... |
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 |
2012-09-16 |
Stephen Dolan | Bind builtin functions in a slightly less ugly way. |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Stephen Dolan | Builtin function 'length', for arrays/objects/strings. |
commit | commitdiff | tree | snapshot |
2012-09-16 |
Stephen Dolan | Hrm. Update operators (//=, +=, etc.) aren't very well... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Stephen Dolan | Add update operators (+=, -=, *=, /= and //=) |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Stephen Dolan | Make .[] capable of iteration over objects as well... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Stephen Dolan | Pretty-printing of JSON values. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Stephen Dolan | JSON stream parser. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Stephen Dolan | More error handling - locations of refs to undefined... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Stephen Dolan | Better error handling and messages for invalid index... |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Stephen Dolan | More error handling in the parser. |
commit | commitdiff | tree | snapshot |
2012-09-11 |
Stephen Dolan | Proper error messages from lexer errors (e.g. bad chara... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stephen Dolan | Much, much better error reporting from the parser. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stephen Dolan | '==' operator, tests for equality and operator precedence. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stephen Dolan | String -> number conversions with "tonumber". |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stephen Dolan | Multiplication and division operators. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stephen Dolan | Subtraction - as expected for numbers, ruby-style set... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stephen Dolan | String concatenation. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stephen Dolan | Sensible error messages when a silly addition is performed. |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stephen Dolan | jv_string_fmt (create printf-formatted JSON strings) |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stephen Dolan | Plug a memory leak in jv_object_merge |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stephen Dolan | Make jv_invalid() first-class values capable of holding... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stephen Dolan | When comparing two objects for equality, we don't need... |
commit | commitdiff | tree | snapshot |
2012-09-10 |
Stephen Dolan | Make a main program that doesn't spam debugging info. |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Stephen Dolan | Make the '+' operator merge objects. |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Stephen Dolan | Bugfix for expanding objects. |
commit | commitdiff | tree | snapshot |
2012-09-09 |
Stephen Dolan | Print bad number values (Inf,NaN) "correctly". |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Stephen Dolan | null and string literals now exist, so add tests |
commit | commitdiff | tree | snapshot |
2012-09-06 |
Stephen Dolan | UTF8 coding utilities and unicode escaping in jv_dump... |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Stephen Dolan | Make the test harness not segfault when a test fails (!) |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Stephen Dolan | Add a Boolean "not" operator. |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Stephen Dolan | Short-circuiting Boolean "and" and "or" operators. |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Stephen Dolan | Move some unicode handling stuff to a separate file. |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Stephen Dolan | Add "elif" to if-then-else constructs. |
commit | commitdiff | tree | snapshot |
2012-09-04 |
Stephen Dolan | if-then-else and defined-or operators |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Stephen Dolan | Fix some confusion between "null" and "invalid". |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Stephen Dolan | Fix a memory leak in JV and add more tests |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Stephen Dolan | Perl-style autovivification. |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Stephen Dolan | squash a debug printf |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Stephen Dolan | JV_KIND_INVALID values to represent failed lookups... |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Stephen Dolan | Support "null" in JQ programs |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Stephen Dolan | Make assignment work again: = and |= operators. |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Stephen Dolan | Disallow a + before numbers (makes parsing easier,... |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Stephen Dolan | Modify number formatting so that 1e-3 renders as 0... |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Stephen Dolan | Literal strings and better literal numbers. |
commit | commitdiff | tree | snapshot |
2012-09-03 |
Stephen Dolan | Remove globals from parser, use explicit structure. |
commit | commitdiff | tree | snapshot |
2012-09-02 |
Stephen Dolan | Mark a constant array const in jvp_dtoa.c |
commit | commitdiff | tree | snapshot |
2012-09-02 |
Stephen Dolan | Fix behaviour of stack at program termination. |
commit | commitdiff | tree | snapshot |
2012-09-02 |
Stephen Dolan | Move from Jansson to JV - proper freeing of memory |
commit | commitdiff | tree | snapshot |
next |