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.7-58-g


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.7-58-g2e0f4f8
Date: Fri, 07 Sep 2012 10:08:59 +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  2e0f4f819440eb446eb4a2f352a295adb6672bcf (commit)
       via  2240d9ca9f1b367ef985eef8a3a028936ac71f56 (commit)
       via  c6e26279e448cb50d26aa308a1473a1d192b192a (commit)
       via  200eb5a37da191963478a581c730df2676150320 (commit)
       via  6886edd1858a828b2ffc1d81112edc9d6e766f5d (commit)
       via  a21fca3ec713bc5e2c69258ffc6bc4b95014476a (commit)
       via  6386d5265bb1df4d3b94d6f49f584da31f9714a1 (commit)
       via  d7edd5c56e7f2a3af2b92778a8dfbd315f456099 (commit)
       via  1542fd2b207e3e0bff9f37a345a814a5bc6893a9 (commit)
       via  3994a4a95ec7c58f3d1347805b9384a7dfce4745 (commit)
       via  a5f284d5685218b596c26192cfd04b57d30c05f7 (commit)
       via  d6312e3de44a1c3b9ee1d15ac6c30b2d06d09e6e (commit)
       via  606a688de6b76dba3a8f7b153eb1fddca51a86c3 (commit)
       via  af3a97a5251c99b73384332609e03de26f2c56ef (commit)
       via  84a0711fc0d821e7fc507bdbdbc987181beae0f1 (commit)
       via  1ecd51a80c5ba9f1c9ca3e09a5c2f5401469d9f3 (commit)
      from  7b0f40ee03e573f4a477d252ffd7580944f0ad72 (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 2e0f4f819440eb446eb4a2f352a295adb6672bcf
Author: Eric S. Raymond <address@hidden>
Date:   Fri Sep 7 06:05:42 2012 -0400

    Replace exit(2) with exit(EXIT_FAILURE). None of these were documented.
    
    This is a separate commit so we can revert it someday if making the
    distinction again comes to seem more important than struct mingw
    portability.
    
    All regression tests pass.

commit 2240d9ca9f1b367ef985eef8a3a028936ac71f56
Author: Eric S. Raymond <address@hidden>
Date:   Fri Sep 7 06:02:53 2012 -0400

    Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})
    
    Note there are some exit(2) instances we bneed to decide what to do with.

commit c6e26279e448cb50d26aa308a1473a1d192b192a
Author: Eric S. Raymond <address@hidden>
Date:   Fri Sep 7 06:00:25 2012 -0400

    Un-break the regression tests while we figure out how to reapply.

commit 200eb5a37da191963478a581c730df2676150320
Author: ukyg9e5r6k7gubiekd6 <address@hidden>
Date:   Tue Aug 7 17:31:56 2012 +1000

    Use strerror() rather than a generic error message.
    
    Not thread-safe, but at least it has a chance of being useful in
    problem diagnosis.
    
    Signed-off-by: Eric S. Raymond <address@hidden>

commit 6886edd1858a828b2ffc1d81112edc9d6e766f5d
Author: ukyg9e5r6k7gubiekd6 <address@hidden>
Date:   Tue Aug 7 00:12:19 2012 +1000

    Silence another cppcheck warning.
    
    Signed-off-by: Eric S. Raymond <address@hidden>

commit a21fca3ec713bc5e2c69258ffc6bc4b95014476a
Author: ukyg9e5r6k7gubiekd6 <address@hidden>
Date:   Mon Aug 6 21:10:39 2012 +1000

    Comply strictly with strict-aliasing rules by using memcpy...
    
    ...rather than using type-punning pointer casts. With optimization
    this will generate similarly-performing or even identical code on most
    architectures/compilers.
    
    Signed-off-by: Eric S. Raymond <address@hidden>

commit 6386d5265bb1df4d3b94d6f49f584da31f9714a1
Author: ukyg9e5r6k7gubiekd6 <address@hidden>
Date:   Fri Aug 3 09:53:28 2012 +1000

    Silence cppcheck warning. Limits year values to 10^9 - 1.
    
    Signed-off-by: Eric S. Raymond <address@hidden>

commit d7edd5c56e7f2a3af2b92778a8dfbd315f456099
Author: ukyg9e5r6k7gubiekd6 <address@hidden>
Date:   Fri Aug 3 09:33:03 2012 +1000

    Silence some pointer-signedness warnings.
    
    Signed-off-by: Eric S. Raymond <address@hidden>

