]> granicus.if.org Git - jq/shortlog
jq
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 Stephen DolanMerge pull request #157 from nicowilliams/argfile-fixes
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 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
2013-05-13 Stephen DolanArray slicing. Closes #2.
2013-05-13 Stephen DolanDelete unnecessary _POSIX_SOURCE. Closes #89
2013-05-13 Stephen DolanAdd to_entries, from_entries and with_entries functions.
2013-05-13 Stephen DolanFix the //= operator.
2013-05-13 Stephen DolanBetter error handling for INSERT opcode
2013-05-13 Stephen DolanRemove the is_backtrack_frame special case hack.
2013-05-13 Stephen DolanRefactor path logic.
2013-05-13 Stephen DolanFix a bug triggered by jv_array_slice.
2013-05-11 Stephen DolanFix bug with path handling (used in assignments).
2013-05-11 Stephen DolanMerge branch 'autotools'
2013-05-11 Stephen DolanDelete some Autotools junk and update README. autotools
2013-05-11 Stephen DolanRake task to build website including source dist and...
2013-05-11 Stephen DolanRake task to build source distribution for website
2013-05-09 Stephen DolanAdd the docs to the distributed tarballs
2013-05-09 Stephen DolanFix manpage build.
2013-05-09 Stephen DolanAdd some build instructions for how to install doc...
2013-05-09 Stephen DolanDon't build the manpage unless there's a working Ruby...
2013-05-09 Stephen Dolansupport for out-of-tree tests
2013-05-09 Stephen DolanFail properly when attempting to build manpage without...
2013-05-09 Stephen DolanAutotools hackery so that "make dist" builds lexer...
2013-05-09 Stephen DolanAdd a redundant intialisation to squash a gcc warning.
2013-05-09 Stephen DolanMake manpage building more robust.
2013-05-09 Stephen DolanAdd a "binaries" target to the website Rakefile.
2013-05-09 Stephen DolanMinor docs fix to get rid of Bonsai warnings.
2013-05-09 Stephen DolanScript for cross-compiling jq binaries for other platforms.
2013-05-08 Stephen DolanUse the version number from configure.ac in the website.
2013-05-08 Stephen DolanAdd the parser to BUILT_SOURCES
2013-05-08 Stephen DolanConfigure whether colour is displayed by default direct...
2013-05-08 Stephen DolanCheck in a pile of Autotools junk, including the config...
2013-05-08 Stephen DolanMerge pull request #115 from nicowilliams/complex
2013-05-08 Stephen DolanClean up autotools config.
2013-05-08 Stephen DolanCheck in jv_utf8_tables.gen.h, it is unlikely to change.
2013-05-07 Stephen DolanMerge remote-tracking branch 'stagrlee/master' into...
2013-05-07 Nicolas WilliamsRename complex to nontrivial for safety (#113) 115/head
next