]> granicus.if.org Git - jq/shortlog
jq
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
2013-02-03 Lee Thompsonfix jq_test so that it runs in the distcheck phase...
2013-02-03 Lee Thompsonmerging upstream stedolan changes
2013-01-30 Lee Thompsonuse built in macro to RPM
2013-01-25 jkleintClarify description of `as` 77/head
2013-01-13 13renUpdate docs/content/3.manual/manual.yml 119/head
2013-01-03 Stephen DolanFix negative number syntax. Add a unary '-' operator.
2013-01-03 Stephen DolanChange APPEND opcode to directly modify a variable.
2012-12-31 Stephen DolanClean up jv_object_foreach and add jv_array_foreach
2012-12-31 Stephen DolanIgnore some more stuff.
2012-12-29 Stephen DolanAdd the `recurse` function. See #37.
2012-12-29 Stephen DolanMake null + foo return foo, rather than an error.
2012-12-29 Stephen DolanRefactor assignment.
2012-12-29 Stephen DolanImprovements to del(foo).
2012-12-29 Stephen DolanFix a bug in URI-encoding of certain non-ASCII characters.
2012-12-28 Stephen DolanPath manipulation (path/getpath/setpath/delpath) and...
2012-12-28 Stephen DolanSupport for two-argument functions.
2012-12-28 Stephen DolanFold operation (code/docs/test)
2012-12-28 Stephen DolanDocs typos.
2012-12-28 Stephen Dolan@foo syntax for encoding of strings into various formats.
2012-12-27 Stephen DolanFix an embarassing I/O bug.
2012-12-27 Stephen DolanJSON parsing error messages now specify a location...
2012-12-24 Stephen DolanSneaky valgrind trick to detect stack memory issues.
2012-12-23 Stephen DolanFix a bad memory leak when using --raw-output
2012-12-20 Stephen DolanGive Windows builds a proper .exe suffix.
2012-12-20 Stephen DolanVersion 1.2! jq-1.2
2012-12-20 Stephen DolanAdd a few lines to the bottom of the manpage.
2012-12-20 Stephen DolanUpdate download page and build system to handle more...
2012-12-20 Stephen DolanDon't enable coloured output by default on Windows.
2012-12-20 Stephen DolanMerge pull request #50 from stesh/master
2012-12-18 Stephen DolanFix a bug in stack reallocation during deep recursion.
2012-12-18 Stephen DolanPrint an error message and abort in out-of-memory situa...
2012-12-18 Stephen DolanAdd wrappers for malloc/realloc/free. See #43.
2012-12-16 Stephen DolanAdd the ability to specify input files on the commandline.
2012-12-16 Stephen DolanImprove manpage introduction, add examples to manpage.
2012-12-16 Stephen DolanFix a bug uncovered by tests extracted from manual.
next