summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Include a link to a tech reference for the GSC3f-7879 chip.Eric S. Raymond2009-01-021-1/+1
* Autoconfigure fixes.Eric S. Raymond2009-01-022-20/+38
* Fixing more whitespace indentation bugs.Bernd Zeimetz2008-12-312-280/+280
* Fixing broken identation as '\t' != ' 'Bernd Zeimetz2008-12-311-11/+11
* make this compile on (at least debian) linux. from bzedChris Kuethe2008-12-311-2/+9
* Update the release checklist now that we have a NEWS file.Eric S. Raymond2008-12-311-3/+4
* Created a NEWS file, added NEWS for 2.37 and 2.38.Eric S. Raymond2008-12-311-0/+477
* Updating list of tested python2.5/libc/.. versionsBernd Zeimetz2008-12-311-4/+18
* Ignore comments in NMEA test loads.Eric S. Raymond2008-12-311-1/+3
* merge mkt-3301 support. from Henk FijnvandraatChris Kuethe2008-12-315-2/+275
* I hade WRITE_PAD set too low, alas.Eric S. Raymond2008-12-313-1/+6
* bash is not required.Eric S. Raymond2008-12-311-1/+1
* The recent error-scaling change means the regression tests need to be rebuilt.Eric S. Raymond2008-12-3125-1786/+1781
* Add regresion test for Toyaltek RGM3800.Eric S. Raymond2008-12-313-0/+100
* Markup fix.Eric S. Raymond2008-12-311-2/+2
* Scale the O reports of horizonal and vertical errors properly.Eric S. Raymond2008-12-311-2/+2
* Committed so bzed can modify it.Eric S. Raymond2008-12-311-4/+32
* Instead of wiring invocation of python2.4 into gpsfake...Eric S. Raymond2008-12-312-5/+20
* fill in my library versionsChris Kuethe2008-12-311-2/+2
* A bug report from bzed.Eric S. Raymond2008-12-311-0/+9
* Data points about the odd PTY-related bug.Eric S. Raymond2008-12-301-9/+109
* Back down to Python 2.4 to evade weird problems, possibly with ptys.Eric S. Raymond2008-12-301-1/+1
* Backing down to Python 2.4...Eric S. Raymond2008-12-301-1/+1
* The fix from 15 Jul ("Bugs can lurk indefinitely in the damnedest places.")...Eric S. Raymond2008-12-301-1/+1
* fix invokation of mkgmtime_testChris Kuethe2008-12-301-1/+1
* quell unused variable warningChris Kuethe2008-12-301-1/+1
* Throw an assertion on failed writes. Eric S. Raymond2008-12-301-15/+15
* Abort on I/O errors, also pacifying GCC 4.0 about handling write(2) returns.Eric S. Raymond2008-12-301-14/+37
* GCC now gets huffy about unchecked write(2) returns. Fix some of these.Eric S. Raymond2008-12-296-20/+45
* Correct start of subframe.Eric S. Raymond2008-12-291-1/+1
* Document our exposure if LEAP_SECONDS is wrong.Eric S. Raymond2008-12-291-0/+15
* add a simple makefile for some of these tools. Chris Kuethe2008-12-291-0/+41
* garreset: for un-shooting your gps18 in the foot. ;)Chris Kuethe2008-12-292-0/+37
* add and document lla2ecefChris Kuethe2008-12-292-0/+105
* remove motif dependency, from greg troxel.Chris Kuethe2008-12-271-4/+3
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-2716-63/+117
* fix broken markupChris Kuethe2008-12-271-1/+3
* Greg Troxel's patch to allow the user to decide whether to listen on theChris Kuethe2008-12-262-2/+23
* whitespaceChris Kuethe2008-12-261-54/+54
* whitespaceChris Kuethe2008-12-261-79/+79
* Commits from the caribbean: if the HDOP in the Geodetic Navigation DataChris Kuethe2008-12-261-1/+7
* Commits from the caribbean: 20.628361N / 87.067351WChris Kuethe2008-12-261-1/+1
* Added new receiver info per user report.Jeff Francis2008-12-111-0/+14
* fix parsing of geodetic navigation data, from Philip DerrinChris Kuethe2008-12-021-5/+7
* avoid a crash while parsing time. from greg troxelChris Kuethe2008-12-021-1/+1
* fix the order of merging in time data. from CvachoucekChris Kuethe2008-10-191-1/+1
* bunch of fixes to ubx, particularly for the ublox5. from Henk FijnvandraatChris Kuethe2008-10-193-23/+262
* typo and grammar fixes. from Beat BolliChris Kuethe2008-10-191-25/+25
* don't truncate "ERROR\n". from Jan-Benedict GlawChris Kuethe2008-10-191-1/+1
* inverting the behaviour of a flag is bad... no cookie for me. Chris Kuethe2008-10-162-6/+8