]> granicus.if.org Git - jq/shortlog
jq
2019-03-26 Nicolas WilliamsFix assert in generator subexpressions (fix #1875) 1877/head
2019-03-25 Nicolas WilliamsFix tests/jq.test for c72ed135
2019-03-25 Nicolas WilliamsFix tests/shtest broken by 2b4d51f
2019-03-25 Nicolas WilliamsDisable docs by default; don't mantest if no docs
2019-03-25 Nicolas WilliamsIdentify progname in more errors (fix #1860)
2019-03-25 Nicolas WilliamsAdd -b / --binary option for Windows
2019-03-25 Nicolas WilliamsAllow .["foo"].["bar"]
2019-03-25 Nicolas WilliamsAllow keywords in more places (fix #1868)
2019-02-27 Muh MuhtenRestore cfunction arity in builtins/0
2019-02-27 Muh MuhtenBind libraries backward for consistent shadowing
2019-02-27 Muh MuhtenFix regression on ~/.jq being a directory
2019-02-27 Muh MuhtenFix alpine build
2019-02-26 Nicolas WilliamsMake shtest verbose 2 diag. alpine build failure
2019-02-26 William LangfordChange contains to return true for empty string needles
2019-02-26 William LangfordConfigure appveyor build to use python
2019-02-26 William LangfordCleanup leftover references to ruby
2019-02-26 William LangfordConfigure travis build to use python
2019-02-26 William LangfordRemove ruby dependency from mantests
2019-02-26 William LangfordRemove ruby dependency from manpage build
2019-02-26 William LangfordRemove ruby dependency from website build
2019-02-26 Muh MuhtenSimplify and optimize SQLish builtins
2019-02-26 Muh MuhtenFix bizarre bsearch/1 behaviour with a stream argument
2019-02-26 Muh MuhtenMake tostream much more efficient
2019-02-26 Muh MuhtenReimplement fromstream/1 more compactly
2019-02-26 Muh MuhtenSimplify definition of range/3
2019-02-26 Muh MuhtenSimplify type-select builtins
2019-02-26 Muh MuhtenAdd more tests for any and all
2019-02-26 Muh MuhtenRedefine isempty/1, and the all and any series
2019-02-26 Muh MuhtenRemove scalars_or_empty
2019-02-26 Muh MuhtenNo need to block_drop_unreferenced after builtins
2019-02-26 Muh MuhtenRename block_bind_incremental to block_bind_referenced
2019-02-26 Muh MuhtenFix block flipping in block_drop_unreferenced
2019-02-21 Nico WilliamsMerge pull request #1837 from muhmuhten/limit_0
2019-02-21 Muh MuhtenEnsure limit(0; ...) is empty 1837/head
2019-02-21 Muh MuhtenRewrite `_assign/2` using `$argument` syntax
2019-02-21 Muh MuhtenWork around fgets()'s lack of length reporting
2019-02-21 Nicolas WilliamsFix if-then-else example formatting
2019-02-21 Nicolas WilliamsDocument optional `else` clause of `if`
2019-02-21 Chance ZibolskiSupport "if" without "else" clause
2019-02-21 Muh MuhtenBind data imports properly when already resolved
2019-02-21 Muh MuhtenMake builtin binding fast again by binding only referen...
2019-02-21 Muh MuhtenLoad ~/.jq as a library instead of with builtins
2019-02-21 Muh MuhtenAdd import metadata key "optional"
2019-02-21 Muh MuhtenReplace TOP-before-imports special case with assert
2019-02-21 Muh MuhtenCatch .. as the first component of a module path
2019-02-21 Muh MuhtenPass on the error message when rel_path is invalid
2019-02-21 Muh MuhtenSimplify definition of block_bind_referenced
2019-02-18 Jason HoodAllow globbing on Windows
2019-02-17 Jason HoodMake UTC time on Windows
2019-02-17 Jason HoodAdd ISO 8601-specific strptime
2019-02-17 Jason HoodPrevent redirecting to NUL crash
2019-02-17 Jason HoodPossibly enable color output on Windows (#1494)
2019-02-17 Muh MuhtenReimplement block_drop_unreferenced in linear time
2019-02-09 Nico WilliamsMerge pull request #1818 from muhmuhten/free_in_index
2019-02-09 Muh MuhtenMake sure to free in jv_string_indexes 1818/head
2019-02-09 Muh MuhtenImprove linking time by marking subtrees with unbound...
2019-02-09 Nicolas WilliamsFix infinite loop in index("") (fix #1815)
2019-02-07 Matt CleggFIX if-then-else example
2019-02-07 Muh MuhtenDefine error/1 in terms of error/0
2019-02-06 Muh MuhtenExport input/0 directly from C, removing _input/0
2019-02-04 Derrick Pallasbuiltin/f_match: prevent overruns of input_string
2019-02-03 Derrick Pallasbuiltin/f_match: call onig_error_code_to_str with einfo...
2019-01-31 Muh MuhtenUnify timegm fallbacks into my_mktime
2019-01-30 Muh MuhtenFix build on BSD make
2019-01-30 Muh MuhtenFix include/import namespace confusion
2019-01-22 David HaguenauerAdd tests for built-in function `contains`
2019-01-19 Nicolas Williams`contains` should handle embedded NULs (fix #1732)
2019-01-05 William LangfordMerge pull request #1774 from dooglus/patch-1
2018-12-26 Nicolas WilliamsOut-of-srcdir builds: AM_CPPFLAGS=-I${srcdir}/src
2018-12-26 Ricardo Constantinobuiltin: add missing windows.h include
2018-12-26 Ricardo ConstantinoMakefile.am: add no-undefined for win32
2018-12-19 HE, TaoMingw-w64 on windows doesn't have `setenv`, fix that.
2018-12-18 EugenMake fromstream/1 more efficient
2018-12-18 Ryoichi KATOfix --exit-code issues #1142 and #1139
2018-12-18 mail6543210Ensure that `${builddir}/src` exists
2018-12-15 William LangfordMerge pull request #1779 from gvangool/update-NEWS
2018-12-15 Gert Van GoolAdds the release info for 1.6 to NEWS 1779/head
2018-12-11 Nicolas WilliamsAllow variable refs as object keys {$key:value}
2018-11-29 Chris MooreFix grammar typo. 1774/head
2018-11-20 William LangfordMerge pull request #1768 from haochenx/readme-add-autom...
2018-11-20 William LangfordAdd missing jv_copy when printing with -ar
2018-11-12 Haochen Xieadd automake as build dependency to README.md 1768/head
2018-11-02 William LangfordMinor website fixes for 1.6
2018-11-02 William LangfordRelease jq-1.6 jq-1.6
2018-11-02 William LangfordUpdate website with details for jq-1.6
2018-10-22 William LangfordFix website whitespace
2018-10-22 William LangfordAdd documentation for destructuring alternation
2018-10-12 Alex OzdemirBugfix: Math function checking
2018-08-31 William LangfordFix osx travis build
2018-08-31 William Langfordfix memory leak
2018-08-18 William LangfordRestore JV_PRINT_COLOUR as an alias 1.6rc2
2018-08-18 William LangfordFix destructuring alternation fix-destructuring-alternation
2018-08-17 William LangfordCreate issue template
2018-05-12 Roland C. Dowdeswelljv_file.c: check to see if the file is a directory...
2018-03-06 Nicolas WilliamsMake limit/2 more efficient
2018-03-06 Nicolas Williamslimit/2 evals exp one time too many
2018-03-01 rain1src/main.c: fix issue #1587 by using jv_dumpf in the...
2018-02-23 Riley AvronFix "provides" typo
2018-02-20 David FetterChange backticks to the more legible $()
2018-02-20 Jakub JirutkaBuild static binaries and deploy to GH Releases from...
next