summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix format warningChris Kuethe2009-01-062-4/+5
|
* fix format warnings and whitespaceChris Kuethe2009-01-061-9/+9
|
* use "%z" to print size_t-sized things. also, whitespaceChris Kuethe2009-01-063-7/+7
|
* fix use of unbounded string functions and format warningsChris Kuethe2009-01-062-4/+7
|
* better fix for format warningChris Kuethe2009-01-061-1/+1
|
* fix format warningChris Kuethe2009-01-063-11/+11
|
* silence unused parameter warningChris Kuethe2009-01-061-1/+1
|
* A control_send method for the SiRf driver.Eric S. Raymond2009-01-061-1/+15
|
* Refactor sending of control strings.Eric S. Raymond2009-01-0613-82/+138
| | | | | | | | Most drivers now have a control_send method that takes a payload. provides whatever checksuming and leader/trailer bytes are needed, and ships it to a specified active device. This change should not alter any behavior. All regression tests pass.
* eye-candyChris Kuethe2009-01-061-90/+92
|
* Clean up gpsctl a bit before extending it.Eric S. Raymond2009-01-062-12/+12
|
* More splint cleanup.Eric S. Raymond2009-01-065-38/+52
|
* better types for these fieldsChris Kuethe2009-01-051-6/+6
|
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-0527-86/+127
|
* Fixing last commit - one part was idented too much.Bernd Zeimetz2009-01-051-8/+8
|
* make it possible to built a tsip-only gpsdChris Kuethe2009-01-051-1/+4
|
* More Python indentation fixes.Bernd Zeimetz2009-01-051-95/+95
|
* Safty fix to Zodiac initialization.Chris Kuethe2009-01-051-19/+22
| | | | | | | While looking at a compiler warning, I noticed what appears to be a bug in the zodiac reconfigurator. I think the correct behaviour is to fail if either of the writes fail. Make it more legible and fix the logic. Also, clean up some whitespace.
* prototype processMKT3301() to silence compiler warningChris Kuethe2009-01-051-0/+4
|
* Remove reference to a vanished script.Eric S. Raymond2009-01-051-5/+0
|
* Minor documentation tweaks.Eric S. Raymond2009-01-052-6/+6
|
* Add CMR documentation.Eric S. Raymond2009-01-051-0/+4
|
* Occasionally I need a reminder that Python is not LISP.Eric S. Raymond2009-01-051-3/+3
|
* Fix a test load messed up by a timing error.Eric S. Raymond2009-01-051-0/+3
|
* Rebuild regression checks with new UERE values.Eric S. Raymond2009-01-0534-1894/+2188
|
* Temporarily give up on computing UTC time from the O timestamp in Python.Eric S. Raymond2009-01-051-1/+2
| | | | It's kicking up a range error and only the test code uses it anyway.
* typo fixChris Kuethe2009-01-051-1/+1
|
* V and P base errors aren't identical to the horizontal base error.Eric S. Raymond2009-01-051-7/+16
|
* Fix UERE factors for the right 95% confidence level.Eric S. Raymond2009-01-052-5/+5
|
* Fix brown-paper-bag bug in time parsing.Eric S. Raymond2009-01-051-1/+2
|
* Typo fixes and clarifications for issues raised by Bruce Sutherland.Eric S. Raymond2009-01-051-3/+17
|
* crank up the precision of fixes to 9 decimal places.Chris Kuethe2009-01-052-15/+9
| | | | | while consumer receivers are unlikely to have this sort of resolution, but survey receivers are capable of it.
* try extract a little more information from the GeodeticChris Kuethe2009-01-051-30/+37
| | | | Navigation Data.
* Remove a to-do item that's been fulfilled.Eric S. Raymond2009-01-051-9/+0
|
* Clean up time field handling...Eric S. Raymond2009-01-051-4/+5
| | | | ...so fix.time is always set when the TIME_SET bit is 1.
* Ensure gps.py sets the valid field correctly.Eric S. Raymond2009-01-051-6/+6
|
* Cleanup after the OceanServer patch.Eric S. Raymond2009-01-041-5/+8
|
* Merge code for Oceanserver compass from Stefan de Konink.Eric S. Raymond2009-01-045-2/+183
| | | | | It's all conditioned out by #ifdef OCEANSERVER. Some if the probe logic still needs to be written.
* more whitespaceChris Kuethe2009-01-041-14/+15
|
* When parsing the K response, do it fro, a copy... Eric S. Raymond2009-01-041-1/+4
| | | | ...so strtok won't mangle the original response.
* Use the method for testing for IEEE754 nan...Eric S. Raymond2009-01-041-13/+2
| | | | | ...recomended by the rejection notice on PEP 0754 and Michael Hartmann.
* Corrected SGS example.Eric S. Raymond2009-01-041-3/+11
|
* Added report on Holux GR-239.Eric S. Raymond2009-01-041-0/+14
|
* whitespace and update diego's contact infoChris Kuethe2009-01-031-364/+363
|
* Diego Burge's Qt client moved.Eric S. Raymond2009-01-031-1/+1
|
* Regression test and hardware entry for Blumax GPS009.Eric S. Raymond2009-01-035-12/+207
|
* My change to the scaling of O reports four days ago was backwards.Eric S. Raymond2009-01-0329-1423/+1424
| | | | | | | It was the E report that was wrong. The confidence-interval unit has to be tweaked to 95% at driver level, where we actually have some clue what the device type reports, not messed with in the gpsd.c upper-level code.
* getting closer to release time, crank the version to rc1...Chris Kuethe2009-01-022-8/+11
| | | | ...and add some of my news items.
* Integrate the new NEWS file into the release procedure.Eric S. Raymond2009-01-024-6/+4
|
* Add another regression test, fix a typo, and document a regression build recipe.Eric S. Raymond2009-01-025-2/+155
|