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.9-120-


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.9-120-g1aaec3a
Date: Thu, 26 Sep 2013 17:35: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  1aaec3a3bf9ef6679425a5e701fe8ff3143809f8 (commit)
       via  88d89ebed449accbf945824a1034e9d604946592 (commit)
       via  832e1fb1749ee24583d2f7f1dc7ce7b9e68126f9 (commit)
       via  ab7d706918b859f5cc38f520c8d41098de411a89 (commit)
      from  20cbe3b5c797aaf689a8eaa5ba351d72aa2b34f2 (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 1aaec3a3bf9ef6679425a5e701fe8ff3143809f8
Author: Andrey Mazo <address@hidden>
Date:   Thu Sep 26 21:08:52 2013 +0400

    Added option to disable build of documentation.
    
    Documentation has little use when cross-compiling for an embedded system.
    But xsltproc and/or xmlto may still be available on a build machine
    which triggers the documentation build.
    So added an option to forcefully disable build of documentation even if
    xsltproc and/or xmlto are present.
    
    Signed-off-by: Andrey Mazo <address@hidden>

commit 88d89ebed449accbf945824a1034e9d604946592
Author: Andrey Mazo <address@hidden>
Date:   Thu Sep 26 21:08:51 2013 +0400

    Crossbuild fix when using sysroots.
    
    Signed-off-by: Andrey Mazo <address@hidden>

commit 832e1fb1749ee24583d2f7f1dc7ce7b9e68126f9
Author: Andrey Mazo <address@hidden>
Date:   Thu Sep 26 21:06:05 2013 +0400

    Fixed incorrect string argument to dbus_message_get_args().
    
    Existing behavior leads to unexpected results because it's actually
    something like
    static char gpsd_devname[BUFSIZ];
    ...
    *((char**)&gpsd_devname) = "qqq";
    
    which actually stores address of "qqq" in first several bytes of 
gpsd_devname[] (at least with gcc and clang).
    
    DBus documentation on dbus_message_get_args() [1] states that
    "The variable argument list should contain the type of the argument
    followed by a pointer to where the value should be stored."
    ".. the returned values are constant; do not free them. They point into
    the DBusMessage."
    
    [1] 
http://dbus.freedesktop.org/doc/api/html/group__DBusMessage.html#gad8953f53ceea7de81cde792e3edd0230
    
    Signed-off-by: Andrey Mazo <address@hidden>

commit ab7d706918b859f5cc38f520c8d41098de411a89
Author: Eric S. Raymond <address@hidden>
Date:   Tue Sep 24 18:57:07 2013 -0400

    Add gittip links and buttons.

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

Summary of changes:
 SConstruct        |   33 ++++++++++++++++++++++-----------
 libgps_dbus.c     |    2 +-
 www/cycle.png     |  Bin 12699 -> 12690 bytes
 www/faq.html.in   |    1 +
 www/index.html.in |    6 +++---
 5 files changed, 27 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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