summaryrefslogtreecommitdiff
path: root/timespec.h
Commit message (Collapse)AuthorAgeFilesLines
* nanowait(): move prototupe from gpsd.h to timespec.hGary E. Miller2018-12-271-0/+4
| | | | Any client can include timespec.h, clients do not include gpsd.h
* timespec.h: Change MS to US for micro seconds.Gary E. Miller2018-12-261-5/+5
|
* libgps_sock: Fix to the fix for pselect() change.Gary E. Miller2018-12-261-0/+1
|
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
|
* Minor spell and wording.Haakan Johansson2016-03-151-1/+1
|
* Fix some nits.Gary E. Miller2015-06-051-1/+1
|
* Revert a change to TSTONS() that caused loss of precision.Gary E. Miller2015-06-051-2/+3
| | | | Using NS_IN_SEC instead of 1e9 in double math causes loss of precision.
* Add warning for TSTONS()Gary E. Miller2015-06-041-2/+3
| | | | Doubles are just not big enough...
* NS_TO_SEC must be LL to prevent overflow on 32 bit binaries.Gary E. Miller2015-06-041-2/+2
|
* Remove duplicate definition of timespec_diff_ns()Gary E. Miller2015-06-041-0/+7
| | | | | Plus a logical reordering of things so more timespec stuff is in timespec.h
* A horrowshow of whitespace hacks.Gary E. Miller2015-04-301-2/+2
|
* Note that gpsd timespec normalize is different then ntpd's.Gary E. Miller2015-04-281-0/+2
|
* Formulas are easier to read without more zeros than eyes can process.Eric S. Raymond2015-04-011-9/+12
|
* Eliminate some duplication code for timespec arithmetic.Eric S. Raymond2015-04-011-0/+93