summaryrefslogtreecommitdiff
path: root/timebase.h
Commit message (Collapse)AuthorAgeFilesLines
* whoopsy, forgot to crank the leap seconds.Chris Kuethe2009-07-061-1/+1
|
* Prepare to ship 2.39.release-2.39Eric S. Raymond2009-03-181-2/+2
|
* 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
|
* Unify the header protection macro style a bit. Chris Kuethe2008-08-031-1/+4
| | | | | | | Headers likely to be private to gpsd are prefixed with _GPSD_, reusable ones like crc24q.h don't get the _GPSD_ prefix. Protection macro goes right up near the top of the file, right after the SVN id, and it's closure is the last line of the file.
* A fix to date handling.Chris Kuethe2008-07-071-1/+1
| | | | | | | | | # date -ur 123069960 Sun Nov 25 10:06:00 UTC 1973 # date -ur 1230681600 Wed Dec 31 00:00:00 UTC 2008 this time the right time ;)
* Take account of latest IERS bulletin.Eric S. Raymond2008-07-071-3/+2
|
* Updated timebase.h... Eric S. Raymond2007-12-211-2/+2
| | | | ...and the added notice that this is part of the release procedure.
* Updated START_SUBFRAME from current IERS bulletin.Eric S. Raymond2006-12-011-2/+2
|
* 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 #!
* Pre 2.31 minor bugfixes.Eric S. Raymond2006-02-171-6/+14
|
* Currently the number of leap seconds is 14.Gary E. Miller2006-01-171-1/+1
| | | | Not sure what the next START_SUBFRAME value should be.
* Don't rely on the system clock under any circumstances.Eric S. Raymond2005-05-201-0/+25