projects
/
jq
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
jq
2013-12-05
Nicolas Williams
Support more arguments for defs
commit
|
commitdiff
|
tree
|
snapshot
2013-12-04
Stephen Dolan
Preserve insertion order in objects. Closes #169.
commit
|
commitdiff
|
tree
|
snapshot
2013-11-30
Nicolas Pouillard
Add a few more test cases (from the man page)
commit
|
commitdiff
|
tree
|
snapshot
2013-11-08
Stephen Dolan
Add a --unbuffered option. Closes #206
commit
|
commitdiff
|
tree
|
snapshot
2013-11-08
Stephen Dolan
Merge pull request #210 from Habbie/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Peter van Dijk
count should be length
210/head
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Stephen Dolan
Merge pull request #193 from ryo1kato/fix-docs
commit
|
commitdiff
|
tree
|
snapshot
2013-11-07
Stephen Dolan
Fix a crash on group_by of empty list. Fixes #208.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-16
Ryoichi KATO
Docs: add description of --from-file option
193/head
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Stephen Dolan
Merge pull request #188 from Juanxo/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Juan Guerrero
Fix typo on error message
188/head
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Stephen Dolan
Merge pull request #185 from qoelet/master
commit
|
commitdiff
|
tree
|
snapshot
2013-09-20
Kenny Shen
Add missing -i flag in build instructions
185/head
commit
|
commitdiff
|
tree
|
snapshot
2013-09-14
Stephen Dolan
Merge pull request #182 from mdaines/sqrt-builtin
commit
|
commitdiff
|
tree
|
snapshot
2013-09-14
Michael Daines
Add test showing calculation of standard deviation
182/head
commit
|
commitdiff
|
tree
|
snapshot
2013-09-14
Stephen Dolan
Merge branch 'libjq'
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Stephen Dolan
Merge pull request #181 from mdaines/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Mike Daines
Fix typo
181/head
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Stephen Dolan
Merge pull request #171 from joelittlejohn/fix-makefile
commit
|
commitdiff
|
tree
|
snapshot
2013-09-13
Stephen Dolan
Merge pull request #175 from lipidity/fix-build
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Michael Daines
Add sqrt operator
commit
|
commitdiff
|
tree
|
snapshot
2013-09-01
Ankur
Call AM_INIT_AUTOMAKE once only
175/head
commit
|
commitdiff
|
tree
|
snapshot
2013-08-19
Joe Littlejohn
Fix Makefile after refactoring of stacks in 05d90517b02
171/head
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
Stephen Dolan
Remove #includes from jv.h
libjq
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
Stephen Dolan
Fix the jv_parser interface.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
Stephen Dolan
Use libtool's built-in symbol exporting rather than...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
Stephen Dolan
Move gen_utf8_tables to scripts
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
Stephen Dolan
Move libtool m4 junk to config/ and delete some autogen...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-23
Stephen Dolan
Remove Autoconf-generated config.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Stephen Dolan
Merge branch 'header-cleanup' into libjq
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Stephen Dolan
Build libjq only once, and link it statically to ./jq
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Stephen Dolan
Fix distcheck.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Stephen Dolan
Merge pull request #162 from stedolan/utf8-fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Stephen Dolan
Reject all overlong UTF8 sequences.
162/head
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Stephen Dolan
Fix various UTF8 parsing bugs.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-22
Stephen Dolan
Fix example in manual for `floor`. See #155.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Nicolas Williams
Document floor
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Nicolas Williams
Add floor operator
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Nicolas Williams
Document mod
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Nicolas Williams
Add mod (and setmod) operators
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Nicolas Williams
Update .gitignore
153/head
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Nicolas Williams
Add libjq autoconf goo
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Nicolas Williams
Quiet setup.sh re: tmp dir
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Stephen Dolan
Merge pull request #157 from nicowilliams/argfile-fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Stephen Dolan
Move cfunction invocation code to the interpreter loop.
header-cleanup
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
Nicolas Williams
Fix serious bug in handling of --argfile
157/head
commit
|
commitdiff
|
tree
|
snapshot
2013-06-19
Nicolas Williams
Fix leaks in jv_load_file()
commit
|
commitdiff
|
tree
|
snapshot
2013-06-18
Stephen Dolan
Fold opcode.{c,h} into bytecode.{c,h}
commit
|
commitdiff
|
tree
|
snapshot
2013-06-18
Stephen Dolan
Simplify block functions for variables
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Stephen Dolan
Saner build instructions in README.md
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Stephen Dolan
Remove some initialise-to-zero code.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Stephen Dolan
Merge branch 'stack-refactor-merge'
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Stephen Dolan
Merge branch 'stack-refactor'
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Stephen Dolan
Merge pull request #154 from nicowilliams/no-fopen-re
commit
|
commitdiff
|
tree
|
snapshot
2013-06-17
Nicolas Williams
Remove accidentally introduced use of fopen "e"
154/head
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Stephen Dolan
Merge pull request #114 from nicowilliams/nomem_handler
commit
|
commitdiff
|
tree
|
snapshot
2013-06-16
Nicolas Williams
Remove last remnant of main.h
114/head
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
Nicolas Williams
Allow --run-tests to take a file argument
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
Nicolas Williams
Fixup API to get closer to a libjq
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
Stephen Dolan
Merge pull request #150 from nicowilliams/jv_load_file
commit
|
commitdiff
|
tree
|
snapshot
2013-06-15
Nicolas Williams
Move slurp_file() into library as jv_load_file()
150/head
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Stephen Dolan
Clean up lots of stack and frame logic.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-14
Stephen Dolan
Simplify frame logic.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-13
Stephen Dolan
Unify all stacks. Passes tests, but needs cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-11
Stephen Dolan
Support ."foo" syntax for accessing fields. See #141.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Stephen Dolan
Unify frame and data stacks
commit
|
commitdiff
|
tree
|
snapshot
2013-06-05
Stephen Dolan
Speed up cached configure (./configure -C)
commit
|
commitdiff
|
tree
|
snapshot
2013-06-05
Stephen Dolan
Clean up flex lines in build
commit
|
commitdiff
|
tree
|
snapshot
2013-06-05
Stephen Dolan
Lex and parse .foo better.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Stephen Dolan
Merge pull request #142 from lanthaler/master
commit
|
commitdiff
|
tree
|
snapshot
2013-06-04
Markus Lanthaler
Update README.md
142/head
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Stephen Dolan
Make jq --version print to stdout, not stderr
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Stephen Dolan
Better error handling for .foo case in parser. See...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Stephen Dolan
Let the parser rather than the lexer handle invalid...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Stephen Dolan
Add command-line option to sort object keys.
commit
|
commitdiff
|
tree
|
snapshot
2013-06-03
Stephen Dolan
Clean up Makefile.am (distcheck, rebuild version.h...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Stephen Dolan
Merge pull request #139 from 13ren/stopwarning
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Brendan Macmillan
Stop warning on fgets, simple version
139/head
commit
|
commitdiff
|
tree
|
snapshot
2013-06-01
Brendan Macmillan
Stop warning on fgets, complex version
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Stephen Dolan
Squash a warning on some GCC versions
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Stephen Dolan
Support for printing object keys in sorted order.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Stephen Dolan
Merge pull request #135 from 13ren/locfile_bugfix
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Stephen Dolan
Merge pull request #130 from 13ren/libload_2
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Brendan Macmillan
Bugfix multiline off-by-one (locfile.c)
135/head
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Brendan Macmillan
locfile.h -> locfile.h + locfile.c
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Brendan Macmillan
Hack bugfix for multiline off-by-one (locfile.c)
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Brendan Macmillan
Load library from ~/.jq
130/head
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Stephen Dolan
Make jq --version report an actual git revision.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-24
Stephen Dolan
Merge pull request #133 from nicowilliams/option_argfil...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-23
Nicolas Williams
Add --argfile variant of --arg (issue #117)
133/head
commit
|
commitdiff
|
tree
|
snapshot
2013-05-23
Stephen Dolan
'make clean' won't delete jq.1 if it can't be rebuilt.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-19
Stephen Dolan
jq 1.3 release
126/head
jq-1.3
commit
|
commitdiff
|
tree
|
snapshot
2013-05-17
Stephen Dolan
EACH need not make a backtrack point on the last iteration
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Stephen Dolan
Make array construction use LOADVN (slightly faster)
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Stephen Dolan
Remove the insane "fold" operation, replace with saner...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Stephen Dolan
Add LOADVN opcode.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-16
Stephen Dolan
Reverse function. Closes #94.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Stephen Dolan
Better debug info for struct bytecode.
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Stephen Dolan
Only generate code for those builtin functions actually...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-15
Stephen Dolan
Remove the YIELD opcode (use RET instead)
commit
|
commitdiff
|
tree
|
snapshot
next