gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-337


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-337-g71d21c1
Date: Mon, 02 Feb 2015 02:02:16 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  71d21c1566cd6ab0cc5d66b5d551faec521735d7 (commit)
      from  dde1330b6456cd2825965132cf6d413e1807ca58 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 71d21c1566cd6ab0cc5d66b5d551faec521735d7
Author: Gary E. Miller <address@hidden>
Date:   Sun Feb 1 17:57:04 2015 -0800

    Fix insufficient precision in last_fixtime.clock
    
    last_fixtime.clock and last_fixtime_clock were storing
    63 bits of time in 53 bits of timestamp_t (double).
    
    Change timestamp_t to timespec to restore nSec precision.
    
    Along the way save some floating point that is
    slow in embedded systems that have no FPU.

-----------------------------------------------------------------------

Summary of changes:
 gpsd.h-tail    |    4 +++-
 libgpsd_core.c |    5 ++---
 ppsthread.c    |    8 ++++++--
 3 files changed, 11 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]