| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Please check, how did this survive so long: https://www.mainframe.cx/cgi-bin/gps_report.cgi
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The proximate cause was that we've been seing emission of error
messages that were randomly and disturbingly variable across different
environments - notably Raspbian and Gentoo splint gave nontrivially
different results than Ubuntu 14.10 splint. And this was *not* due to
Ubuntu patches! A pristine splint built from the 3.1.2 tarball on
Ubuntu didn't match the Raspbian and Gentoo results either.
But this has been coming for a while. Easy access to more modern
static analyzers such as coverity, scan-build and cppcheck has been
decreasing the utility of splint, which is unmaintained and somewhat
buggy and not easy to use.
Only file not cleaned is ppsthread.c, because Gary has been working
on it during this cleanup.
All regression tests pass. PPS observed live on GR601-W.
|
| |
|
|
|
|
|
| |
Signed-off-by: Christian Gagneraud <chgans@gna.org>
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
|
|
|
|
| |
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
|
| |
|
| |
|
|
|
|
| |
This was the easy part. Remaining removals will require more decisions.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* A small correction for the sample C code in libgps.xml.
* Lots of web page ToC menu fixups: duplicates removed, missing entries
added, spelling fixed, etc. Also, all the entries are in the same
order, so they don't "jump around" when you move from one page to
another.
* To move things closer to [X]HTML standards compliance, I added an
alt="" to many of the small gpsd logos at the top of the menu.
* The ohloh.net stuff at the top of the page is now four table data
entries in one row of a table. It extends off to the right on many
displays, which is ugly. If you expand your browser to see all of it,
you end up with long lines of text, which are hard to read. I broke
the table into two rows of two table data entries each.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
|
| |
|
| |
|
| |
|
| |
|
|
Update the future roadmap (our schedule slipped by 5 days).
Update the TODO file with driver bugs we probably won't be
able to fix before 2.91.
|