1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

1019 Commits

Author SHA1 Message Date
0791261f07 Remove backticks from manual headers and search strings 2015-10-12 22:30:16 -07:00
73b8413d10 Adjust spacing of section headers to account for nav bar (fix #986) 2015-10-12 22:12:37 -07:00
664b8e26f0 Merge typeaheadjs.css into base.scss 2015-10-12 21:03:42 -07:00
64ade137bc PGP signatures for release binaries (fix #889) 2015-10-12 20:57:53 -07:00
da15e10bd0 Accept only bitwise identical NaN values in jv_identical (fix #978) 2015-10-12 20:47:22 -07:00
1f7c24fea7 Add signing key and dtolnay's key fingerprints to KEYS 2015-10-12 20:07:24 -07:00
49b8382c5f Remove expired key from KEYS 2015-10-12 19:11:52 -05:00
583ab589dc Add KEYS file 2015-10-12 19:01:02 -05:00
c80c07ab68 Link to BootstrapCDN for Bootstrap and Bootswatch (fix #985) 2015-10-12 12:19:25 -07:00
c5875504da Explicitly use current directory in Rakefile 2015-10-12 10:46:17 -07:00
05d1c09cc1 Split up Rakefile to minimize dependencies (fix #435) 2015-10-12 10:42:15 -07:00
9d6e91ea7b Add description for rake tasks
You can see the descriptions by running `rake --tasks`.
2015-10-12 10:21:18 -07:00
4887cfd951 Remove duplicate yaml import in Rakefile 2015-10-12 10:10:56 -07:00
9a51696bc0 Remove old Rakefile dist targets
Because binaries no longer go into the repo.
2015-10-12 10:03:18 -07:00
bf271b8062 docs: jq 1.5 is now available in Debian unstable
It may take some time until it bubbles up into Ubuntu repositories.
2015-10-12 10:02:07 +02:00
2864fb467e Bump fedora and chocolatey available version numbers 2015-10-02 19:19:36 -07:00
4490d9d1f6 Support NaN in path expressions (fix #962) 2015-09-24 10:33:34 -07:00
c4524da3e0 EOF after newline in string mishandled (fix #951) 2015-09-22 20:11:54 -07:00
58f082d74f Delete negative indices in array (fix #954) 2015-09-21 20:33:06 -07:00
154d0ee4a8 Fix assert fail if object literal key is not a string (fix #953) 2015-09-21 12:47:06 -07:00
83ab4e273b Add openSUSE repository 2015-09-20 08:15:15 -07:00
dccda74062 Address comments on PR #950 2015-09-16 10:48:50 -07:00
b52bebfbe8 Improve invalid object key error message 2015-09-16 09:53:42 -07:00
1758c1ba74 Remove "Requires 1.5" from manuals
No longer necessary now that manuals are versioned.
2015-09-13 18:57:11 -07:00
83e8ec587f utf8bytelength: count UTF8 string bytelength
[Builtin name changed, and it only works on string inputs. -Nico]
2015-09-13 01:01:24 -05:00
63dd033da7 Fix segmentation fault on Windows with long paths (fix #939) 2015-09-10 21:29:34 -07:00
91f0dcff5c Avoid passing '/bin/bash' as default argument to docker run
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-05 13:03:01 -07:00
688bb1993f Get oniguruma from github instead of geocities 2015-09-05 12:40:42 -07:00
94bda489ce Fix indentation in Dockerfile 2015-09-05 11:54:56 -07:00
c9003e521c Add travis and coveralls badges to readme 2015-08-25 08:48:40 -07:00
8105255be2 No-op commit to trigger first run of Travis. 2015-08-25 15:36:54 +01:00
f57743eb37 Remove jq.1.default and related content 2015-08-23 23:08:11 -05:00
0c93eb3379 Move source files to src/ 2015-08-23 20:36:11 -07:00
891f28ef5e Copy gitignore in website update script 2015-08-22 17:26:58 -07:00
371e74a25f Remove obsolete comment in Makefile.am 2015-08-22 16:27:06 -07:00
9ec27fe362 Sort source file lists in Makefile.am 2015-08-22 16:20:21 -07:00
75662a4b05 Standardize indentation in Makefile.am
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-22 15:31:50 -07:00
4a993dff29 Add gcov output to gitignore 2015-08-22 14:47:07 -07:00
516e79151f Include "jv.h" instead of <jv.h> 2015-08-22 13:53:44 -07:00
6c3934de15 Fix decoding of UTF-8 sequence length (fix #922) 2015-08-22 12:31:36 -07:00
370833d555 Sort libm functions 2015-08-22 10:54:35 -07:00
302ae77712 Remove unused libm functions 2015-08-21 09:45:16 -07:00
5d23c240b6 Use 'snprintf' instead of 'sprintf'
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-20 14:48:58 -07:00
7032228879 Hide manual jqplay button and navigation in print mode 2015-08-20 11:14:14 -07:00
8932cf719f Hide tutorial "show result" button in print mode 2015-08-20 00:02:09 -07:00
7668a4f255 Expand all manual examples in print mode 2015-08-19 23:27:10 -07:00
2c6c521799 Add FreeBSD install instructions (fix #917) 2015-08-18 08:21:57 -07:00
19577fcefa Link to correct 1.5 source tarball 2015-08-17 18:04:56 -07:00
b8f71d3659 Fix assert fail when delpaths is given non-array (fix #901) 2015-08-16 19:44:16 -07:00
2d05b5475c Standardize on "color" to match what the flag has always been called 2015-08-16 19:19:29 -07:00