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


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-450-gbdc2109
Date: Tue, 16 Aug 2016 04:55:44 +0000 (UTC)

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  bdc21096c8bf8e49c9149a048c9b2b010ab9e6ef (commit)
       via  40cf257dba8bc3a7e7c688b72c6586b49f8344d0 (commit)
       via  558586bc99a8f57ee42f0597f52232cd1ee8900b (commit)
       via  2a72002fa58217fbd0b61d861fba5ef29e575213 (commit)
       via  31ece69babcaedbbd2f635c1dc2391025d5619b6 (commit)
       via  87b7df35465772ee43e391e3c431f0bfd4bed634 (commit)
       via  d01483e1832696992d8037d0508a0ba3eaa65eef (commit)
       via  d5b3f162bccedf55cfc3dbcdd2250a6ceddf4a4e (commit)
       via  4c8a74fa031d3356183e1562b7a9738d70e9f3ce (commit)
       via  0260b7d8004e4c16928ef8d8e1bf6f6c9de8e0c8 (commit)
       via  6692860642f8e359bc9da2603fea9fc7062884fc (commit)
       via  8f8f6ed4bd33f476df217dc24b08bfa5849450de (commit)
       via  67f0cb9c5f4cf2fc12d47be6f0afdccf335f1336 (commit)
       via  5e844a4e64c4882e1b67f9d676d7067241c46974 (commit)
       via  cca1925d25094f2a0b5f4ef5e564708fa876c5af (commit)
       via  aca3818fad3843ae89d3199d82f7bd6dbce41330 (commit)
       via  9a4bd3589c123def01a3adeb1ed9d3a99bd12316 (commit)
       via  b4715a222b1cc8a58b98203809be0f2c008bac47 (commit)
       via  e9fdd7e827a5980c854df298e6cdb8667bfb180c (commit)
      from  51500bbd427387bb1847f6d00364091f2bc4f455 (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 bdc21096c8bf8e49c9149a048c9b2b010ab9e6ef
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 21:48:58 2016 -0700

    Force C99 with -D_ISOC99_SOURCE
    
    Wow, that smoked out a ton of deprecated stuff.
    bcopy(), bzero, usleep(), etc.
    Better now at leasure than when under the gun later.
    
    All regressions pass.

commit 40cf257dba8bc3a7e7c688b72c6586b49f8344d0
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 21:47:12 2016 -0700

    I can not figure out why this file will not C99.  Punt.

commit 558586bc99a8f57ee42f0597f52232cd1ee8900b
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 21:28:35 2016 -0700

    putenv() needs _XOPEN_SOURCE

commit 2a72002fa58217fbd0b61d861fba5ef29e575213
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 21:28:12 2016 -0700

    uint to unsigned int.  uint gone in C99.

commit 31ece69babcaedbbd2f635c1dc2391025d5619b6
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 21:27:50 2016 -0700

    cfmakeraw() needs _DEFAULT_SOURCE

commit 87b7df35465772ee43e391e3c431f0bfd4bed634
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 21:27:32 2016 -0700

    sys/ipc.h needs _XOPEN_SOURCE

commit d01483e1832696992d8037d0508a0ba3eaa65eef
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 21:27:11 2016 -0700

    daemon() needs _DEFAULT_SOURCE

commit d5b3f162bccedf55cfc3dbcdd2250a6ceddf4a4e
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 21:26:51 2016 -0700

    daemon() needs _DEFAULT_SOURCE

commit 4c8a74fa031d3356183e1562b7a9738d70e9f3ce
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 21:25:59 2016 -0700

    strsep() and daemon() needs _DEFAULT_SOURCE, replace bcopy()
    
    bcopy() gone in POSIX 2008.

commit 0260b7d8004e4c16928ef8d8e1bf6f6c9de8e0c8
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 21:23:20 2016 -0700

    alloca() needs alloca.h
    
    Not in POSIX, so a little undefined.

commit 6692860642f8e359bc9da2603fea9fc7062884fc
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 21:21:46 2016 -0700

    bzero() is gone in POSIX 2008.  Use memset()
    
    Also two #defines for gpspipe.c

commit 8f8f6ed4bd33f476df217dc24b08bfa5849450de
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 20:49:14 2016 -0700

    isascii() needs _XOPEN_SOURCE 500

commit 67f0cb9c5f4cf2fc12d47be6f0afdccf335f1336
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 19:59:49 2016 -0700

    nice() needs _XOPEN_SOURCE 500, setgroups(), daemon() needs _DEFAULT_SOURCE

commit 5e844a4e64c4882e1b67f9d676d7067241c46974
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 19:59:04 2016 -0700

    nice() needs _XOPEN_SOURCE 500 defined

commit cca1925d25094f2a0b5f4ef5e564708fa876c5af
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 19:57:10 2016 -0700

    C99 requires _XOPEN_SOURCE 500 for M_LN2

commit aca3818fad3843ae89d3199d82f7bd6dbce41330
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 19:56:08 2016 -0700

    sys/ipc.h  needs XOPEN_SOURCE 500
    
    XOPEN_SOURCE 500 means X/Open 1995. Seems saef enough.

commit 9a4bd3589c123def01a3adeb1ed9d3a99bd12316
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 19:54:45 2016 -0700

    With C99, macro() needs sys/sysmacros.h

commit b4715a222b1cc8a58b98203809be0f2c008bac47
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 18:33:36 2016 -0700

    Fix a warning when C99 specified.
    
    In file included from libgps_shm.c:27:0:
    /usr/include/sys/ipc.h:24:3: warning: #warning "Files using this header
    must be compiled with _GNU_SOURCE or _XOPEN_SOURCE" [-Wcpp]
     # warning "Files using this header must be compiled with _GNU_SOURCE or
    _XOPEN_S

commit e9fdd7e827a5980c854df298e6cdb8667bfb180c
Author: Gary E. Miller <address@hidden>
Date:   Mon Aug 15 18:12:05 2016 -0700

    More uint to unsigned int.
    
    uint is no longer defined in C99.  17 years to figyure this out???

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

Summary of changes:
 SConstruct          |    2 +-
 contrib/binlog.c    |    2 +-
 contrib/motosend.c  |    6 +-
 driver_ais.c        |    4 +
 driver_garmin_txt.c |    4 +-
 driver_nmea2000.c   |    6 +-
 driver_rtcm2.c      |  568 +++++++++++++++++++++++++--------------------------
 driver_sirf.c       |    2 +-
 driver_tsip.c       |    5 +
 driver_zodiac.c     |    5 +
 gps2udp.c           |    5 +-
 gpsctl.c            |    6 +
 gpsd.c              |    5 +
 gpsd_json.c         |    3 +
 gpspipe.c           |    8 +-
 gpxlogger.c         |    4 +
 lcdgps.c            |    3 +
 libgps_shm.c        |    4 +
 libgpsd_core.c      |    1 +
 ntpshmmon.c         |    4 +
 ntpshmwrite.c       |    3 +
 serial.c            |    6 +-
 shmexport.c         |    4 +
 test_json.c         |    2 +-
 timebase.c          |    3 +
 timehint.c          |    3 +
 26 files changed, 371 insertions(+), 297 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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