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


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-226-gf351f59
Date: Wed, 21 Jan 2015 16:05:39 +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  f351f5981604338db80e2b2864b7dcb818e7fc61 (commit)
       via  e8af0f0198cc616c935aa65a26f92679868edaf1 (commit)
       via  e73be0d435b8bfb8e86d9ac8cea293be3de584f5 (commit)
       via  0ad5a591ed299316eaa13a13750d83aa7317154d (commit)
       via  152463c594cece47e3a7a0f37e6667d39437c164 (commit)
       via  9b07a07f6fed92d1b041bfcd8a49ca7314f75ac3 (commit)
       via  fca5b90829621e119a310225b4f1358cd6914d5c (commit)
       via  4abdcf1ac9a891a5010f238214150adbc2073b38 (commit)
       via  b500289f7af867ee5d5c236247f8f8a2a48ad342 (commit)
       via  d0174ca4e78831bbdd798d02a481ba2569425722 (commit)
       via  39554efdf0416e35236ad3d23a3a893d90c68be6 (commit)
      from  2a942ccb227f4b16d40e259abab47b566daae00d (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 f351f5981604338db80e2b2864b7dcb818e7fc61
Author: Zbigniew Chyla <address@hidden>
Date:   Wed Jan 21 11:05:30 2015 -0500

    Fix incorrect uses of snprintf in pseudo-NMEA code.

commit e8af0f0198cc616c935aa65a26f92679868edaf1
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Jan 16 15:46:59 2015 +0100

    Simplify by using str_rstrip_char.
    
    By using str_rstrip_char we explicitly show that we're removing
    trailing comma/space.

commit e73be0d435b8bfb8e86d9ac8cea293be3de584f5
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Jan 16 15:46:59 2015 +0100

    Simplify by using str_appendf

commit 0ad5a591ed299316eaa13a13750d83aa7317154d
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Jan 16 15:46:59 2015 +0100

    Support empty strings in str_rstrip_char

commit 152463c594cece47e3a7a0f37e6667d39437c164
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Jan 16 15:46:59 2015 +0100

    Convert macros in strfuncs.h to functions.

commit 9b07a07f6fed92d1b041bfcd8a49ca7314f75ac3
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Jan 16 15:46:59 2015 +0100

    Add compiler.h with compiler specific macros.
    
    Use new macros (UNUSED, PRINTF_FUNC) where appropriate.
    This change doesn't affect generated binary code.

commit fca5b90829621e119a310225b4f1358cd6914d5c
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Jan 16 15:46:59 2015 +0100

    Add str_rstrip_char, use it everywhere.
    
    This change doesn't affect generated binary code.

commit 4abdcf1ac9a891a5010f238214150adbc2073b38
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Jan 16 15:46:59 2015 +0100

    Add str_{,v}appendf, use it everywhere.
    
    This change doesn't affect generated binary code.

commit b500289f7af867ee5d5c236247f8f8a2a48ad342
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Jan 16 15:46:59 2015 +0100

    Use str_starts_with instead of local macro.
    
    This change doesn't affect generated binary code.

commit d0174ca4e78831bbdd798d02a481ba2569425722
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Jan 16 15:46:59 2015 +0100

    Add str_starts_with macro, use it instead of strncmp.
    
    This change doesn't affect generated binary code.

commit 39554efdf0416e35236ad3d23a3a893d90c68be6
Author: Zbigniew Chyla <address@hidden>
Date:   Fri Jan 16 15:46:59 2015 +0100

    Add new header for string functions.
    
    This change doesn't affect generated binary code.

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

Summary of changes:
 compiler.h          |   25 ++
 driver_geostar.c    |    4 +-
 driver_nmea0183.c   |    3 +-
 driver_sirf.c       |   11 +-
 driver_tsip.c       |    9 +-
 driver_zodiac.c     |    4 +-
 drivers.c           |    9 +-
 gps.h               |    9 +-
 gps2udp.c           |    3 +-
 gpsd.c              |   37 +--
 gpsd.h-tail         |    7 +-
 gpsd_json.c         |  712 +++++++++++++++++++++------------------------------
 gpsdecode.c         |   89 +++----
 gpsmon.c            |   13 +-
 json.c              |    8 +-
 libgps_core.c       |    4 +-
 libgps_json.c       |   29 +-
 libgps_sock.c       |   12 +-
 libgpsd_core.c      |   20 +-
 monitor_nmea.c      |    3 +-
 monitor_sirf.c      |    4 +-
 net_gnss_dispatch.c |    9 +-
 net_ntrip.c         |   14 +-
 packet.c            |   11 +-
 pseudonmea.c        |   59 ++---
 strfuncs.h          |   46 ++++
 test_matrix.c       |    8 +-
 27 files changed, 526 insertions(+), 636 deletions(-)
 create mode 100644 compiler.h
 create mode 100644 strfuncs.h


hooks/post-receive
-- 
GPSD



reply via email to

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