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.16-286


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-286-gde3e0a9
Date: Wed, 20 Apr 2016 23:02:32 +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  de3e0a9746e15e1ca228815d81b2752f8371d8ea (commit)
      from  65f2a7ee0d1b9fef9041e9380c9b9f593dbe22b6 (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 de3e0a9746e15e1ca228815d81b2752f8371d8ea
Author: Gary E. Miller <address@hidden>
Date:   Wed Apr 20 15:59:44 2016 -0700

    RTCM3 is unsigned byte, not chars.
    
    This was causing problems in sign extension.
    
    On amd64/Gentoo sign was extended:
    
    (unsigned int)(char 0x80) became: 0xfffffff80
    
    But on Pi2/Wheezy the same thing became: 0x80.
    
    The obvious fix is to make it unsigned, as god intended.
    
    All regression tests pass on pi2/wheezzy and amd64/gentoo.

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

Summary of changes:
 gps.h                       |    2 +-
 test/daemon/rtcm3.2.log.chk |  254 +++++++++++++++++++++----------------------
 2 files changed, 128 insertions(+), 128 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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