summaryrefslogtreecommitdiff
path: root/xgpsspeed.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 #!
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-1/+3
|
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-5/+7
| | | | | | | GPSD is now free from the often-misused strcat, strcpy and sprintf. Future code should not use unbounded string functions. Glibc users, please verify that the integrated strlcat and strlcpy are correctly linked in.
* Change -v to -V for Verbose optionGary E. Miller2006-03-131-3/+3
|
* Bug fixes for xgpsspeedChris Kuethe2006-02-151-4/+12
| | | | | | | | | | | | | | | | | | | | | | >From Bill Marr on gpsd-dev .------------------------------ Attached is a patch against 'xgpsspeed.c' in the 2.30 release of 'gpsd'. It fixes the following bugs in the 'xgpsspeed' application: (1) Missing limit-checks on the tachometer widget can result in the tachometer needle spinning madly if invalid vehicle speeds are reported by 'gpsd'. (2) The display of speed units (e.g. "Miles per Hour") above the "speedometer" was erroneously always displaying "Km per Hour", regardless of the speed units in use. Furthermore, although there was already a provision to select "knots" as the speed units ("-speedunits knots"), there was never any code to display the proper text! (3) An erroneous conversion factor (the reciprocal of the correct value) was used to convert the native 'meters per second' GPS-reported speed into knots. This results in an erroneous needle position when "-speedunits knots" has been specified on the command line. .------------------------------
* Add long requested simple fix for a Motif/Lesstif include file problem.Gary E. Miller2006-01-151-0/+1
|
* Clean up after the raw_hook architecture change.Eric S. Raymond2005-06-121-1/+1
|
* Experimentally putting splint in strict mode turned up some grubby bits.Eric S. Raymond2005-06-101-1/+1
|
* 104 split errors. Some iffy changes to the TSIP driver.Eric S. Raymond2005-06-021-5/+11
|
* 236 splint warnings.Eric S. Raymond2005-05-301-13/+27
|
* 698 splint warnings.Eric S. Raymond2005-05-271-4/+6
|
* 1318 splint warnings.Eric S. Raymond2005-05-271-17/+21
|
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-1/+1
|
* Add ! command for gpsd control socket. Rationalize xgps and xgpsspeed options.Eric S. Raymond2005-05-251-9/+31
|
* Support R=2.Eric S. Raymond2005-05-241-1/+2
|
* Fix a unit-conversion bug intruduced in 2.23.Eric S. Raymond2005-05-071-1/+1
|
* O command now reports speeds in meters/sec, making the O report all SI units.Eric S. Raymond2005-04-271-2/+2
|
* Big structure reorganization.Eric S. Raymond2005-03-221-1/+1
| | | | Timestamp fields are gone, replaced by validity mask bits.
* Prerelease cleanup.Eric S. Raymond2005-03-101-1/+1
| | | | | | Restrict scope of session variables in the damon. Give the raw_hook function direct access to the output data. raw_hook now copes correctly when passed multiple sentences.
* Make -speedunits work again.Eric S. Raymond2005-02-161-2/+2
|
* Make resource files work.Eric S. Raymond2005-01-191-1/+1
|
* Don't print spurious error numbers.Eric S. Raymond2005-01-051-1/+1
|
* Fix getopt.h problem.Eric S. Raymond2005-01-051-4/+2
|
* Rename --units option.Eric S. Raymond2005-01-051-2/+4
|
* Second step towards supporting unit resources in xgps.Eric S. Raymond2005-01-031-1/+1
|
* Rename --units to --speedunits.Eric S. Raymond2005-01-031-5/+5
|
* Make knots available as a speed unit.Eric S. Raymond2005-01-031-6/+6
|
* James Cameron's --unit patch.Eric S. Raymond2005-01-031-5/+30
|
* Added -k option to client.Eric S. Raymond2005-01-031-3/+10
|
* Drop back to void type for the raw-mode hook.Eric S. Raymond2005-01-021-2/+1
|
* Raw hook now has an integer return type.Eric S. Raymond2005-01-021-1/+2
|
* Header cleanup.Eric S. Raymond2005-01-021-2/+0
|
* Header cleanup.Eric S. Raymond2004-12-311-10/+5
|
* Header pruning.Eric S. Raymond2004-12-311-7/+2
|
* More fluff removal.Eric S. Raymond2004-12-311-2/+1
|
* Move the definition of UNUSED into the configuration machinery whereEric S. Raymond2004-12-301-1/+0
| | | | it belongs.
* Add ? and v as options.Eric S. Raymond2004-12-301-7/+3
|
* Add display.h, tag some formals as unused.Eric S. Raymond2004-12-241-2/+5
|
* Tilman Koschnick's AMD64 patch.Eric S. Raymond2004-12-231-1/+1
|
* Added -v.Eric S. Raymond2004-12-171-1/+4
|
* A bit more cleanup.Eric S. Raymond2004-12-131-6/+4
|
* HP-UX port changes and automake update.release-2.4Eric S. Raymond2004-12-091-5/+7
|
* Yet another round of fluff removal.Eric S. Raymond2004-10-231-1/+0
|
* More code polishing. Includes some portability improvements for the Eric S. Raymond2004-10-051-11/+1
| | | | serial-device code.
* More code-polishing.Eric S. Raymond2004-10-041-7/+6
|
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-6/+1
|
* Improved X option processing.Eric S. Raymond2004-09-301-19/+7
|
* -p option is now optional arg.Eric S. Raymond2004-09-301-12/+12
|
* More fluff removal.Eric S. Raymond2004-09-301-20/+9
|
* Support server:port.Eric S. Raymond2004-09-291-1/+8
|