summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Dolan <stephen.dolan@cl.cam.ac.uk>2023-05-28 17:06:31 +0100
committerStephen Dolan <stephen.dolan@cl.cam.ac.uk>2023-05-28 17:06:31 +0100
commit89caf46a5fb0a97274f034affbe5ec05297107b1 (patch)
treed6ec6034e405fa19fe088b783d0471f9651a4940
parenteb610c03232c76839c05520bdca442bfabf6e853 (diff)
Update URLs from stedolan to jqlang
-rw-r--r--README.md8
-rw-r--r--configure.ac4
-rwxr-xr-xdocs/build_manpage.py2
-rw-r--r--docs/content/download/default.yml68
-rw-r--r--docs/content/index.yml8
-rw-r--r--docs/content/manual/manual.yml2
-rw-r--r--docs/content/manual/v1.3/manual.yml2
-rw-r--r--docs/content/manual/v1.4/manual.yml2
-rw-r--r--docs/content/manual/v1.5/manual.yml2
-rw-r--r--docs/content/manual/v1.6/manual.yml2
-rw-r--r--docs/content/tutorial/default.yml274
-rw-r--r--docs/site.yml4
-rw-r--r--docs/templates/index.html.j26
-rw-r--r--docs/templates/shared/_head.html.j22
-rw-r--r--docs/templates/shared/_navbar.html.j26
-rw-r--r--jq.1.prebuilt355
-rw-r--r--jq.spec2
-rw-r--r--libjq.pc.in2
-rw-r--r--src/main.c4
19 files changed, 490 insertions, 265 deletions
diff --git a/README.md b/README.md
index dcf1e755..44acd13b 100644
--- a/README.md
+++ b/README.md
@@ -9,18 +9,18 @@ Windows: [![Windows build status](https://ci.appveyor.com/api/projects/status/mi
If you want to learn to use jq, read the documentation at
-[https://stedolan.github.io/jq](https://stedolan.github.io/jq). This
+[https://jqlang.github.io/jq](https://jqlang.github.io/jq). This
documentation is generated from the docs/ folder of this repository.
You can also try it online at [jqplay.org](https://jqplay.org).
If you want to hack on jq, feel free, but be warned that its internals
are not well-documented at the moment. Bring a hard hat and a
-shovel. Also, read the wiki: https://github.com/stedolan/jq/wiki, where
+shovel. Also, read the wiki: https://github.com/jqlang/jq/wiki, where
you will find cookbooks, discussion of advanced topics, internals,
release engineering, and more.
Source tarball and built executable releases can be found on the
-homepage and on the github release page, https://github.com/stedolan/jq/releases
+homepage and on the github release page, https://github.com/jqlang/jq/releases
If you're building directly from the latest git, you'll need flex,
bison (3.0 or newer), libtool, make, automake, and autoconf installed.
@@ -69,7 +69,7 @@ Cross-compilation requires a clean workspace, then:
Use the `--host=` and `--target=` ./configure options to select a
cross-compilation environment. See also
-["Cross compilation"](https://github.com/stedolan/jq/wiki/Cross-compilation) on
+["Cross compilation"](https://github.com/jqlang/jq/wiki/Cross-compilation) on
the wiki.
Send questions to https://stackoverflow.com/questions/tagged/jq or to the #jq channel (https://web.libera.chat/#jq) on Libera.Chat (https://libera.chat/).
diff --git a/configure.ac b/configure.ac
index a2cd99e5..ee9094bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ m4_define([jq_version],
(git describe --tags --dirty --match 'jq-*'|sed 's/^jq-//')) ||
echo `git rev-parse --abbrev-ref HEAD`-`git describe --always --dirty`])))
-AC_INIT([jq], [jq_version], [https://github.com/stedolan/jq/issues],
- [jq], [https://stedolan.github.io/jq])
+AC_INIT([jq], [jq_version], [https://github.com/jqlang/jq/issues],
+ [jq], [https://jqlang.github.io/jq])
dnl Created autoconf implementation thompson@dtosolutions, 26NOV12
AC_PREREQ([2.64])
diff --git a/docs/build_manpage.py b/docs/build_manpage.py
index a0ab4edb..88ce4e9d 100755
--- a/docs/build_manpage.py
+++ b/docs/build_manpage.py
@@ -187,7 +187,7 @@ class RoffWalker(object):
def load_yml_file(fn):
with open(fn) as f:
- return yaml.load(f)
+ return yaml.load(f, Loader=yaml.Loader)
def dedent_body(body):
lines = [re.sub(r'^ (\S)', r'\1', l) for l in body.split('\n')]
diff --git a/docs/content/download/default.yml b/docs/content/download/default.yml
index 6d170e72..2faad212 100644
--- a/docs/content/download/default.yml
+++ b/docs/content/download/default.yml
@@ -35,24 +35,24 @@ body:
repository. Install using `sudo pacman -S jq`.
* jq 1.6 binaries for
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64)
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux64)
or
- [32-bit](https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux32).
+ [32-bit](https://github.com/jqlang/jq/releases/download/jq-1.6/jq-linux32).
* jq 1.5 binaries for
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64)
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.5/jq-linux64)
or
- [32-bit](https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux32).
+ [32-bit](https://github.com/jqlang/jq/releases/download/jq-1.5/jq-linux32).
* jq 1.4 binaries for
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.4/jq-linux-x86_64)
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.4/jq-linux-x86_64)
or
- [32-bit](https://github.com/stedolan/jq/releases/download/jq-1.4/jq-linux-x86).
+ [32-bit](https://github.com/jqlang/jq/releases/download/jq-1.4/jq-linux-x86).
* jq 1.3 binaries for
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.3/jq-linux-x86_64)
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.3/jq-linux-x86_64)
or
- [32-bit](https://github.com/stedolan/jq/releases/download/jq-1.3/jq-linux-x86).
+ [32-bit](https://github.com/jqlang/jq/releases/download/jq-1.3/jq-linux-x86).
### OS X
@@ -66,20 +66,20 @@ body:
`port install jq`.
* jq 1.6 binary for
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.6/jq-osx-amd64).
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.6/jq-osx-amd64).
* jq 1.5 binary for
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.5/jq-osx-amd64).
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.5/jq-osx-amd64).
* jq 1.4 binaries for
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.4/jq-osx-x86_64)
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.4/jq-osx-x86_64)
or
- [32-bit](https://github.com/stedolan/jq/releases/download/jq-1.4/jq-osx-x86).
+ [32-bit](https://github.com/jqlang/jq/releases/download/jq-1.4/jq-osx-x86).
* jq 1.3 binaries for
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.3/jq-osx-x86_64)
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.3/jq-osx-x86_64)
or
- [32-bit](https://github.com/stedolan/jq/releases/download/jq-1.3/jq-osx-x86).
+ [32-bit](https://github.com/jqlang/jq/releases/download/jq-1.3/jq-osx-x86).
### FreeBSD
@@ -97,9 +97,9 @@ body:
10+, Sparc and x86.
* jq 1.4 binaries for Solaris 11
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.4/jq-solaris11-64)
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.4/jq-solaris11-64)
or
- [32-bit](https://github.com/stedolan/jq/releases/download/jq-1.4/jq-solaris11-32).
+ [32-bit](https://github.com/jqlang/jq/releases/download/jq-1.4/jq-solaris11-32).
### Windows
@@ -107,57 +107,57 @@ body:
`chocolatey install jq`.
* jq 1.6 executables for
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win64.exe)
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.6/jq-win64.exe)
or
- [32-bit](https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win32.exe).
+ [32-bit](https://github.com/jqlang/jq/releases/download/jq-1.6/jq-win32.exe).
* jq 1.5 executables for
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe)
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.5/jq-win64.exe)
or
- [32-bit](https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win32.exe).
+ [32-bit](https://github.com/jqlang/jq/releases/download/jq-1.5/jq-win32.exe).
* jq 1.4 executables for
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.4/jq-win64.exe)
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.4/jq-win64.exe)
or
- [32-bit](https://github.com/stedolan/jq/releases/download/jq-1.4/jq-win32.exe).
+ [32-bit](https://github.com/jqlang/jq/releases/download/jq-1.4/jq-win32.exe).
* jq 1.3 executables for
- [64-bit](https://github.com/stedolan/jq/releases/download/jq-1.3/jq-win64.exe)
+ [64-bit](https://github.com/jqlang/jq/releases/download/jq-1.3/jq-win64.exe)
or
- [32-bit](https://github.com/stedolan/jq/releases/download/jq-1.3/jq-win32.exe).
+ [32-bit](https://github.com/jqlang/jq/releases/download/jq-1.3/jq-win32.exe).
### Checksums and signatures
SHA-256 checksums are provided for all release and pre-release binaries.
They can be found under
- [sig/v1.x/sha256sum.txt](https://github.com/stedolan/jq/tree/master/sig).
+ [sig/v1.x/sha256sum.txt](https://github.com/jqlang/jq/tree/master/sig).
The checksums for jq 1.6 are in
- [sig/v1.6/sha256sum.txt](https://raw.githubusercontent.com/stedolan/jq/master/sig/v1.6/sha256sum.txt).
+ [sig/v1.6/sha256sum.txt](https://raw.githubusercontent.com/jqlang/jq/master/sig/v1.6/sha256sum.txt).
The checksums for jq 1.5 are in
- [sig/v1.5/sha256sum.txt](https://raw.githubusercontent.com/stedolan/jq/master/sig/v1.5/sha256sum.txt).
+ [sig/v1.5/sha256sum.txt](https://raw.githubusercontent.com/jqlang/jq/master/sig/v1.5/sha256sum.txt).
Additionally, all binaries are signed by the
- [jq Package Signing Key](https://raw.githubusercontent.com/stedolan/jq/master/sig/jq-release.key).
+ [jq Package Signing Key](https://raw.githubusercontent.com/jqlang/jq/master/sig/jq-release.key).
The signatures can be found under
- [sig/v1.x/\*.asc](https://github.com/stedolan/jq/tree/master/sig).
+ [sig/v1.x/\*.asc](https://github.com/jqlang/jq/tree/master/sig).
The signatures for jq 1.6 are in
- [sig/v1.5/\*.asc](https://github.com/stedolan/jq/tree/master/sig/v1.6).
+ [sig/v1.5/\*.asc](https://github.com/jqlang/jq/tree/master/sig/v1.6).
The signatures for jq 1.5 are in
- [sig/v1.5/\*.asc](https://github.com/stedolan/jq/tree/master/sig/v1.5).
+ [sig/v1.5/\*.asc](https://github.com/jqlang/jq/tree/master/sig/v1.5).
You can use [GnuPG](https://gnupg.org/) to verify a signature by downloading
the signature and running `gpg --verify signature.asc`.
### From source on Linux, OS X, Cygwin, and other POSIX-like operating systems
- * [Source tarball for jq 1.6](https://github.com/stedolan/jq/releases/download/jq-1.6/jq-1.6.tar.gz)
- * [Source tarball for jq 1.5](https://github.com/stedolan/jq/releases/download/jq-1.5/jq-1.5.tar.gz)
+ * [Source tarball for jq 1.6](https://github.com/jqlang/jq/releases/download/jq-1.6/jq-1.6.tar.gz)
+ * [Source tarball for jq 1.5](https://github.com/jqlang/jq/releases/download/jq-1.5/jq-1.5.tar.gz)
You can build it using the usual `./configure && make && sudo
make install` rigmarole.
If you're interested in using the lastest development version, try:
- git clone --recursive https://github.com/stedolan/jq.git
+ git clone --recursive https://github.com/jqlang/jq.git
cd jq
autoreconf -i
./configure --disable-maintainer-mode
diff --git a/docs/content/index.yml b/docs/content/index.yml
index ee738be9..63d5e263 100644
--- a/docs/content/index.yml
+++ b/docs/content/index.yml
@@ -35,7 +35,7 @@ news:
- date: 1 November 2018
body: |
jq 1.6 released. See installation options on the [download](/jq/download/)
- page, and the [release notes](https://github.com/stedolan/jq/releases/tag/jq-1.6)
+ page, and the [release notes](https://github.com/jqlang/jq/releases/tag/jq-1.6)
for details.
- date: 15 August 2015
@@ -45,20 +45,20 @@ news:
try/catch syntax, array and object destructuring, a streaming parser,
and a module system. See installation options on the
[download](/jq/download/) page, and the
- [release notes](https://github.com/stedolan/jq/releases/tag/jq-1.5)
+ [release notes](https://github.com/jqlang/jq/releases/tag/jq-1.5)
for details.
- date: 26 July 2015
body: |
jq 1.5rc2 is available. Get it on the
- [releases](https://github.com/stedolan/jq/releases) page.
+ [releases](https://github.com/jqlang/jq/releases) page.
- date: 01 January 2015
body: |
jq 1.5rc1 is available. Get it on the
- [releases](https://github.com/stedolan/jq/releases) page.
+ [releases](https://github.com/jqlang/jq/releases) page.
- date: 09 June 2014
body: |
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index 442fc0d4..a81cf758 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -66,7 +66,7 @@ manpage_epilogue: |
Presumably. Report them or discuss them at:
- https://github.com/stedolan/jq/issues
+ https://github.com/jqlang/jq/issues
## AUTHOR
diff --git a/docs/content/manual/v1.3/manual.yml b/docs/content/manual/v1.3/manual.yml
index 3e63f76d..561629da 100644
--- a/docs/content/manual/v1.3/manual.yml
+++ b/docs/content/manual/v1.3/manual.yml
@@ -63,7 +63,7 @@ manpage_epilogue: |
Presumably. Report them or discuss them at:
- https://github.com/stedolan/jq/issues
+ https://github.com/jqlang/jq/issues
## AUTHOR
diff --git a/docs/content/manual/v1.4/manual.yml b/docs/content/manual/v1.4/manual.yml
index 25e28c31..ec1c4c12 100644
--- a/docs/content/manual/v1.4/manual.yml
+++ b/docs/content/manual/v1.4/manual.yml
@@ -63,7 +63,7 @@ manpage_epilogue: |
Presumably. Report them or discuss them at:
- https://github.com/stedolan/jq/issues
+ https://github.com/jqlang/jq/issues
## AUTHOR
diff --git a/docs/content/manual/v1.5/manual.yml b/docs/content/manual/v1.5/manual.yml
index 62a68e9a..bdcae54c 100644
--- a/docs/content/manual/v1.5/manual.yml
+++ b/docs/content/manual/v1.5/manual.yml
@@ -65,7 +65,7 @@ manpage_epilogue: |
Presumably. Report them or discuss them at:
- https://github.com/stedolan/jq/issues
+ https://github.com/jqlang/jq/issues
## AUTHOR
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index 1958b693..0f0da783 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -65,7 +65,7 @@ manpage_epilogue: |
Presumably. Report them or discuss them at:
- https://github.com/stedolan/jq/issues
+ https://github.com/jqlang/jq/issues
## AUTHOR
diff --git a/docs/content/tutorial/default.yml b/docs/content/tutorial/default.yml
index 5a2dcb83..cad4a6b0 100644
--- a/docs/content/tutorial/default.yml
+++ b/docs/content/tutorial/default.yml
@@ -5,35 +5,41 @@ body:
GitHub has a JSON API, so let's play with that. This URL gets us the last
5 commits from the jq repo.
- - command: "curl 'https://api.github.com/repos/stedolan/jq/commits?per_page=5'"
+ - command: "curl 'https://api.github.com/repos/jqlang/jq/commits?per_page=5'"
result: |
[
{
- "sha": "d25341478381063d1c76e81b3a52e0592a7c997f",
+ "sha": "cff5336ec71b6fee396a95bb0e4bea365e0cd1e8",
+ "node_id": "C_kwDOAE3WVdoAKGNmZjUzMzZlYzcxYjZmZWUzOTZhOTViYjBlNGJlYTM2NWUwY2QxZTg",
"commit": {
"author": {
- "name": "Stephen Dolan",
- "email": "mu@netsoc.tcd.ie",
- "date": "2013-06-22T16:30:59Z"
+ "name": "Mattias Wadman",
+ "email": "mattias.wadman@gmail.com",
+ "date": "2021-06-09T14:02:22Z"
},
"committer": {
- "name": "Stephen Dolan",
- "email": "mu@netsoc.tcd.ie",
- "date": "2013-06-22T16:30:59Z"
+ "name": "Nico Williams",
+ "email": "nico@cryptonector.com",
+ "date": "2022-05-26T21:04:32Z"
},
- "message": "Merge pull request #162 from stedolan/utf8-fixes\n\nUtf8 fixes. Closes #161",
+ "message": "docs: Document repeat(exp)",
"tree": {
- "sha": "6ab697a8dfb5a96e124666bf6d6213822599fb40",
- "url": "https://api.github.com/repos/stedolan/jq/git/trees/6ab697a8dfb5a96e124666bf6d6213822599fb40"
+ "sha": "d67d5542df1f16d1a48e1fb75749f60482cd874b",
+ "url": "https://api.github.com/repos/jqlang/jq/git/trees/d67d5542df1f16d1a48e1fb75749f60482cd874b"
},
- "url": "https://api.github.com/repos/stedolan/jq/git/commits/d25341478381063d1c76e81b3a52e0592a7c997f",
- "comment_count": 0
+ "url": "https://api.github.com/repos/jqlang/jq/git/commits/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8",
+ "comment_count": 0,
+ "verification": {
+ "verified": false,
+ "reason": "unsigned",
+ "signature": null,
+ "payload": null
+ }
},
- "url": "https://api.github.com/repos/stedolan/jq/commits/d25341478381063d1c76e81b3a52e0592a7c997f",
- "html_url": "https://github.com/stedolan/jq/commit/d25341478381063d1c76e81b3a52e0592a7c997f",
- "comments_url": "https://api.github.com/repos/stedolan/jq/commits/d25341478381063d1c76e81b3a52e0592a7c997f/comments",
+ "url": "https://api.github.com/repos/jqlang/jq/commits/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8",
+ "html_url": "https://github.com/jqlang/jq/commit/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8",
+ "comments_url": "https://api.github.com/repos/jqlang/jq/commits/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8/comments",
"author": {
- "login": "stedolan",
...
- text: |
@@ -43,115 +49,125 @@ body:
jq program is the expression `.`, which takes the input and produces it
unchanged as output.
- - command: "curl 'https://api.github.com/repos/stedolan/jq/commits?per_page=5' | jq '.'"
+ - command: "curl 'https://api.github.com/repos/jqlang/jq/commits?per_page=5' | jq '.'"
result: |
[
{
- "sha": "d25341478381063d1c76e81b3a52e0592a7c997f",
+ "sha": "cff5336ec71b6fee396a95bb0e4bea365e0cd1e8",
+ "node_id": "C_kwDOAE3WVdoAKGNmZjUzMzZlYzcxYjZmZWUzOTZhOTViYjBlNGJlYTM2NWUwY2QxZTg",
"commit": {
"author": {
- "name": "Stephen Dolan",
- "email": "mu@netsoc.tcd.ie",
- "date": "2013-06-22T16:30:59Z"
+ "name": "Mattias Wadman",
+ "email": "mattias.wadman@gmail.com",
+ "date": "2021-06-09T14:02:22Z"
},
"committer": {
- "name": "Stephen Dolan",
- "email": "mu@netsoc.tcd.ie",
- "date": "2013-06-22T16:30:59Z"
+ "name": "Nico Williams",
+ "email": "nico@cryptonector.com",
+ "date": "2022-05-26T21:04:32Z"
},
- "message": "Merge pull request #162 from stedolan/utf8-fixes\n\nUtf8 fixes. Closes #161",
+ "message": "docs: Document repeat(exp)",
"tree": {
- "sha": "6ab697a8dfb5a96e124666bf6d6213822599fb40",
- "url": "https://api.github.com/repos/stedolan/jq/git/trees/6ab697a8dfb5a96e124666bf6d6213822599fb40"
+ "sha": "d67d5542df1f16d1a48e1fb75749f60482cd874b",
+ "url": "https://api.github.com/repos/jqlang/jq/git/trees/d67d5542df1f16d1a48e1fb75749f60482cd874b"
},
- "url": "https://api.github.com/repos/stedolan/jq/git/commits/d25341478381063d1c76e81b3a52e0592a7c997f",
- "comment_count": 0
+ "url": "https://api.github.com/repos/jqlang/jq/git/commits/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8",
+ "comment_count": 0,
+ "verification": {
+ "verified": false,
+ "reason": "unsigned",
+ "signature": null,
+ "payload": null
+ }
},
- "url": "https://api.github.com/repos/stedolan/jq/commits/d25341478381063d1c76e81b3a52e0592a7c997f",
- "html_url": "https://github.com/stedolan/jq/commit/d25341478381063d1c76e81b3a52e0592a7c997f",
- "comments_url": "https://api.github.com/repos/stedolan/jq/commits/d25341478381063d1c76e81b3a52e0592a7c997f/comments",
+ "url": "https://api.github.com/repos/jqlang/jq/commits/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8",
+ "html_url": "https://github.com/jqlang/jq/commit/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8",
+ "comments_url": "https://api.github.com/repos/jqlang/jq/commits/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8/comments",
"author": {
- "login": "stedolan",
...
- text: |
We can use jq to extract just the first commit.
- - command: "curl 'https://api.github.com/repos/stedolan/jq/commits?per_page=5' | jq '.[0]'"
+ - command: "curl 'https://api.github.com/repos/jqlang/jq/commits?per_page=5' | jq '.[0]'"
result: |
{
- "sha": "d25341478381063d1c76e81b3a52e0592a7c997f",
+ "sha": "cff5336ec71b6fee396a95bb0e4bea365e0cd1e8",
+ "node_id": "C_kwDOAE3WVdoAKGNmZjUzMzZlYzcxYjZmZWUzOTZhOTViYjBlNGJlYTM2NWUwY2QxZTg",
"commit": {
"author": {
- "name": "Stephen Dolan",
- "email": "mu@netsoc.tcd.ie",
- "date": "2013-06-22T16:30:59Z"
+ "name": "Mattias Wadman",
+ "email": "mattias.wadman@gmail.com",
+ "date": "2021-06-09T14:02:22Z"
},
"committer": {
- "name": "Stephen Dolan",
- "email": "mu@netsoc.tcd.ie",
- "date": "2013-06-22T16:30:59Z"
+ "name": "Nico Williams",
+ "email": "nico@cryptonector.com",
+ "date": "2022-05-26T21:04:32Z"
},
- "message": "Merge pull request #162 from stedolan/utf8-fixes\n\nUtf8 fixes. Closes #161",
+ "message": "docs: Document repeat(exp)",
"tree": {
- "sha": "6ab697a8dfb5a96e124666bf6d6213822599fb40",
- "url": "https://api.github.com/repos/stedolan/jq/git/trees/6ab697a8dfb5a96e124666bf6d6213822599fb40"
+ "sha": "d67d5542df1f16d1a48e1fb75749f60482cd874b",
+ "url": "https://api.github.com/repos/jqlang/jq/git/trees/d67d5542df1f16d1a48e1fb75749f60482cd874b"
},
- "url": "https://api.github.com/repos/stedolan/jq/git/commits/d25341478381063d1c76e81b3a52e0592a7c997f",
- "comment_count": 0
+ "url": "https://api.github.com/repos/jqlang/jq/git/commits/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8",
+ "comment_count": 0,
+ "verification": {
+ "verified": false,
+ "reason": "unsigned",
+ "signature": null,
+ "payload": null
+ }
},
- "url": "https://api.github.com/repos/stedolan/jq/commits/d25341478381063d1c76e81b3a52e0592a7c997f",
- "html_url": "https://github.com/stedolan/jq/commit/d25341478381063d1c76e81b3a52e0592a7c997f",
- "comments_url": "https://api.github.com/repos/stedolan/jq/commits/d25341478381063d1c76e81b3a52e0592a7c997f/comments",
+ "url": "https://api.github.com/repos/jqlang/jq/commits/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8",
+ "html_url": "https://github.com/jqlang/jq/commit/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8",
+ "comments_url": "https://api.github.com/repos/jqlang/jq/commits/cff5336ec71b6fee396a95bb0e4bea365e0cd1e8/comments",
"author": {
- "login": "stedolan",
- "id": 79765,
- "avatar_url": "https://avatars.githubusercontent.com/u/79765?v=3",
+ "login": "wader",
+ "id": 185566,
+ "node_id": "MDQ6VXNlcjE4NTU2Ng==",
+ "avatar_url": "https://avatars.githubusercontent.com/u/185566?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/stedolan",
- "html_url": "https://github.com/stedolan",
- "followers_url": "https://api.github.com/users/stedolan/followers",
- "following_url": "https://api.github.com/users/stedolan/following{/other_user}",
- "gists_url": "https://api.github.com/users/stedolan/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/stedolan/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/stedolan/subscriptions",
- "organizations_url": "https://api.github.com/users/stedolan/orgs",
- "repos_url": "https://api.github.com/users/stedolan/repos",
- "events_url": "https://api.github.com/users/stedolan/events{/privacy}",
- "received_events_url": "https://api.github.com/users/stedolan/received_events",
+ "url": "https://api.github.com/users/wader",
+ "html_url": "https://github.com/wader",
+ "followers_url": "https://api.github.com/users/wader/followers",
+ "following_url": "https://api.github.com/users/wader/following{/other_user}",
+ "gists_url": "https://api.github.com/users/wader/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/wader/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/wader/subscriptions",
+ "organizations_url": "https://api.github.com/users/wader/orgs",
+ "repos_url": "https://api.github.com/users/wader/repos",
+ "events_url": "https://api.github.com/users/wader/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/wader/received_events",
"type": "User",
"site_admin": false
},
"committer": {
- "login": "stedolan",
- "id": 79765,
- "avatar_url": "https://avatars.githubusercontent.com/u/79765?v=3",
+ "login": "nicowilliams",
+ "id": 604851,
+ "node_id": "MDQ6VXNlcjYwNDg1MQ==",
+ "avatar_url": "https://avatars.githubusercontent.com/u/604851?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/stedolan",
- "html_url": "https://github.com/stedolan",
- "followers_url": "https://api.github.com/users/stedolan/followers",
- "following_url": "https://api.github.com/users/stedolan/following{/other_user}",
- "gists_url": "https://api.github.com/users/stedolan/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/stedolan/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/stedolan/subscriptions",
- "organizations_url": "https://api.github.com/users/stedolan/orgs",
- "repos_url": "https://api.github.com/users/stedolan/repos",
- "events_url": "https://api.github.com/users/stedolan/events{/privacy}",
- "received_events_url": "https://api.github.com/users/stedolan/received_events",
+ "url": "https://api.github.com/users/nicowilliams",
+ "html_url": "https://github.com/nicowilliams",
+ "followers_url": "https://api.github.com/users/nicowilliams/followers",
+ "following_url": "https://api.github.com/users/nicowilliams/following{/other_user}",
+ "gists_url": "https://api.github.com/users/nicowilliams/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/nicowilliams/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/nicowilliams/subscriptions",
+ "organizations_url": "https://api.github.com/users/nicowilliams/orgs",
+ "repos_url": "https://api.github.com/users/nicowilliams/repos",
+ "events_url": "https://api.github.com/users/nicowilliams/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/nicowilliams/received_events",
"type": "User",
"site_admin": false
},
"parents": [
{
- "sha": "54b9c9bdb225af5d886466d72f47eafc51acb4f7",
- "url": "https://api.github.com/repos/stedolan/jq/commits/54b9c9bdb225af5d886466d72f47eafc51acb4f7",
- "html_url": "https://github.com/stedolan/jq/commit/54b9c9bdb225af5d886466d72f47eafc51acb4f7"
- },
- {
- "sha": "8b1b503609c161fea4b003a7179b3fbb2dd4345a",
- "url": "https://api.github.com/repos/stedolan/jq/commits/8b1b503609c161fea4b003a7179b3fbb2dd4345a",
- "html_url": "https://github.com/stedolan/jq/commit/8b1b503609c161fea4b003a7179b3fbb2dd4345a"
+ "sha": "f2ad9517c72f6267ae317639ab56bbfd4a8653d4",
+ "url": "https://api.github.com/repos/jqlang/jq/commits/f2ad9517c72f6267ae317639ab56bbfd4a8653d4",
+ "html_url": "https://github.com/jqlang/jq/commit/f2ad9517c72f6267ae317639ab56bbfd4a8653d4"
}
]
}
@@ -167,8 +183,8 @@ body:
- command: "jq '.[0] | {message: .commit.message, name: .commit.committer.name}'"
result: |
{
- "message": "Merge pull request #162 from stedolan/utf8-fixes\n\nUtf8 fixes. Closes #161",
- "name": "Stephen Dolan"
+ "message": "docs: Document repeat(exp)",
+ "name": "Nico Williams"
}
- text: |
@@ -183,24 +199,24 @@ body:
- command: "jq '.[] | {message: .commit.message, name: .commit.committer.name}'"
result: |
{
- "message": "Merge pull request #162 from stedolan/utf8-fixes\n\nUtf8 fixes. Closes #161",
- "name": "Stephen Dolan"
+ "message": "docs: Document repeat(exp)",
+ "name": "Nico Williams"
}
{
- "message": "Reject all overlong UTF8 sequences.",
- "name": "Stephen Dolan"
+ "message": "Mention -n in IO-section and for input/inputs",
+ "name": "Nico Williams"
}
{
- "message": "Fix various UTF8 parsing bugs.\n\nIn particular, parse bad UTF8 by replacing the broken bits with U+FFFD\nand resychronise correctly after broken sequences.",
- "name": "Stephen Dolan"
+ "message": "Fix iterration problem for non decimal string\n\nWhen the string transformation to number failed, all following\ntransformation failed too.\n\nThis happend because status in decNumberFromString function is\nupdated just in error case. Reusing the DEC_CONTEXT that failed\nbefore results into error even if the string is valid number.",
+ "name": "Nico Williams"
}
{
- "message": "Fix example in manual for `floor`. See #155.",
- "name": "Stephen Dolan"
+ "message": "docs: point to Libera.Chat instead of Freenode",
+ "name": "Nico Williams"
}
{
- "message": "Document floor",
- "name": "Nicolas Williams"
+ "message": "Missing \"va_end\" call. This was found by running the cppcheck static analysis where it shows as error.",
+ "name": "Nico Williams"
}
- text: |
@@ -225,24 +241,24 @@ body:
result: |
[
{
- "message": "Merge pull request #163 from stedolan/utf8-fixes\n\nUtf8 fixes. Closes #161",
- "name": "Stephen Dolan"
+ "message": "docs: Document repeat(exp)",
+ "name": "Nico Williams"
},
{
- "message": "Reject all overlong UTF8 sequences.",
- "name": "Stephen Dolan"
+ "message": "Mention -n in IO-section and for input/inputs",
+ "name": "Nico Williams"
},
{
- "message": "Fix various UTF8 parsing bugs.\n\nIn particular, parse bad UTF8 by replacing the broken bits with U+FFFD\nand resychronise correctly after broken sequences.",
- "name": "Stephen Dolan"
+ "message": "Fix iterration problem for non decimal string\n\nWhen the string transformation to number failed, all following\ntransformation failed too.\n\nThis happend because status in decNumberFromString function is\nupdated just in error case. Reusing the DEC_CONTEXT that failed\nbefore results into error even if the string is valid number.",
+ "name": "Nico Williams"
},
{
- "message": "Fix example in manual for `floor`. See #155.",
- "name": "Stephen Dolan"
+ "message": "docs: point to Libera.Chat instead of Freenode",
+ "name": "Nico Williams"
},
{
- "message": "Document floor",
- "name": "Nicolas Williams"
+ "message": "Missing \"va_end\" call. This was found by running the cppcheck static analysis where it shows as error.",
+ "name": "Nico Williams"
}
]
@@ -256,14 +272,9 @@ body:
"parents": [
{
- "sha": "54b9c9bdb225af5d886466d72f47eafc51acb4f7",
- "url": "https://api.github.com/repos/stedolan/jq/commits/54b9c9bdb225af5d886466d72f47eafc51acb4f7",
- "html_url": "https://github.com/stedolan/jq/commit/54b9c9bdb225af5d886466d72f47eafc51acb4f7"
- },
- {
- "sha": "8b1b503609c161fea4b003a7179b3fbb2dd4345a",
- "url": "https://api.github.com/repos/stedolan/jq/commits/8b1b503609c161fea4b003a7179b3fbb2dd4345a",
- "html_url": "https://github.com/stedolan/jq/commit/8b1b503609c161fea4b003a7179b3fbb2dd4345a"
+ "sha": "f2ad9517c72f6267ae317639ab56bbfd4a8653d4",
+ "url": "https://api.github.com/repos/jqlang/jq/commits/f2ad9517c72f6267ae317639ab56bbfd4a8653d4",
+ "html_url": "https://github.com/jqlang/jq/commit/f2ad9517c72f6267ae317639ab56bbfd4a8653d4"
}
]
@@ -275,39 +286,38 @@ body:
result: |
[
{
- "message": "Merge pull request #162 from stedolan/utf8-fixes\n\nUtf8 fixes. Closes #161",
- "name": "Stephen Dolan",
+ "message": "docs: Document repeat(exp)",
+ "name": "Nico Williams",