| Commit message (Expand) | Author | Age | Files | Lines |
* | deg_to_str(): Change 'nan' to 'n/a'. | Gary E. Miller | 2019-02-22 | 1 | -3/+3 |
* | deg_to_str2(): Add new function. Thread safe, handles suffix. | Gary E. Miller | 2019-02-22 | 1 | -21/+65 |
* | deg_to_s(): Add check, and regression test, for not a NaN. | Gary E. Miller | 2019-02-22 | 1 | -1/+1 |
* | deg_to_s() and calls to it: Allow negative degrees, use fabs(). | Gary E. Miller | 2019-02-22 | 1 | -1/+2 |
* | deg_to_s(): Add rounding for dd, ddmm, and ddmmss. Update tests. | Gary E. Miller | 2019-02-22 | 1 | -4/+33 |
* | deg_to_s(): Change test to yoda test. Comment need for rounding. | Gary E. Miller | 2019-02-21 | 1 | -1/+2 |
* | deg_to_s(): Add more tests. Not all 'good'. | Gary E. Miller | 2019-02-21 | 1 | -0/+4 |
* | deg_to_s(): Fix bad conversion. Add test cases. | Gary E. Miller | 2019-02-21 | 1 | -1/+1 |
* | LICENSE: Update licenses for consistency. No functional changes. | Gary E. Miller | 2018-11-19 | 1 | -1/+1 |
* | gpsdclient.c: isnan() -> isfinite() | Gary E. Miller | 2018-07-14 | 1 | -1/+1 |
* | SPDXify the licerse references. | Eric S. Raymond | 2018-03-08 | 1 | -1/+1 |
* | Clean up C and Python code-checker warnings. | Eric S. Raymond | 2017-09-06 | 1 | -2/+1 |
* | Fix comment to correct the name of the file | Robert Norris | 2017-02-09 | 1 | -1/+1 |
* | Initial creation of os_compat.h. | Fred Wright | 2017-01-22 | 1 | -1/+1 |
* | Show a bit more precision in deg_to_str() | Gary E. Miller | 2016-07-21 | 1 | -7/+7 |
* | use more precision when outputting lat/lon. | Gary E. Miller | 2016-03-28 | 1 | -10/+14 |
* | Fix small memory leak in gpsd client programs. | Rob Norris | 2016-02-23 | 1 | -1/+1 |
* | Retire splint from our set of static analyzers. | Eric S. Raymond | 2015-03-30 | 1 | -15/+5 |
* | OS X needs a lot of time.h | Gary E. Miller | 2015-03-08 | 1 | -0/+1 |
* | Nuke trailing whitespace in C source. | Eric S. Raymond | 2012-09-07 | 1 | -7/+7 |
* | Attempt to head off a compiler warning. | Eric S. Raymond | 2012-04-21 | 1 | -2/+3 |
* | Refactoring and splint cleanup. | Eric S. Raymond | 2011-09-29 | 1 | -2/+72 |
* | Refactor to create shared code useful for clockwatcher. | Eric S. Raymond | 2011-09-29 | 1 | -0/+43 |
* | No need to use setlocale(NUMERIC) any more, so lose the code overhead. | Eric S. Raymond | 2011-08-27 | 1 | -2/+0 |
* | Fixes for the Maidehead locator code, and a better regression test. | Eric S. Raymond | 2011-05-06 | 1 | -7/+24 |
* | Attempt fix for Maidenhead off-by-one rrror. | Eric S. Raymond | 2011-05-06 | 1 | -6/+6 |
* | Make the Maidenhead convrter available in Python. | Eric S. Raymond | 2011-03-29 | 1 | -1/+1 |
* | Get the case of the subsquare letters right in the grid sqare. | Eric S. Raymond | 2011-03-29 | 1 | -2/+2 |
* | splint-clean the Maidenhead translator and make it available for cgps. | Eric S. Raymond | 2011-03-29 | 1 | -0/+28 |
* | Magic-number and strncpy elimination. All regression tests pass | Eric S. Raymond | 2011-03-29 | 1 | -1/+1 |
* | Insert SuS headers required for portablity, as revealed by deheader. | Eric S. Raymond | 2010-12-22 | 1 | -0/+2 |
* | Remove a few more unneeded headers. | Eric S. Raymond | 2010-12-20 | 1 | -3/+0 |
* | Not having setlocale(3) is so ten years ago... | Eric S. Raymond | 2010-12-14 | 1 | -9/+4 |
* | Unused-header removals by deheader. All regression tests pass. | Eric S. Raymond | 2010-12-01 | 1 | -4/+0 |
* | Reindent two small modules. | Eric S. Raymond | 2010-04-14 | 1 | -39/+38 |
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -3/+2 |
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -2/+7 |
* | IPv6 support is working. | Eric S. Raymond | 2010-01-13 | 1 | -1/+11 |
* | Improved client argument parsing to recognize IPv6 addresses... | Eric S. Raymond | 2010-01-13 | 1 | -2/+9 |
* | Internal IPv6 support, derived from a support patch by Olivier Mehani. | Eric S. Raymond | 2010-01-12 | 1 | -1/+1 |
* | en_US.UTF-8 (normal for Ubuntu) should be treated as en_US... | Eric S. Raymond | 2009-12-14 | 1 | -1/+1 |
* | Guard some inclusions that splint doesn't like. | Eric S. Raymond | 2009-09-10 | 1 | -0/+2 |
* | splint cleanup. | Eric S. Raymond | 2009-03-04 | 1 | -2/+4 |
* | Introduce gpsdclient.h header, not shipped. | Eric S. Raymond | 2009-03-02 | 1 | -1/+2 |
* | Split up libps.c so the code overhead for users' clients will be lower. | Eric S. Raymond | 2009-03-02 | 1 | -0/+163 |