summaryrefslogtreecommitdiff
path: root/gpsdclient.c
Commit message (Expand)AuthorAgeFilesLines
* deg_to_str(): Change 'nan' to 'n/a'.Gary E. Miller2019-02-221-3/+3
* deg_to_str2(): Add new function. Thread safe, handles suffix.Gary E. Miller2019-02-221-21/+65
* deg_to_s(): Add check, and regression test, for not a NaN.Gary E. Miller2019-02-221-1/+1
* deg_to_s() and calls to it: Allow negative degrees, use fabs().Gary E. Miller2019-02-221-1/+2
* deg_to_s(): Add rounding for dd, ddmm, and ddmmss. Update tests.Gary E. Miller2019-02-221-4/+33
* deg_to_s(): Change test to yoda test. Comment need for rounding.Gary E. Miller2019-02-211-1/+2
* deg_to_s(): Add more tests. Not all 'good'.Gary E. Miller2019-02-211-0/+4
* deg_to_s(): Fix bad conversion. Add test cases.Gary E. Miller2019-02-211-1/+1
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* gpsdclient.c: isnan() -> isfinite()Gary E. Miller2018-07-141-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Clean up C and Python code-checker warnings.Eric S. Raymond2017-09-061-2/+1
* Fix comment to correct the name of the fileRobert Norris2017-02-091-1/+1
* Initial creation of os_compat.h.Fred Wright2017-01-221-1/+1
* Show a bit more precision in deg_to_str()Gary E. Miller2016-07-211-7/+7
* use more precision when outputting lat/lon.Gary E. Miller2016-03-281-10/+14
* Fix small memory leak in gpsd client programs.Rob Norris2016-02-231-1/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-15/+5
* OS X needs a lot of time.hGary E. Miller2015-03-081-0/+1
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-7/+7
* Attempt to head off a compiler warning.Eric S. Raymond2012-04-211-2/+3
* Refactoring and splint cleanup.Eric S. Raymond2011-09-291-2/+72
* Refactor to create shared code useful for clockwatcher.Eric S. Raymond2011-09-291-0/+43
* No need to use setlocale(NUMERIC) any more, so lose the code overhead.Eric S. Raymond2011-08-271-2/+0
* Fixes for the Maidehead locator code, and a better regression test.Eric S. Raymond2011-05-061-7/+24
* Attempt fix for Maidenhead off-by-one rrror.Eric S. Raymond2011-05-061-6/+6
* Make the Maidenhead convrter available in Python.Eric S. Raymond2011-03-291-1/+1
* Get the case of the subsquare letters right in the grid sqare.Eric S. Raymond2011-03-291-2/+2
* splint-clean the Maidenhead translator and make it available for cgps.Eric S. Raymond2011-03-291-0/+28
* Magic-number and strncpy elimination. All regression tests passEric S. Raymond2011-03-291-1/+1
* Insert SuS headers required for portablity, as revealed by deheader.Eric S. Raymond2010-12-221-0/+2
* Remove a few more unneeded headers.Eric S. Raymond2010-12-201-3/+0
* Not having setlocale(3) is so ten years ago...Eric S. Raymond2010-12-141-9/+4
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-4/+0
* Reindent two small modules.Eric S. Raymond2010-04-141-39/+38
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-3/+2
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-2/+7
* IPv6 support is working.Eric S. Raymond2010-01-131-1/+11
* Improved client argument parsing to recognize IPv6 addresses... Eric S. Raymond2010-01-131-2/+9
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-1/+1
* en_US.UTF-8 (normal for Ubuntu) should be treated as en_US... Eric S. Raymond2009-12-141-1/+1
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* splint cleanup.Eric S. Raymond2009-03-041-2/+4
* Introduce gpsdclient.h header, not shipped. Eric S. Raymond2009-03-021-1/+2
* Split up libps.c so the code overhead for users' clients will be lower.Eric S. Raymond2009-03-021-0/+163