]> granicus.if.org Git - jq/shortlog
jq
2019-10-24 William LangfordEnsure travis has a python version we expect master
2019-10-22 Leonid S. UsovRemove an accidentally committed debug file
2019-10-22 William LangfordAdd configure guards around literal jv_numbers
2019-10-22 Leonid S. Usov[tests] print test # from the start of the tests file...
2019-10-22 Leonid S. UsovSave literal value of the parsed number to preserve...
2019-10-22 Leonid S. UsovAdd decNumber library
2019-07-31 William LangfordMerge pull request #1948 from eli-schwartz/no-pacman-sy
2019-07-21 Eli Schwartzdocs: fix seriously dangerous download instructions... 1948/head
2019-07-14 William LangfordMerge pull request #1944 from tessus/doc-improvement
2019-07-09 Helmut K. C... clarify filter usage 1944/head
2019-06-11 Ricardo ConstantinoMakefile.am: fix builtin.inc with out-of-root builds
2019-04-07 Mark FeitImprove jv_is_integer()
2019-04-04 Mattias Hanssonjq_util_input_init: Zero memory using calloc
2019-03-29 Mattias HanssonDockerfile: Uninstall oniguruma before distclean
2019-03-29 Mattias HanssonDockerfile: Fetch dependency as git submodule
2019-03-29 Mattias HanssonDockerfile: Change base image to Debian Stable
2019-03-29 Mattias HanssonDockerfile: Add missing dependency to pip3
2019-03-29 Mattias HanssonDockerfile: Specify locale settings
2019-03-29 Mattias HanssonDockerfile: Set noninteractive
2019-03-29 Mattias HanssonAdd pkg-config file for libjq
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...
next