summaryrefslogtreecommitdiff
path: root/leapsecond.py
Commit message (Collapse)AuthorAgeFilesLines
...
* sys has to be imported for error messages.Eric S. Raymond2011-05-051-1/+1
|
* Tweak leapsecond.py so that it could be used from another scriptJon Schlueter2011-04-011-4/+3
|
* Remove a dependency on the leapseconds table being correct.Eric S. Raymond2011-02-021-10/+4
| | | | (Also, fix it up sop it *is* correct, in case we want it someday.)
* Restore the ability to build under Python 2.4.Eric S. Raymond2011-01-251-2/+2
|
* Rebuilding of timebase constants is now completely automated.Eric S. Raymond2011-01-201-0/+2
| | | | All regression tests pass.
* Go back to wiring in a default leap-second offset at start.Eric S. Raymond2011-01-201-0/+1
| | | | | I thought I could avoid this, but it turns out SiRF chips before firmware rev 2.3.2 don't reliably get a leap-second report either. Sigh...
* More cleanup of the machinery for wortking with leap-second history.Eric S. Raymond2011-01-191-1/+1
|
* Generate coefficients for least-squares fit into the C code.Eric S. Raymond2011-01-191-15/+26
|
* Refactor.Eric S. Raymond2011-01-191-9/+9
|
* Compute residuals.Eric S. Raymond2011-01-191-0/+8
|
* Generate least-squares fit.Eric S. Raymond2011-01-191-7/+29
|
* Refactor leap-second fetching.Eric S. Raymond2011-01-191-3/+8
|
* Document how to get a leapsecond trend plot.Eric S. Raymond2011-01-191-0/+4
|
* Date in GNUPLOT ranges have to be quotes, it seems.Eric S. Raymond2011-01-191-1/+1
|
* Leap-second history plotting is *almost* right.Eric S. Raymond2011-01-191-3/+17
|
* Extract Unix times for leap-second history plot.Eric S. Raymond2011-01-191-5/+9
|
* More refactoring, introduce stub for history graphing.Eric S. Raymond2011-01-181-41/+39
|
* Refactor the leap-second fetcher.Eric S. Raymond2011-01-181-40/+32
|
* Remove fossils related to START_SUBFRAMEEric S. Raymond2011-01-181-1/+1
|
* Explanatory comments.Eric S. Raymond2011-01-181-2/+2
|
* Enable building even if we can't reach USNO leap-second history.Eric S. Raymond2011-01-171-26/+31
|
* Refactor the rollover check. All regression tests pass.Eric S. Raymond2011-01-171-118/+0
|
* Add Python output to leapsecond.py.Beat Bolli2011-01-171-10/+18
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Clean up warnings reported by Charles Curley.Eric S. Raymond2011-01-171-2/+96
|
* GPS week rollover check extends to the rollover equivalent of now.Eric S. Raymond2011-01-151-1/+6
|
* Detect week-counter overruns using the leap second.Eric S. Raymond2011-01-151-0/+221
|
* Reorganize, moving a rarely-used/semi-obsolescent stuff into subdirectories.Eric S. Raymond2009-09-041-95/+0
|
* A bit of bulletproofing for the Python side.Eric S. Raymond2009-01-071-7/+10
|
* Fix fatal typo in test main.Eric S. Raymond2009-01-071-1/+1
|
* Updated timebase.h... Eric S. Raymond2007-12-211-2/+2
| | | | ...and the added notice that this is part of the release procedure.
* 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 #!
* Implement leap-second caching. Not tested as root yet.Eric S. Raymond2006-06-081-3/+51
|
* Subtract the right offset.Eric S. Raymond2006-06-081-6/+8
|
* Remote retrieval works.Eric S. Raymond2006-06-081-12/+27
|
* First cut at retrieving leap-second offset from the Web.Eric S. Raymond2006-06-071-0/+26