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.15-74-


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.15-74-g469f00e
Date: Tue, 05 Jan 2016 00:14:33 +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  469f00e0ba8792e82278f40e69057cda8be1c193 (commit)
       via  46127111c3cad66f6ec1e6db1d75e3db063fd1a0 (commit)
      from  772eedf8a13c2c0468b1fd94beb5406dbfcb3b6e (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 469f00e0ba8792e82278f40e69057cda8be1c193
Author: Eric S. Raymond <address@hidden>
Date:   Mon Jan 4 19:12:40 2016 -0500

    Address Savannah bug #45270: serial driver does not work properly on pipes.
    
    Simon Artott wrote:
    
    When using a pipe with the serial driver (e.g. stdin from another
    process) to provide NMEA data, the fd is set to blocking mode and
    gpsd_poll() gets stuck in a loop calling get_packet() because read()
    always waits for more data.
    
    I have to remove the "Switch back to blocking I/O now that CLOCAL is
    set" code from serial.c to get it to work. The driver should detect if
    the fd is a pipe and keep it set to non-blocking.

commit 46127111c3cad66f6ec1e6db1d75e3db063fd1a0
Author: Eric S. Raymond <address@hidden>
Date:   Mon Jan 4 17:18:41 2016 -0500

    Address Savannah bug #44648: GPSD won't build...
    
    ...if CCFLAGS contains options that are only compatible with the 
cross-compiler

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

Summary of changes:
 SConstruct  |   13 +++++++++++++
 gpsd.h-tail |    3 ++-
 serial.c    |    5 ++++-
 3 files changed, 19 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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