summaryrefslogtreecommitdiff
path: root/doc/explan_gpsd.c.xml
Commit message (Collapse)AuthorAgeFilesLines
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-23/+0
| | | | | | | | | | | | | | | | This change is done so we can add a "log" hook to the pps_thread_t structure (this is not done yet) and harmonize with the name of the outer logging function. If that name had been left as gpsd_report() there would have been scope for bad confusion with the report_hook member. Also, remove two stray duplicative printf calls from the NMEA2000 driver (drivers shouldn't have printfs!) and fix one typo. This is a step towards factoring out ntplib. For that to happen, the PPS thread code needs to be decoupled from the core session structure. No logic changes. Object compatibility preserved. All regression tests pass.
* spellchecking of explan_gpsd.c.xmlJon Schlueter2011-03-051-8/+8
|
* spellcheck and cleanup related spelling issuesJon Schlueter2011-03-051-1/+1
|
* update explan_gpsd with notes on open_deviceJon Schlueter2011-02-221-11/+7
| | | | also a spelling correction
* notify_watchers take a const char * sentenceJon Schlueter2011-02-211-1/+1
|
* change add_device,find_device all take const char *Jon Schlueter2011-02-211-2/+2
|
* Update Mick Durkin's internals tour and make it part of the website material.Eric S. Raymond2010-04-061-33/+245
|
* M Joonas Pihlaja's cleanup patches for XML-Docbook masters.Eric S. Raymond2009-08-291-6/+6
|
* Updated to match programs at ckuethe's previous commit.Mick Durkin2007-10-141-5/+5
|
* First version of internals documentation.Eric S. Raymond2007-03-211-0/+117