]> granicus.if.org Git - jq/shortlog
jq
2013-05-05 Stephen DolanCombine the functionality of jq and jq_test
2013-05-05 Stephen DolanMake a few constant globals actually const.
2013-05-05 Stephen DolanMerge pull request #109 from nicowilliams/no_mutable_gl...
2013-05-05 Stephen DolanMerge pull request #93 from shayel/master
2013-04-29 Nicolas WilliamsBuild and install libjq 109/head
2013-04-29 Nicolas WilliamsRemove unnecessary #includes
2013-04-28 Nicolas WilliamsRemove globals/make jq_init/next/teardown() an API
2013-03-24 Shay ElkinAdd missing require to Rakefile 93/head
2013-01-03 Stephen DolanFix negative number syntax. Add a unary '-' operator.
2013-01-03 Stephen DolanChange APPEND opcode to directly modify a variable.
2012-12-31 Stephen DolanClean up jv_object_foreach and add jv_array_foreach
2012-12-31 Stephen DolanIgnore some more stuff.
2012-12-29 Stephen DolanAdd the `recurse` function. See #37.
2012-12-29 Stephen DolanMake null + foo return foo, rather than an error.
2012-12-29 Stephen DolanRefactor assignment.
2012-12-29 Stephen DolanImprovements to del(foo).
2012-12-29 Stephen DolanFix a bug in URI-encoding of certain non-ASCII characters.
2012-12-28 Stephen DolanPath manipulation (path/getpath/setpath/delpath) and...
2012-12-28 Stephen DolanSupport for two-argument functions.
2012-12-28 Stephen DolanFold operation (code/docs/test)
2012-12-28 Stephen DolanDocs typos.
2012-12-28 Stephen Dolan@foo syntax for encoding of strings into various formats.
2012-12-27 Stephen DolanFix an embarassing I/O bug.
2012-12-27 Stephen DolanJSON parsing error messages now specify a location...
2012-12-24 Stephen DolanSneaky valgrind trick to detect stack memory issues.
2012-12-23 Stephen DolanFix a bad memory leak when using --raw-output
2012-12-20 Stephen DolanGive Windows builds a proper .exe suffix.
2012-12-20 Stephen DolanVersion 1.2! jq-1.2
2012-12-20 Stephen DolanAdd a few lines to the bottom of the manpage.
2012-12-20 Stephen DolanUpdate download page and build system to handle more...
2012-12-20 Stephen DolanDon't enable coloured output by default on Windows.
2012-12-20 Stephen DolanMerge pull request #50 from stesh/master
2012-12-18 Stephen DolanFix a bug in stack reallocation during deep recursion.
2012-12-18 Stephen DolanPrint an error message and abort in out-of-memory situa...
2012-12-18 Stephen DolanAdd wrappers for malloc/realloc/free. See #43.
2012-12-16 Stephen DolanAdd the ability to specify input files on the commandline.
2012-12-16 Stephen DolanImprove manpage introduction, add examples to manpage.
2012-12-16 Stephen DolanFix a bug uncovered by tests extracted from manual.
2012-12-16 Stephen DolanLots of build system and docs improvements, including...
2012-12-12 Stephen DolanAdd a Gemfile to make building the documentation easier.
2012-12-10 Stephen DolanDelete autogenerated source from the repository.
2012-12-10 Stephen Dolansome words explaining struct inst a little
2012-12-10 Stephen Dolanerror() function
2012-12-10 Stephen DolanFix Rack setup so that viewing documentation locally...
2012-12-07 Stephen ShawRemove old OS X 'instructions' 50/head
2012-12-07 Stephen ShawAdd information about installing dev environment on...
2012-12-07 Stephen DolanChange order of evaluation for certain indexing operations.
2012-12-04 Stephen DolanAdd min, max, min_by, max_by functions.
2012-12-04 Stephen DolanRefactor function argument passing into what it always...
2012-12-03 Stephen DolanExtend `{foo}` syntax to allow `{"foo"}` as well.
2012-12-03 Stephen DolanGeneral cleanup - rename a few things, delete dead...
2012-12-03 Stephen DolanAdd a `unique` function.
2012-12-03 Stephen DolanSee, I told you colour was a bad idea! #11
2012-12-03 Stephen DolanOh alright then, if you insist.
2012-12-02 Stephen DolanIgnore a UTF-8 BOM if one appears at the start of a...
2012-12-02 Stephen DolanMake the -c output more compact. Closes #44.
2012-12-02 Stephen Dolansort_by and group_by functions, tests and docs.
2012-12-02 Stephen DolanDemote "contains" to a built-in function rather than...
2012-12-02 Stephen DolanFix a horrible scoping/associativity bug.
2012-12-02 Stephen DolanClean up implementation of builtin functions.
2012-12-02 Stephen DolanMove all the includes one place to the left
2012-12-02 Stephen DolanClean up calls to C functions, unify opcodes
2012-12-02 Stephen DolanRefactor of function call codegen. Separate codegen...
2012-11-30 Stephen DolanSort function and more general comparison operators.
2012-11-26 Stephen DolanMerge remote-tracking branch 'origin/master'
2012-11-26 Stephen DolanMove some higher-level JSON manipulation functions...
2012-11-26 Stephen DolanDefine bytecoded builtins more concisely.
2012-11-26 Stephen DolanRaise a proper error from the lexer on unmatched },),]
2012-11-26 Stephen DolanTransparent handling for CBV arguments to C functions.
2012-11-26 Stephen DolanClean up function creation API and epilogue generation.
2012-11-25 Stephen DolanAdd some preprocessor junk to make codegen cleaner.
2012-11-25 Stephen DolanMinor refactor of function call setup to allow for...
2012-10-25 Stephen DolanMerge pull request #36 from stroan/contains-operator
2012-10-25 Stephen RoantreeMerge branch 'master' of https://github.com/stedolan... 36/head
2012-10-25 Stephen RoantreeRemove redundant code from jv_object_contains
2012-10-25 Stephen RoantreeRestructure contains methods to use public jv methods
2012-10-24 Stephen DolanFix a bug in string parsing. Closes #35
2012-10-24 Stephen RoantreeImplemented contains operator
2012-10-24 Stephen DolanMerge pull request #34 from dgryski/master
2012-10-24 Damian GryskiUpdate generated lexer.gen.* and parser.gen.* files 34/head
2012-10-24 Damian GryskiReplace yyscan_t with another pointer type that we...
2012-10-23 Stephen DolanRemove .gitignore from tarballs.
2012-10-23 Damian GryskiAdd some in/equality test cases
2012-10-23 Stephen DolanMerge pull request #22 from alexchamberlain/patch-1
2012-10-23 Damian GryskiRegenerate lex/yacc files
2012-10-23 Damian GryskiImplement 'not equal' (!=) as a binop
2012-10-23 Damian Gryskiyyscan_t isn't exposed by some versions of flex.
2012-10-23 Alex ChamberlainAdd docs for installing on Arch Linux. 22/head
2012-10-22 Stephen DolanAllow the 'keys' function to take arrays.
2012-10-22 Stephen DolanI should probably document select and empty :) (#29...
2012-10-22 Stephen DolanDocs fixes.
2012-10-22 Stephen DolanMerge pull request #14 from merriam/patch-2
2012-10-22 Stephen DolanDelete a badly-thought-out bit of a Makefile.
2012-10-22 Stephen Dolanupdated autogenerated files
2012-10-22 Stephen DolanSupport a -f option to load from a file, and # comments
2012-10-22 Stephen DolanFix logic for "slurp" option. Fixes #18
2012-10-22 Stephen DolanMake the gen_utf8_tables script Python3 compatible...
2012-10-22 Charles MerriamUpdate docs/content/1.tutorial/default.yml 14/head
2012-10-21 Stephen DolanVersion number tracking. jq-1.0 jq-1.1
2012-10-21 Stephen DolanFix a mistake in the docs. Fixes #10
next