weechat-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, maste


From: Sebastien Helleu
Subject: [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.2-193-g7dfaca9
Date: Sun, 05 Jan 2014 09:47:16 +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 "Fast, light and extensible chat client".

The branch, master has been updated
       via  7dfaca9ef3caa939e19c310eb5d2ecc67a891689 (commit)
       via  d48896cfa42e38e8acf55437768e8b521ec02614 (commit)
       via  a571d599d39e7b05d90c53aaa23cee7c68197e38 (commit)
      from  f840c64626cfba47a55a9f158a13f6f57a12e35e (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 7dfaca9ef3caa939e19c310eb5d2ecc67a891689
Author: Sebastien Helleu <address@hidden>
Date:   Sun Jan 5 10:47:09 2014 +0100

    xfer: replace call to sprintf() with snprintf()

commit d48896cfa42e38e8acf55437768e8b521ec02614
Author: Sebastien Helleu <address@hidden>
Date:   Sun Jan 5 10:44:53 2014 +0100

    core: replace calls to sprintf() with snprintf()

commit a571d599d39e7b05d90c53aaa23cee7c68197e38
Author: Sebastien Helleu <address@hidden>
Date:   Sun Jan 5 10:42:49 2014 +0100

    core: fix compilation warnings on OpenBSD
    
    On OpenBSD, the variable "tv_sec" in struct timeval has type "long"
    (type "time_t" under Linux).
    So we need to copy this value to a temporary variable before using its
    pointer with function localtime().

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

Summary of changes:
 src/core/wee-completion.c        |  139 ++++++++++++++++++++++----------------
 src/core/wee-config.c            |    8 ++-
 src/core/wee-hook.c              |    7 ++-
 src/gui/curses/gui-curses-chat.c |    8 ++-
 src/gui/curses/gui-curses-key.c  |    4 +-
 src/gui/gui-bar-item.c           |   18 +++--
 src/plugins/xfer/xfer-file.c     |   10 ++-
 7 files changed, 116 insertions(+), 78 deletions(-)


hooks/post-receive
-- 
Fast, light and extensible chat client



reply via email to

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