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

stedolan / jq / 325
84%

Build:
DEFAULT BRANCH: master
Ran 21 May 2017 09:30PM UTC
Jobs 1
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
325

push

travis-ci

nicowilliams
Deal with strptime() on OS X and *BSD (fix #1415)

strptime() on OS X and *BSDs (reputedly) does not set tm_wday and
tm_yday unless corresponding %U and %j format specifiers were used.
That can be... surprising when one parsed year, month, and day anyways.
Glibc's strptime() conveniently sets tm_wday and tm_yday in those cases,
but OS X's does not, ignoring them completely.

This commit makes jq compute those where possible, though the day of
week computation may be wrong for dates before 1900-03-01 or after
2099-12-31.
Jobs
ID Job ID Ran Files Coverage
5 325.5 (COVERAGE="--disable-valgrind --enable-gcov") 21 May 2017 09:30PM UTC 0
Travis Job 325.5
Source Files on build 325
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #325
  • c538237f on github
  • Prev Build on master (#324)
  • Next Build on master (#327)
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

© 2026 Coveralls, Inc