summaryrefslogtreecommitdiff
path: root/srecord.c
Commit message (Collapse)AuthorAgeFilesLines
* Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond2013-11-061-0/+2
| | | | All regression tests pass. PPS is live.
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-2/+2
|
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-2/+2
|
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-0/+1
|
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-2/+0
|
* Reindented some small utility modules. All regression tests pass.Eric S. Raymond2010-04-141-77/+81
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-1/+0
|
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
| | | | | | | That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it.
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-9/+9
| | | | All regression tests pass.
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-0/+2
| | | | | | ...for those who want to build their own apps linked against libgps and want the headers to work. Works on OpenBSD, tested by Jeff Francis on OS X and Linux
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
| | | | First line where possible, second line for scripts called with #!
* Typo in a comment.Chris Kuethe2005-07-151-1/+1
|
* Splint-clean the srecord code.Eric S. Raymond2005-07-151-21/+21
|
* Remove SiRF-specific assumptions from srecord.c and add it to libgps.c Eric S. Raymond2005-07-151-25/+19
| | | | for future use.
* First checkin of Chris Kuethe's firmware uploader.Eric S. Raymond2005-07-151-0/+139
Doesn't even compile yet. This is for the record, so we can do diffs against the base code he sent.