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-141


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-141-gd4fd3d2
Date: Thu, 25 Sep 2014 21:14:40 +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  d4fd3d2ed32e1cadaa1ab05ff87aad0c0817d942 (commit)
       via  c1ba7516b8dcb00c658d2630c2a8be9f4355e618 (commit)
       via  282691da60ec526772f713a63fa0b8f43aea7acb (commit)
      from  f63bdafc18991624b872e9efa858c024834a540e (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 d4fd3d2ed32e1cadaa1ab05ff87aad0c0817d942
Author: Eric S. Raymond <address@hidden>
Date:   Thu Sep 25 17:09:09 2014 -0400

    Do the right thing if we're not using glibc - use local timegm().
    
    All regression tests pass.

commit c1ba7516b8dcb00c658d2630c2a8be9f4355e618
Author: Eric S. Raymond <address@hidden>
Date:   Thu Sep 25 16:55:10 2014 -0400

    Remove some custom code, at the cost of introducing a glibc depenency.
    
    Dependency soon to be fixed.  All regression tests pass.

commit 282691da60ec526772f713a63fa0b8f43aea7acb
Author: Eric S. Raymond <address@hidden>
Date:   Mon Sep 22 14:50:03 2014 -0400

    Refactor representation of satellite data into an array of structs...
    
    ...from a set of parallel arrays. This change flushed out a
    longstanding bug in the computation of DOPs for estimated error bars.
    
    Some test-load rebuilds were required:
    
    geostar-geos1m-binary.log.chk: With this change error
    estimates are computed and reported.
    
    trimble-lassen_iq-3dfix.log, trimble-lassen_iq-3dfix.log: the
    change revealed a bug in the computation of satellite-seen bits.
    Error estimates did not change.
    
    navcom.log: Error estimates changed.
    
    With these rebuilds, all regression tests pass.

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

Summary of changes:
 SConstruct                                  |    1 +
 cgps.c                                      |   31 ++---
 driver_garmin.c                             |   17 +-
 driver_garmin_txt.c                         |    2 +-
 driver_geostar.c                            |   16 +-
 driver_italk.c                              |   21 ++-
 driver_navcom.c                             |   10 +-
 driver_nmea0183.c                           |   59 ++++----
 driver_nmea2000.c                           |   15 +-
 driver_oncore.c                             |   29 ++--
 driver_sirf.c                               |   31 +++--
 driver_superstar2.c                         |   21 ++--
 driver_tsip.c                               |   28 ++--
 driver_ubx.c                                |   22 ++-
 driver_zodiac.c                             |   26 ++--
 gps.h                                       |   15 +-
 gpsd.h-tail                                 |    6 +
 gpsd_json.c                                 |   19 +--
 gpsutils.c                                  |   30 +----
 libgps.h                                    |    5 +
 libgps_core.c                               |   17 +--
 libgps_json.c                               |   31 ++--
 libgps_sock.c                               |   15 +-
 libgpsd_core.c                              |   37 ++---
 monitor_nmea.c                              |   15 +-
 pseudonmea.c                                |   12 +-
 test/daemon/geostar-geos1m-binary.log.chk   |  212 +++++++++++++-------------
 test/daemon/navcom.log.chk                  |   44 +++---
 test/daemon/trimble-lassen_iq-3dfix.log.chk |  106 +++++++-------
 test/daemon/trimble-lassen_iq.log.chk       |  130 ++++++++--------
 test_json.c                                 |   24 ++--
 test_mkgmtime.c                             |    2 +-
 timebase.c                                  |    2 +-
 timegm.c                                    |   33 ++++
 34 files changed, 552 insertions(+), 532 deletions(-)
 create mode 100644 timegm.c


hooks/post-receive
-- 
GPSD



reply via email to

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