summaryrefslogtreecommitdiff
path: root/gpsd_report.c
Commit message (Collapse)AuthorAgeFilesLines
* Reindent two small modules.Eric S. Raymond2010-04-141-2/+3
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
|
* Fixes up previous commit that fixed logging function linkageMichael Ledford2009-12-071-4/+3
| | | | | | ...using the shared library on OS X 10.6. Previous commit caused error warnings to be emitted. Plus Mach-O doesn't support aliasing so this also removes the alias attribute.
* Fixes a problem on Mac OS X 10.6 with the shared library linking.Michael Ledford2009-12-071-1/+6
| | | | | It chose the default gpsd_report() in gpsd_report.c function instead of the one provided by library clients. OS X 10.5 didn't have this problem.
* 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.
* File rename.Eric S. Raymond2009-03-031-0/+17