• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dtolnay / jq / 251

Builds Branch Commit Type Ran Committer Via Coverage
251 master Travis-CI build for OSX (fix #1083) push 24 Feb 2016 08:41AM UTC nicowilliams travis-ci pending completion   set done
250 master Make it easier to use jq with shebangs (fix #1044) Allow a continuation on a comment immediately after a shebang to make this traditional hack possible: #!/bin/sh # this next line is ignored by jq \ exec jq -f "$0" "$@" # jq code... push 15 Dec 2015 06:11AM UTC dtolnay travis-ci pending completion   set done
249 master Add note about IEEE754 to help msg push 15 Dec 2015 06:04AM UTC nicowilliams travis-ci pending completion   set done
248 master Fix JV_OBJECT() and go up to 18 push 02 Dec 2015 05:46AM UTC nicowilliams travis-ci pending completion   set done
247 master Assume . if either stdin/on isatty() (fix #1028) And move the #define of isatty on Windows up. push 02 Dec 2015 05:33AM UTC nicowilliams travis-ci pending completion   set done
246 master yum has been replaced with dnf as of f22 https://fedoraproject.org/wiki/Changes/ReplaceYumWithDNF push 26 Nov 2015 07:39PM UTC mmckinst travis-ci pending completion   set done
245 master Support --without-oniguruma push 21 Nov 2015 11:42PM UTC dtolnay travis-ci pending completion   set done
244 withoutonig Support --without-oniguruma push 21 Nov 2015 06:07PM UTC dtolnay travis-ci pending completion   set done
243 master Oniguruma hash in dockerfile push 18 Nov 2015 08:33AM UTC dtolnay travis-ci pending completion   set done
242 master Fix manual signature for split (non-regex) push 18 Nov 2015 06:54AM UTC Loamhoof travis-ci pending completion   set done
241 master Add address sanitizer (ASAN) support (fix #1002) push 04 Nov 2015 06:56AM UTC nicowilliams travis-ci pending completion   set done
240 master Support numbers and boolean in join (fix #930) push 25 Oct 2015 07:42PM UTC dtolnay travis-ci pending completion   set done
239 master Heap buffer overflow in tokenadd() (fix #105) This was an off-by one: the NUL terminator byte was not allocated on resize. This was triggered by JSON-encoded numbers longer than 256 bytes. push 25 Oct 2015 07:18PM UTC nicowilliams travis-ci pending completion   set done
238 master strptime() on OpenBSD requires _XOPEN_SOURCE_EXTENDED 1 (fix #999) strptime() is an XPG4v2 function, on OpenBSD the prototype is not included in time.h unless visibility is set, it needs either "#define _XOPEN_SOURCE_EXTENDED 1" or _XOPEN_SOURCE ... push 24 Oct 2015 06:26PM UTC dtolnay travis-ci pending completion   set done
237 master mktemp needs 6 or more X's (fix #1000) mktemp(1) isn't posix specified, but it's reasonable to use mktemp(3) to implement it which requires 6 trailing X's in the format Thanks @sthen push 24 Oct 2015 06:24PM UTC dtolnay travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 12
  • 13
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc