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. dev-3.19a-368-ge


From: Fred Wright
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-368-ge521c47
Date: Mon, 18 Mar 2019 22:50:44 -0400 (EDT)

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  e521c47ba41d4ebbe27883ab7807972109bf20cd (commit)
       via  3d828ebdc1aeb9cb130b1bf02b1e81a1109a86af (commit)
       via  a36a199e2d5721fd019385e29610f5e43b39c388 (commit)
       via  7722705676a8c7d52c612057de241167459b9e33 (commit)
      from  68d54c2dac8e2d082f0326cdcf56c31e70203300 (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 e521c47ba41d4ebbe27883ab7807972109bf20cd
Author: Fred Wright <address@hidden>
Date:   Fri Mar 15 16:05:41 2019 -0700

    gpscat: Fix for Python without curses package.
    
    Some Python installs (notably some NetBSD versions) lack the curses
    package.  Since its only use here was for the printable character test,
    derive a test from string.printable instead.
    
    TESTED:
    Tested (in raw mode) with a receiver mixing NMEA and binary, with
    Python 2.6, 2.7, and 3.2-3.7, observing proper printability filtering.

commit 3d828ebdc1aeb9cb130b1bf02b1e81a1109a86af
Author: Fred Wright <address@hidden>
Date:   Thu Mar 14 14:36:02 2019 -0700

    gpsrinex: Fix build on OpenBSD.
    
    On OpenBSD, apparently _XOPEN_SOURCE 500 isn't good enough to get
    isfinite().  Changing it to 600 fixes it.
    
    TESTED:
    (With subsequent fix included)  Ran "build-all check" on Mac Pro 10.9,
    Mac Pro 10.14, MacBook Pro 10.9, PowerBook 10.5, VMs for OSX
    10.5-10.13, Ubuntu 14.04, CentOS 7, Fedora 25, FreeBSD 10.3, OpenBSD
    5.6, OpenBSD 5.6 32-bit, NetBSD 6.1.5, and Beaglebone (arm) Debian 7.

commit a36a199e2d5721fd019385e29610f5e43b39c388
Author: Fred Wright <address@hidden>
Date:   Wed Mar 13 19:59:35 2019 -0700

    gpsd.h: Adds missing include for fd_set.
    
    For some reason this was only causing trouble on OpenBSD.
    
    TESTED:
    (With subsequent fixes included) Ran "build-all check" on Mac Pro
    10.9, Mac Pro 10.14, MacBook Pro 10.9, PowerBook 10.5, VMs for OSX
    10.5-10.13, Ubuntu 14.04, CentOS 7, Fedora 25, FreeBSD 10.3, OpenBSD
    5.6, OpenBSD 5.6 32-bit, NetBSD 6.1.5, and Beaglebone (arm) Debian 7.

commit 7722705676a8c7d52c612057de241167459b9e33
Author: Fred Wright <address@hidden>
Date:   Wed Mar 13 19:37:33 2019 -0700

    Avoids troublesome dependency on M_LN2 from math.h.
    
    The M_LN2 definition isn't always provided by math.h, depending on the
    settings of the pesky configure flags.  Since ln(2) is a mathematical
    constant, there's no loss of generality in defining our own version,
    and that decouples us from the variability.
    
    Since the stated purpose of defining _XOPEN_SOURCE in driver_tsip.c
    and driver_zodiac.c is just to make M_LN2 available, this is
    no longer necessary.
    
    TESTED:
    (With subsequent fixes included) Ran "build-all check" on Mac Pro
    10.9, Mac Pro 10.14, MacBook Pro 10.9, PowerBook 10.5, VMs for OSX
    10.5-10.13, Ubuntu 14.04, CentOS 7, Fedora 25, FreeBSD 10.3, OpenBSD
    5.6, OpenBSD 5.6 32-bit, NetBSD 6.1.5, and Beaglebone (arm) Debian 7.

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

Summary of changes:
 driver_tsip.c   |  9 +--------
 driver_zodiac.c | 10 +---------
 gps.h           |  4 ++++
 gpscat          |  8 +++++---
 gpsd.h          |  6 ++++--
 gpsrinex.c      |  3 ++-
 6 files changed, 17 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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