]> granicus.if.org Git - jq/shortlog
jq
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
2012-10-21 Stephen DolanMerge pull request #8 from maxme/master
2012-10-21 Stephen DolanUpdate website: binaries + version bump.
2012-10-21 Maxime Biaisadd install and uninstall rules in Makefile 8/head
2012-10-21 Stephen DolanCheck in a bunch of autogenerated files.
2012-10-19 Stephen DolanAdd a 'keys' function. Fixes #4.
2012-10-19 Stephen DolanA string interpolation syntax that I don't hate. Also...
2012-10-11 Stephen DolanMerge pull request #6 from stroan/numeric-comparison...
2012-10-10 Stephen RoantreeMake comp binops nonassoc 6/head
2012-10-07 Stephen RoantreeAdd <,>,<=,>= binops
2012-09-22 Stephen DolanAllow underscores in IDENT tokens. Fixes #3.
2012-09-20 Stephen DolanAdd a bunch of commandline options for controlling...
2012-09-19 Stephen DolanMore broken links :(
2012-09-19 Stephen DolanMake URLs relative to not break on github-pages
2012-09-19 Stephen DolanMake the <title>s of the doc pages less messy.
2012-09-19 Stephen DolanNo HTTPS for me, sadly.
2012-09-19 Stephen DolanFix some issues with relative URLs on Github Pages.
2012-09-19 Stephen DolanAdd a rake task to compile docs into static html.
2012-09-19 Stephen DolanUse a theme from Bootswatch for docs.
2012-09-18 Stephen DolanEnsure 'make tarball' creates the required directories.
2012-09-18 Stephen DolanAdd some release stuff to Makefile.
2012-09-18 Stephen DolanAdd binaries and update download docs.
2012-09-18 Stephen DolanInitialise some variables to keep gcc happy.
2012-09-18 Stephen DolanFix a parsing bug for \uXXXX escapes (some invalid...
2012-09-18 Stephen DolanAdd a README
2012-09-18 Stephen DolanUsage messages if jq is run with no arguments.
2012-09-18 Stephen DolanImplement the 'add' builtin promised by the docs' examples.
2012-09-18 Stephen DolanMore docs + docs cleanup
next