index
:
jq
autotools
bugfix/aix-issues
bugfix/aix-issues-jq1.6
dec_literal_number
docs
fix-destructuring-alternation
fix-last-empty
gh-pages
haskell-version
header-cleanup
jq-1.5-branch
libjq
macos-strptime
master
nicowilliams/inst-timing
no-more-ruby
owenthereal/2561
owenthereal/release
pull/2548/head
qsort-stability
tco-in-compiler
Mirror of https://github.com/stedolan/jq
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-04-03
Add configure guards around literal jv_numbers
dec_literal_number
William Langford
2019-04-03
[tests] print test # from the start of the tests file to help with skip and take
Leonid S. Usov
2019-04-03
Save literal value of the parsed number to preserve it for the output
Leonid S. Usov
2019-04-03
Add decNumber library
Leonid S. Usov
2019-03-29
Dockerfile: Uninstall oniguruma before distclean
Mattias Hansson
2019-03-29
Dockerfile: Fetch dependency as git submodule
Mattias Hansson
2019-03-29
Dockerfile: Change base image to Debian Stable
Mattias Hansson
2019-03-29
Dockerfile: Add missing dependency to pip3
Mattias Hansson
2019-03-29
Dockerfile: Specify locale settings
Mattias Hansson
2019-03-29
Dockerfile: Set noninteractive
Mattias Hansson
2019-03-29
Add pkg-config file for libjq
Mattias Hansson
2019-03-26
Fix assert in generator subexpressions (fix #1875)
Nicolas Williams
2019-03-25
Fix tests/jq.test for c72ed135
Nicolas Williams
2019-03-25
Fix tests/shtest broken by 2b4d51f
Nicolas Williams
2019-03-24
Disable docs by default; don't mantest if no docs
Nicolas Williams
2019-03-24
Identify progname in more errors (fix #1860)
Nicolas Williams
2019-03-24
Add -b / --binary option for Windows
Nicolas Williams
2019-03-24
Allow .["foo"].["bar"]
Nicolas Williams
2019-03-24
Allow keywords in more places (fix #1868)
Nicolas Williams
2019-02-26
Restore cfunction arity in builtins/0
Muh Muhten
2019-02-26
Bind libraries backward for consistent shadowing
Muh Muhten
2019-02-26
Fix regression on ~/.jq being a directory
Muh Muhten
2019-02-26
Fix alpine build
Muh Muhten
2019-02-26
Make shtest verbose 2 diag. alpine build failure
Nicolas Williams
2019-02-26
Change contains to return true for empty string needles
William Langford
2019-02-26
Configure appveyor build to use python
William Langford
2019-02-26
Cleanup leftover references to ruby
William Langford
2019-02-26
Configure travis build to use python
William Langford
2019-02-26
Remove ruby dependency from mantests
William Langford
2019-02-26
Remove ruby dependency from manpage build
William Langford
2019-02-26
Remove ruby dependency from website build
William Langford
2019-02-26
Simplify and optimize SQLish builtins
Muh Muhten
2019-02-26
Fix bizarre bsearch/1 behaviour with a stream argument
Muh Muhten
2019-02-26
Make tostream much more efficient
Muh Muhten
2019-02-26
Reimplement fromstream/1 more compactly
Muh Muhten
2019-02-26
Simplify definition of range/3
Muh Muhten
2019-02-26
Simplify type-select builtins
Muh Muhten
2019-02-26
Add more tests for any and all
Muh Muhten
2019-02-26
Redefine isempty/1, and the all and any series
Muh Muhten
2019-02-26
Remove scalars_or_empty
Muh Muhten
2019-02-26
No need to block_drop_unreferenced after builtins
Muh Muhten
2019-02-26
Rename block_bind_incremental to block_bind_referenced
Muh Muhten
2019-02-26
Fix block flipping in block_drop_unreferenced
Muh Muhten
2019-02-21
Merge pull request #1837 from muhmuhten/limit_0
Nico Williams
2019-02-21
Ensure limit(0; ...) is empty
Muh Muhten
2019-02-20
Rewrite `_assign/2` using `$argument` syntax
Muh Muhten
2019-02-20
Work around fgets()'s lack of length reporting
Muh Muhten
2019-02-20
Fix if-then-else example formatting
Nicolas Williams
2019-02-20
Document optional `else` clause of `if`
Nicolas Williams
2019-02-20
Support "if" without "else" clause
Chance Zibolski
[next]