2013-05-09 |
Stephen Dolan | support for out-of-tree tests |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Fail properly when attempting to build manpage without... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Autotools hackery so that "make dist" builds lexer... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Add a redundant intialisation to squash a gcc warning. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Make manpage building more robust. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Add a "binaries" target to the website Rakefile. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Minor docs fix to get rid of Bonsai warnings. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Stephen Dolan | Script for cross-compiling jq binaries for other platforms. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Stephen Dolan | Use the version number from configure.ac in the website. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Stephen Dolan | Add the parser to BUILT_SOURCES |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Stephen Dolan | Configure whether colour is displayed by default direct... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Stephen Dolan | Check in a pile of Autotools junk, including the config... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Stephen Dolan | Clean up autotools config. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Stephen Dolan | Check in jv_utf8_tables.gen.h, it is unlikely to change. |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Stephen Dolan | Merge remote-tracking branch 'stagrlee/master' into... |
commit | commitdiff | tree | snapshot |
2013-05-06 |
Nicolas Williams | Fix #111: exit(1) when inputs are not valid JSON |
commit | commitdiff | tree | snapshot |
2013-05-06 |
Stephen Dolan | Add trailing slashes to various internal doc links. |
commit | commitdiff | tree | snapshot |
2013-05-06 |
Stephen Dolan | Add a --arg option to allow variables to be passed... |
commit | commitdiff | tree | snapshot |
2013-05-06 |
Stephen Dolan | Add the "has" function. Closes #74. |
commit | commitdiff | tree | snapshot |
2013-05-06 |
Stephen Dolan | Merge pull request #77 from jkleint/patch-1 |
commit | commitdiff | tree | snapshot |
2013-05-06 |
Stephen Dolan | Document behaviour of .[] on objects. |
commit | commitdiff | tree | snapshot |
2013-05-06 |
Stephen Dolan | Add documentation for "type". |
commit | commitdiff | tree | snapshot |
2013-05-06 |
Stephen Dolan | Update gems and use HTTPS to get them. |
commit | commitdiff | tree | snapshot |
2013-05-06 |
Stephen Dolan | Fix some bad escaping |
commit | commitdiff | tree | snapshot |
2013-05-05 |
Stephen Dolan | Merge commit 'e45f93f85f22c73025830a6bd0b2807263068996' |
commit | commitdiff | tree | snapshot |
2013-05-05 |
Stephen Dolan | Remove JQ_DEBUG #define and jq_test binary, simplifying... |
commit | commitdiff | tree | snapshot |
2013-05-05 |
Stephen Dolan | WIP |
commit | commitdiff | tree | snapshot |
2013-05-05 |
Stephen Dolan | Combine the functionality of jq and jq_test |
commit | commitdiff | tree | snapshot |
2013-05-05 |
Stephen Dolan | Make a few constant globals actually const. |
commit | commitdiff | tree | snapshot |
2013-05-05 |
Stephen Dolan | Merge pull request #109 from nicowilliams/no_mutable_gl... |
commit | commitdiff | tree | snapshot |
2013-05-05 |
Stephen Dolan | Merge pull request #93 from shayel/master |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Nicolas Williams | Build and install libjq 109/head |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Nicolas Williams | Remove unnecessary #includes |
commit | commitdiff | tree | snapshot |
2013-04-28 |
Nicolas Williams | Remove globals/make jq_init/next/teardown() an API |
commit | commitdiff | tree | snapshot |
2013-03-24 |
Shay Elkin | Add missing require to Rakefile 93/head |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Simon Elsbrock | fix typo in manual |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Lee Thompson | get man pages working 80/head |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Lee Thompson | add man page to release |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Lee Thompson | rework build to not distribute tests unless --enable... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Lee Thompson | fix email addresses |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Lee Thompson | use AM_SILENT_RULES |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Lee Thompson | fix RPM build process |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Lee Thompson | fix jq_test so that it runs in the distcheck phase... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Lee Thompson | merging upstream stedolan changes |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Lee Thompson | use built in macro to RPM |
commit | commitdiff | tree | snapshot |
2013-01-25 |
jkleint | Clarify description of `as` 77/head |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Stephen Dolan | Fix negative number syntax. Add a unary '-' operator. |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Stephen Dolan | Change APPEND opcode to directly modify a variable. |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Stephen Dolan | Clean up jv_object_foreach and add jv_array_foreach |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Stephen Dolan | Ignore some more stuff. |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Stephen Dolan | Add the `recurse` function. See #37. |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Stephen Dolan | Make null + foo return foo, rather than an error. |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Stephen Dolan | Refactor assignment. |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Stephen Dolan | Improvements to del(foo). |
commit | commitdiff | tree | snapshot |
2012-12-29 |
Stephen Dolan | Fix a bug in URI-encoding of certain non-ASCII characters. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Stephen Dolan | Path manipulation (path/getpath/setpath/delpath) and... |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Stephen Dolan | Support for two-argument functions. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Stephen Dolan | Fold operation (code/docs/test) |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Stephen Dolan | Docs typos. |
commit | commitdiff | tree | snapshot |
2012-12-28 |
Stephen Dolan | @foo syntax for encoding of strings into various formats. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Stephen Dolan | Fix an embarassing I/O bug. |
commit | commitdiff | tree | snapshot |
2012-12-27 |
Stephen Dolan | JSON parsing error messages now specify a location... |
commit | commitdiff | tree | snapshot |
2012-12-24 |
Stephen Dolan | Sneaky valgrind trick to detect stack memory issues. |
commit | commitdiff | tree | snapshot |
2012-12-23 |
Stephen Dolan | Fix a bad memory leak when using --raw-output |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Stephen Dolan | Give Windows builds a proper .exe suffix. |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Stephen Dolan | Version 1.2! jq-1.2 |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Stephen Dolan | Add a few lines to the bottom of the manpage. |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Stephen Dolan | Update download page and build system to handle more... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Stephen Dolan | Don't enable coloured output by default on Windows. |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Stephen Dolan | Merge pull request #50 from stesh/master |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Stephen Dolan | Fix a bug in stack reallocation during deep recursion. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Stephen Dolan | Print an error message and abort in out-of-memory situa... |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Stephen Dolan | Add wrappers for malloc/realloc/free. See #43. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Stephen Dolan | Add the ability to specify input files on the commandline. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Stephen Dolan | Improve manpage introduction, add examples to manpage. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Stephen Dolan | Fix a bug uncovered by tests extracted from manual. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Stephen Dolan | Lots of build system and docs improvements, including... |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Stephen Dolan | Add a Gemfile to make building the documentation easier. |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Stephen Dolan | Delete autogenerated source from the repository. |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Stephen Dolan | some words explaining struct inst a little |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Stephen Dolan | error() function |
commit | commitdiff | tree | snapshot |
2012-12-10 |
Stephen Dolan | Fix Rack setup so that viewing documentation locally... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Stephen Shaw | Remove old OS X 'instructions' 50/head |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Stephen Shaw | Add information about installing dev environment on... |
commit | commitdiff | tree | snapshot |
2012-12-07 |
Stephen Dolan | Change order of evaluation for certain indexing operations. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Lee Thompson | get testing working in autoconf |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Lee Thompson | kill prereq on RPM spec file |
commit | commitdiff | tree | snapshot |
2012-12-05 |
Lee Thompson | fixes jq_test core dump |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Lee Thompson | remove obsolete line |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Stephen Dolan | Add min, max, min_by, max_by functions. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Lee Thompson | fix rpm mv command when rpm stashes the package in... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Lee Thompson | change rpmbuild target to rpm |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Stephen Dolan | Refactor function argument passing into what it always... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Lee Thompson | get rpm building from tarball with autoconf |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Lee Thompson | start work on getting RPM to work with tarball |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Stephen Dolan | Extend `{foo}` syntax to allow `{"foo"}` as well. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Stephen Dolan | General cleanup - rename a few things, delete dead... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Stephen Dolan | Add a `unique` function. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Stephen Dolan | See, I told you colour was a bad idea! #11 |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Stephen Dolan | Oh alright then, if you insist. |
commit | commitdiff | tree | snapshot |
next |