Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | spellchecking in driver_tsip/geostar | Jon Schlueter | 2011-03-05 | 1 | -2/+2 | |
| | ||||||
* | Verbosity suppression. All regression tests pass. | Eric S. Raymond | 2011-02-28 | 1 | -0/+3 | |
| | ||||||
* | splint simplification and cleanup. | Eric S. Raymond | 2011-02-04 | 1 | -4/+4 | |
| | ||||||
* | Partial splint and warning cleanup. All regression tests pass. | Eric S. Raymond | 2011-02-03 | 1 | -1/+1 | |
| | ||||||
* | Added a driver-type flags member to the driver method structure. | Eric S. Raymond | 2011-01-19 | 1 | -0/+1 | |
| | | | | All regression tests pass. | |||||
* | More deheader testing. All regression tests pass. | Eric S. Raymond | 2011-01-13 | 1 | -0/+1 | |
| | ||||||
* | Rename the bits.h macros to be explicit about operand length. | Eric S. Raymond | 2010-12-26 | 1 | -57/+57 | |
| | | | | | | With most machines being 64-bit now, the assumption that "word" = 16 bits and "long" = 32 bits is increasingly archaic. This commit removes it from our naming conventions. | |||||
* | sizeof(long) is not portable | Chris Kuethe | 2010-12-25 | 1 | -12/+12 | |
| | | | | | | | | | More Commits from the Caribbean. The geostar driver operates on 4-byte words, so change increments to 4 bytes. Add a note to the prototype driver and the hacking guide to indicate that the sizeof(<std int type>) should be avoided for extracting fixed size blocks from a packet. | |||||
* | More header portability audting with a new version of deheader. | Eric S. Raymond | 2010-12-22 | 1 | -1/+1 | |
| | ||||||
* | More header portability auditing by deheader. | Eric S. Raymond | 2010-12-22 | 1 | -3/+0 | |
| | ||||||
* | Correct a previous commit changing <time.h> to <sys/time.h> eceywhere. | Eric S. Raymond | 2010-12-21 | 1 | -1/+1 | |
| | | | | <sys/time.h> is needed for select(2). | |||||
* | Use <time.h> a la SuS, rather than <sys/time.h>, for select(2) etc. | Eric S. Raymond | 2010-12-21 | 1 | -1/+1 | |
| | ||||||
* | Partial splint cleanup. All regression tests pass. | Eric S. Raymond | 2010-12-15 | 1 | -10/+20 | |
| | ||||||
* | For simplification on SuS assumptions. | Eric S. Raymond | 2010-12-13 | 1 | -13/+4 | |
| | ||||||
* | s/responce/response/g | Chris Kuethe | 2010-12-12 | 1 | -12/+12 | |
| | ||||||
* | Wow, I totally baked the geostar import... | Chris Kuethe | 2010-12-11 | 1 | -0/+7 | |
| | ||||||
* | Unused-header removals by deheader. All regression tests pass. | Eric S. Raymond | 2010-12-01 | 1 | -6/+0 | |
| | ||||||
* | Driver for the GeoS-1M GPS/Glonass module | Viktar Palstsiuk | 2010-10-30 | 1 | -0/+596 | |