commit 1542fd2b207e3e0bff9f37a345a814a5bc6893a9
Author: ukyg9e5r6k7gubiekd6 <address@hidden>
Date:   Fri Aug 3 00:22:33 2012 +1000

    Use UNUSED rather than uselessly setting a parameter, which triggers a 
compiler warning.
    
    Signed-off-by: Eric S. Raymond <address@hidden>

commit 3994a4a95ec7c58f3d1347805b9384a7dfce4745
Author: ukyg9e5r6k7gubiekd6 <address@hidden>
Date:   Thu Aug 2 23:46:23 2012 +1000

    sockaddr_t only needs to accomodate a sockaddr_in6 if IPV6_ENABLE.
    
    Signed-off-by: Eric S. Raymond <address@hidden>

commit a5f284d5685218b596c26192cfd04b57d30c05f7
Author: Eric S. Raymond <address@hidden>
Date:   Fri Sep 7 05:01:20 2012 -0400

    Change the API so the yermios strucytture is not publicly exposed.
    
    Becauser this changed the libgpsd API but not the libgps one, libgpsd now
    has its own version number. (Doing otherwise would have inflicted a 
gratuitous
    binary-compatibility break on application developers).
    
    All regression tests pass.  Audit check runs clean.

commit d6312e3de44a1c3b9ee1d15ac6c30b2d06d09e6e
Author: Eric S. Raymond <address@hidden>
Date:   Fri Sep 7 04:45:51 2012 -0400

    Complete change from int to socket_t for sockets.

commit 606a688de6b76dba3a8f7b153eb1fddca51a86c3
Author: Eric S. Raymond <address@hidden>
Date:   Fri Sep 7 04:28:39 2012 -0400

    Minor cleanup for bluez code suggested by ukyg9e5r6k7gubiekd6,

commit af3a97a5251c99b73384332609e03de26f2c56ef
Author: ukyg9e5r6k7gubiekd6 <address@hidden>
Date:   Tue Jul 24 18:31:30 2012 +1000

    Ignore Eclipse project files.
    
    Signed-off-by: Eric S. Raymond <address@hidden>

commit 84a0711fc0d821e7fc507bdbdbc987181beae0f1
Author: Eric S. Raymond <address@hidden>
Date:   Fri Sep 7 04:10:17 2012 -0400

    Add a new helper app.

commit 1ecd51a80c5ba9f1c9ca3e09a5c2f5401469d9f3
Author: Eric S. Raymond <address@hidden>
Date:   Thu Sep 6 10:02:04 2012 -0400

    Python CGI is ready for production.

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

Summary of changes:
 .gitignore            |    2 ++
 SConstruct            |   13 +++++++++----
 ais_json.c            |    4 ++--
 cgps.c                |    8 ++++----
 crc24q.c              |    2 +-
 daemon.c              |    2 +-
 driver_nmea2000.c     |    2 +-
 drivers.c             |    2 +-
 gpsctl.c              |   44 ++++++++++++++++++++++----------------------
 gpsd.c                |   46 +++++++++++++++++++++++++++-------------------
 gpsd.h-tail           |    5 +++--
 gpsd_json.c           |    2 +-
 gpsdctl.c             |    6 +++---
 gpsdecode.c           |   10 +++++-----
 gpsmon.c              |   20 ++++++++++----------
 gpspipe.c             |   40 ++++++++++++++++++++--------------------
 gpxlogger.c           |   18 +++++++++---------
 json.c                |   33 ++++++++++++++++++++++++---------
 lcdgps.c              |   16 ++++++++--------
 libgps_dbus.c         |    5 +----
 libgpsd_core.c        |    2 +-
 libgpsmm.h            |    2 +-
 netlib.c              |    2 +-
 serial.c              |   20 +++++++++++++++-----
 sockaddr.h            |    2 ++
 subframe.c            |    2 +-
 test_bits.c           |   18 +++++++++---------
 test_json.c           |   16 ++++++++--------
 test_libgps.c         |    8 ++++----
 test_packet.c         |    4 ++--
 www/gps_report.cgi.in |    2 +-
 www/index.html.in     |    4 ++++
 32 files changed, 203 insertions(+), 159 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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