summaryrefslogtreecommitdiff
path: root/timespec_str.c
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-6/+5
|
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
|
* Fix timespec_str() to the year 2286 on 32 bit systems.Gary E. Miller2016-08-101-4/+8
|
* Minor spell and wording.Haakan Johansson2016-03-151-1/+1
|
* Trailing whitespace fixup.Gary E. Miller2015-04-301-2/+2
|
* Eliminate some duplication code for timespec arithmetic.Eric S. Raymond2015-04-011-1/+1
|
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-3/+1
| | | | | | | | | | | | | | | | | | | The proximate cause was that we've been seing emission of error messages that were randomly and disturbingly variable across different environments - notably Raspbian and Gentoo splint gave nontrivially different results than Ubuntu 14.10 splint. And this was *not* due to Ubuntu patches! A pristine splint built from the 3.1.2 tarball on Ubuntu didn't match the Raspbian and Gentoo results either. But this has been coming for a while. Easy access to more modern static analyzers such as coverity, scan-build and cppcheck has been decreasing the utility of splint, which is unmaintained and somewhat buggy and not easy to use. Only file not cleaned is ppsthread.c, because Gary has been working on it during this cleanup. All regression tests pass. PPS observed live on GR601-W.
* splint/cppcheck/coverity prerelease cleanup.Eric S. Raymond2015-03-131-1/+1
|
* Break timespec_str out of gpsutils.c.Eric S. Raymond2015-03-081-0/+54
It's not used on the client side, and it's needed separately for ntplib. All regression tesrs pass. PPS is live.