]> granicus.if.org Git - jq/shortlog
jq
2014-09-09 Jingwen Owen OuAdd “Run” button to execute examples on jqplay.org 573/head
2014-08-16 Nicolas WilliamsUpdate Debian status (fix #483)
2014-06-24 Nicolas WilliamsAdd NEWS link and get "Try Online" button working ...
2014-06-16 Nicolas WilliamsRemove download 1.3 button; reposition try online
2014-06-16 Nicolas WilliamsAdd NEWS and try online button
2014-06-16 Nicolas WilliamsFix #417 broken link to win64 jq
2014-06-13 Nicolas WilliamsLink to jqplay.org (#409)
2014-06-13 Nicolas WilliamsAdd Linux 64-bit executable built on Oneiric
2014-06-13 Nicolas WilliamsAdd Solaris 11+ executables
2014-06-12 Nicolas WilliamsAdd jq-1.4 Solaris 11 executables
2014-06-12 Nicolas WilliamsAdd links to 1.3 executables
2014-06-12 Nicolas WilliamsMake old jq-1.3 executables available
2014-06-10 Nicolas WilliamsUpdate 1.4 tarball to add missing libm.h file
2014-06-09 Nicolas WilliamsUpdate to make shell quoting note appear on site
2014-06-09 Nicolas WilliamsAdd source tarball for 1.4 (oops)
2014-06-09 Nicolas WilliamsUpdate site news
2014-06-09 Nicolas WilliamsRelease jq-1.4
2014-03-13 Nico WilliamsMerge pull request #303 from ryanbraganza/patch-1
2014-02-21 Ryan BraganzaFix >= example # [1,2,3] 303/head
2013-12-13 Nicolas WilliamsUpdate site
2013-05-20 Stephen Dolanupdate
2013-05-20 Stephen Dolanmerge
2013-05-20 Stephen Dolanfix typo and clean up docs build
2013-05-19 Stephen Dolanupdate
2013-05-19 Stephen Dolanmerge
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
2013-05-07 Stephen DolanMerge pull request #119 from 13ren/master
2013-05-06 Nicolas WilliamsFix #111: exit(1) when inputs are not valid JSON
2013-05-06 Stephen DolanAdd trailing slashes to various internal doc links.
2013-05-06 Stephen DolanAdd a --arg option to allow variables to be passed...
2013-05-06 Stephen DolanAdd the "has" function. Closes #74.
2013-05-06 Stephen DolanMerge pull request #77 from jkleint/patch-1
2013-05-06 Stephen DolanDocument behaviour of .[] on objects.
2013-05-06 Stephen DolanAdd documentation for "type".
2013-05-06 Stephen DolanUpdate gems and use HTTPS to get them.
2013-05-06 Stephen DolanFix some bad escaping
2013-05-05 Stephen DolanMerge commit 'e45f93f85f22c73025830a6bd0b2807263068996'
2013-05-05 Stephen DolanRemove JQ_DEBUG #define and jq_test binary, simplifying...
2013-05-05 Stephen DolanWIP
2013-05-05 Stephen DolanCombine the functionality of jq and jq_test
2013-05-05 Stephen DolanMake a few constant globals actually const.
2013-05-05 Stephen DolanMerge pull request #109 from nicowilliams/no_mutable_gl...
2013-05-05 Stephen DolanMerge pull request #93 from shayel/master
2013-04-29 Nicolas WilliamsBuild and install libjq 109/head
2013-04-29 Nicolas WilliamsRemove unnecessary #includes
2013-04-28 Nicolas WilliamsRemove globals/make jq_init/next/teardown() an API
2013-03-24 Shay ElkinAdd missing require to Rakefile 93/head
2013-02-20 Simon Elsbrockfix typo in manual
2013-02-04 Lee Thompsonget man pages working 80/head
2013-02-04 Lee Thompsonadd man page to release
2013-02-03 Lee Thompsonrework build to not distribute tests unless --enable...
2013-02-03 Lee Thompsonfix email addresses
2013-02-03 Lee Thompsonuse AM_SILENT_RULES
2013-02-03 Lee Thompsonfix RPM build process
next