summaryrefslogtreecommitdiff
path: root/monitor_nmea0183.c
Commit message (Expand)AuthorAgeFilesLines
* monitor_nmea0183: Convert to deg_to_str2().Gary E. Miller2019-02-221-12/+8
* deg_to_s() and calls to it: Allow negative degrees, use fabs().Gary E. Miller2019-02-221-4/+2
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* monitor_nmea0813: isnan() -> isfinite(). Fix a buffer size.Gary E. Miller2018-07-141-3/+3
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999Gary E. Miller2016-08-161-0/+4
* Make asynchronous updating of PPS windows more reliable.Eric S. Raymond2016-01-041-0/+1
* Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.Eric S. Raymond2015-10-011-4/+4
* More trailing whitespace fixups.Gary E. Miller2015-04-301-1/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-8/+0
* Fix fatal typo in gpsmon.Eric S. Raymond2015-02-241-1/+1
* In gpsmon, refactor so PPS field updates are done by common code.Eric S. Raymond2015-02-241-22/+1
* gpsmon: refactoring step, make utility function for TOS display.Eric S. Raymond2015-02-241-19/+1
* TOFF display in gpsmon.Eric S. Raymond2015-02-241-7/+10
* Incomplete TOFF display code for gpsmon in NMEA0183 mode.Eric S. Raymond2015-02-231-5/+31
* monitor_nme0183.c: factor out a utility function.Eric S. Raymond2015-02-231-18/+27
* In NMEA0183 monitor, macroize some magic numbers.Eric S. Raymond2015-02-231-16/+20
* Abolish all confusing uses of the word 'drift' for a time delta.Eric S. Raymond2015-02-231-3/+3
* monitor_nmea.c -> monitor_nmea0183.cEric S. Raymond2015-02-201-0/+532