summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-10-12Add signing key and dtolnay's key fingerprints to KEYSDavid Tolnay
2015-10-12Remove expired key from KEYSNicolas Williams
2015-10-12Add KEYS fileNicolas Williams
2015-10-12Link to BootstrapCDN for Bootstrap and Bootswatch (fix #985)David Tolnay
2015-10-12Explicitly use current directory in RakefileDavid Tolnay
2015-10-12Split up Rakefile to minimize dependencies (fix #435)David Tolnay
2015-10-12Add description for rake tasksDavid Tolnay
You can see the descriptions by running `rake --tasks`.
2015-10-12Remove duplicate yaml import in RakefileDavid Tolnay
2015-10-12Remove old Rakefile dist targetsDavid Tolnay
Because binaries no longer go into the repo.
2015-10-12docs: jq 1.5 is now available in Debian unstableSimon Elsbrock
It may take some time until it bubbles up into Ubuntu repositories.
2015-10-02Bump fedora and chocolatey available version numbersDavid Tolnay
2015-09-24Support NaN in path expressions (fix #962)David Tolnay
2015-09-22EOF after newline in string mishandled (fix #951)Nicolas Williams
2015-09-21Delete negative indices in array (fix #954)David Tolnay
2015-09-21Fix assert fail if object literal key is not a string (fix #953)David Tolnay
2015-09-20Add openSUSE repositoryRoman Inflianskas
2015-09-16Address comments on PR #950David Tolnay
2015-09-16Improve invalid object key error messageDavid Tolnay
2015-09-13Remove "Requires 1.5" from manualsDavid Tolnay
No longer necessary now that manuals are versioned.
2015-09-13utf8bytelength: count UTF8 string bytelengthJoel Nothman
[Builtin name changed, and it only works on string inputs. -Nico]
2015-09-10Fix segmentation fault on Windows with long paths (fix #939)Steven Penny
2015-09-05Avoid passing '/bin/bash' as default argument to docker runDavid Tolnay
Previously: ``` $ docker run dbdc663dabc8 jq: error: syntax error, unexpected '/', expecting $end (Unix shell quoting issues?) at <top-level>, line 1: /bin/bash jq: 1 compile error $ docker run --entrypoint /bin/echo dbdc663dabc8 /bin/bash ``` Now: ``` $ docker run e36393e8c15e jq - commandline JSON processor [version 1.5rc2-77-g9a3fe9e] Usage: /usr/local/bin/jq [options] <jq filter> [file...] jq is a tool for processing JSON inputs, applying the ... ```
2015-09-05Get oniguruma from github instead of geocitiesDavid Tolnay
2015-09-05Fix indentation in DockerfileDavid Tolnay
2015-08-25Add travis and coveralls badges to readmeDavid Tolnay
2015-08-25No-op commit to trigger first run of Travis.Stephen Dolan
2015-08-23Remove jq.1.default and related contentNicolas Williams
2015-08-23Move source files to src/David Tolnay
2015-08-22Copy gitignore in website update scriptDavid Tolnay
2015-08-22Remove obsolete comment in Makefile.amDavid Tolnay
2015-08-22Sort source file lists in Makefile.amDavid Tolnay
2015-08-22Standardize indentation in Makefile.amDavid Tolnay
This was being done 5 different way in 5 places: - indent 3 spaces, then tabs to column 73 - indent 2 spaces, then tabs to column 73 - indent 2 spaces, then a single tab - indent with spaces up to equal sign, then tabs to column 73 - indent 1 tab, then tabs to column 73 I standardized on 8 spaces, then spaces to column 73. The 8 spaces lines up with common browsers' indentation of the rest of the makefile, which is indented by single tabs. The spaces to column 73 make sure the trailing backslashes line up regardless of the tabstop setting.
2015-08-22Add gcov output to gitignoreDavid Tolnay
2015-08-22Include "jv.h" instead of <jv.h>David Tolnay
2015-08-22Fix decoding of UTF-8 sequence length (fix #922)David Tolnay
2015-08-22Sort libm functionsDavid Tolnay
2015-08-21Remove unused libm functionsDavid Tolnay
2015-08-20Use 'snprintf' instead of 'sprintf'Frederic Cambus
This gets rid of a linker warning when compiling on OpenBSD: ./.libs/libjq.a(jv_print.o)(.text+0x2fc): In function `jvp_dump_string': /root/jq-1.5/jv_print.c:118: warning: sprintf() is often misused, please use snprintf()
2015-08-20Hide manual jqplay button and navigation in print modeDavid Tolnay
2015-08-20Hide tutorial "show result" button in print modeDavid Tolnay
2015-08-19Expand all manual examples in print modeDavid Tolnay
2015-08-18Add FreeBSD install instructions (fix #917)David Tolnay
2015-08-17Link to correct 1.5 source tarballDavid Tolnay
2015-08-16Fix assert fail when delpaths is given non-array (fix #901)David Tolnay
2015-08-16Standardize on "color" to match what the flag has always been calledDavid Tolnay
2015-08-16Fix "the the" in manualsDavid Tolnay
2015-08-16Fix examples in 1.4 manualDavid Tolnay
2015-08-16Fix spelling of getpath and setpath in manualDavid Tolnay
2015-08-16Remove duplicate authorDavid Tolnay
They seem to be the same person based on this pull request: https://github.com/stedolan/jq/pull/80 I am keeping the email tied to his GitHub account.
2015-08-16Sort authorsDavid Tolnay