]> granicus.if.org Git - jq/shortlog
jq
2013-11-08 Stephen DolanMerge pull request #210 from Habbie/patch-1
2013-11-07 Peter van Dijkcount should be length 210/head
2013-11-07 Stephen DolanMerge pull request #193 from ryo1kato/fix-docs
2013-11-07 Stephen DolanFix a crash on group_by of empty list. Fixes #208.
2013-10-16 Ryoichi KATODocs: add description of --from-file option 193/head
2013-10-07 Stephen DolanMerge pull request #188 from Juanxo/patch-1
2013-10-06 Juan GuerreroFix typo on error message 188/head
2013-09-20 Stephen DolanMerge pull request #185 from qoelet/master
2013-09-20 Kenny ShenAdd missing -i flag in build instructions 185/head
2013-09-14 Stephen DolanMerge pull request #182 from mdaines/sqrt-builtin
2013-09-14 Michael DainesAdd test showing calculation of standard deviation 182/head
2013-09-14 Stephen DolanMerge branch 'libjq'
2013-09-13 Stephen DolanMerge pull request #181 from mdaines/patch-1
2013-09-13 Mike DainesFix typo 181/head
2013-09-13 Stephen DolanMerge pull request #171 from joelittlejohn/fix-makefile
2013-09-13 Stephen DolanMerge pull request #175 from lipidity/fix-build
2013-09-12 Michael DainesAdd sqrt operator
2013-09-01 AnkurCall AM_INIT_AUTOMAKE once only 175/head
2013-08-19 Joe LittlejohnFix Makefile after refactoring of stacks in 05d90517b02 171/head
2013-06-23 Stephen DolanRemove #includes from jv.h libjq
2013-06-23 Stephen DolanFix the jv_parser interface.
2013-06-23 Stephen DolanUse libtool's built-in symbol exporting rather than...
2013-06-23 Stephen DolanMove gen_utf8_tables to scripts
2013-06-23 Stephen DolanMove libtool m4 junk to config/ and delete some autogen...
2013-06-23 Stephen DolanRemove Autoconf-generated config.h.
2013-06-22 Stephen DolanMerge branch 'header-cleanup' into libjq
2013-06-22 Stephen DolanBuild libjq only once, and link it statically to ./jq
2013-06-22 Stephen DolanFix distcheck.
2013-06-22 Stephen DolanMerge pull request #162 from stedolan/utf8-fixes
2013-06-22 Stephen DolanReject all overlong UTF8 sequences. 162/head
2013-06-22 Stephen DolanFix various UTF8 parsing bugs.
2013-06-22 Stephen DolanFix example in manual for `floor`. See #155.
2013-06-21 Nicolas WilliamsDocument floor
2013-06-21 Nicolas WilliamsAdd floor operator
2013-06-21 Nicolas WilliamsDocument mod
2013-06-21 Nicolas WilliamsAdd mod (and setmod) operators
2013-06-21 Nicolas WilliamsUpdate .gitignore 153/head
2013-06-21 Nicolas WilliamsAdd libjq autoconf goo
2013-06-21 Nicolas WilliamsQuiet setup.sh re: tmp dir
2013-06-21 Stephen DolanMerge pull request #157 from nicowilliams/argfile-fixes
2013-06-21 Stephen DolanMove cfunction invocation code to the interpreter loop. header-cleanup
2013-06-19 Nicolas WilliamsFix serious bug in handling of --argfile 157/head
2013-06-19 Nicolas WilliamsFix leaks in jv_load_file()
2013-06-18 Stephen DolanFold opcode.{c,h} into bytecode.{c,h}
2013-06-18 Stephen DolanSimplify block functions for variables
2013-06-17 Stephen DolanSaner build instructions in README.md
2013-06-17 Stephen DolanRemove some initialise-to-zero code.
2013-06-17 Stephen DolanMerge branch 'stack-refactor-merge'
2013-06-17 Stephen DolanMerge branch 'stack-refactor'
2013-06-17 Stephen DolanMerge pull request #154 from nicowilliams/no-fopen-re
2013-06-17 Nicolas WilliamsRemove accidentally introduced use of fopen "e" 154/head
2013-06-16 Stephen DolanMerge pull request #114 from nicowilliams/nomem_handler
2013-06-16 Nicolas WilliamsRemove last remnant of main.h 114/head
2013-06-15 Nicolas WilliamsAllow --run-tests to take a file argument
2013-06-15 Nicolas WilliamsFixup API to get closer to a libjq
2013-06-15 Stephen DolanMerge pull request #150 from nicowilliams/jv_load_file
2013-06-15 Nicolas WilliamsMove slurp_file() into library as jv_load_file() 150/head
2013-06-14 Stephen DolanClean up lots of stack and frame logic.
2013-06-14 Stephen DolanSimplify frame logic.
2013-06-13 Stephen DolanUnify all stacks. Passes tests, but needs cleanup.
2013-06-11 Stephen DolanSupport ."foo" syntax for accessing fields. See #141.
2013-06-10 Stephen DolanUnify frame and data stacks
2013-06-05 Stephen DolanSpeed up cached configure (./configure -C)
2013-06-05 Stephen DolanClean up flex lines in build
2013-06-05 Stephen DolanLex and parse .foo better.
2013-06-04 Stephen DolanMerge pull request #142 from lanthaler/master
2013-06-04 Markus LanthalerUpdate README.md 142/head
2013-06-03 Stephen DolanMake jq --version print to stdout, not stderr
2013-06-03 Stephen DolanBetter error handling for .foo case in parser. See...
2013-06-03 Stephen DolanLet the parser rather than the lexer handle invalid...
2013-06-03 Stephen DolanAdd command-line option to sort object keys.
2013-06-03 Stephen DolanClean up Makefile.am (distcheck, rebuild version.h...
2013-06-01 Stephen DolanMerge pull request #139 from 13ren/stopwarning
2013-06-01 Brendan MacmillanStop warning on fgets, simple version 139/head
2013-06-01 Brendan MacmillanStop warning on fgets, complex version
2013-05-31 Stephen DolanSquash a warning on some GCC versions
2013-05-29 Stephen DolanSupport for printing object keys in sorted order.
2013-05-29 Stephen DolanMerge pull request #135 from 13ren/locfile_bugfix
2013-05-29 Stephen DolanMerge pull request #130 from 13ren/libload_2
2013-05-29 Brendan MacmillanBugfix multiline off-by-one (locfile.c) 135/head
2013-05-29 Brendan Macmillanlocfile.h -> locfile.h + locfile.c
2013-05-29 Brendan MacmillanHack bugfix for multiline off-by-one (locfile.c)
2013-05-29 Brendan MacmillanLoad library from ~/.jq 130/head
2013-05-24 Stephen DolanMake jq --version report an actual git revision.
2013-05-24 Stephen DolanMerge pull request #133 from nicowilliams/option_argfil...
2013-05-23 Nicolas WilliamsAdd --argfile variant of --arg (issue #117) 133/head
2013-05-23 Stephen Dolan'make clean' won't delete jq.1 if it can't be rebuilt.
2013-05-19 Stephen Dolanjq 1.3 release 126/head jq-1.3
2013-05-17 Stephen DolanEACH need not make a backtrack point on the last iteration
2013-05-16 Stephen DolanMake array construction use LOADVN (slightly faster)
2013-05-16 Stephen DolanRemove the insane "fold" operation, replace with saner...
2013-05-16 Stephen DolanAdd LOADVN opcode.
2013-05-16 Stephen DolanReverse function. Closes #94.
2013-05-15 Stephen DolanBetter debug info for struct bytecode.
2013-05-15 Stephen DolanOnly generate code for those builtin functions actually...
2013-05-15 Stephen DolanRemove the YIELD opcode (use RET instead)
2013-05-14 Stephen Dolan'length' function now measures string length in codepoi...
2013-05-14 Stephen DolanBugfix for array slices.
2013-05-14 Stephen DolanAdd the range function
2013-05-13 Stephen DolanFix some documentation bugs
next