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.0-21-g25eaec3
Date: Sat, 26 Jan 2013 18:39:23 +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  25eaec3864a7ffe48b042057f8c07da26b676337 (commit)
       via  f4dce0472391432e8af4f2c0e39401d90cb86737 (commit)
      from  a5aaed89d202d9b26862a8ad4cdc683d60c1e252 (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 25eaec3864a7ffe48b042057f8c07da26b676337
Author: Sebastien Helleu <address@hidden>
Date:   Sat Jan 26 19:26:43 2013 +0100

    core: use size of 32 for hashtables (instead of 4, 8 or 16)
    
    A size of 32 will use a little more memory but will reduce collisions in key
    hashs, and then length of linked lists inside hash structure (faster search 
in
    hashtable).

commit f4dce0472391432e8af4f2c0e39401d90cb86737
Author: Sebastien Helleu <address@hidden>
Date:   Sat Jan 26 18:48:26 2013 +0100

    core: use default hash/comparison callback for keys of type 
integer/pointer/time in hashtable

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

Summary of changes:
 ChangeLog                                 |    4 +-
 doc/en/weechat_plugin_api.en.txt          |   10 ++--
 doc/fr/weechat_plugin_api.fr.txt          |   10 ++--
 doc/it/weechat_plugin_api.it.txt          |   15 ++--
 src/core/wee-eval.c                       |    4 +-
 src/core/wee-hashtable.c                  |  101 ++++++++++++++++++++++-------
 src/core/wee-hashtable.h                  |    4 +-
 src/core/wee-hdata.c                      |    6 +-
 src/gui/gui-bar.c                         |    4 +-
 src/gui/gui-buffer.c                      |    4 +-
 src/gui/gui-color.c                       |    4 +-
 src/plugins/irc/irc-config.c              |   12 ++--
 src/plugins/irc/irc-message.c             |    4 +-
 src/plugins/irc/irc-protocol.c            |    2 +-
 src/plugins/irc/irc-redirect.c            |    4 +-
 src/plugins/irc/irc-server.c              |    8 +-
 src/plugins/relay/irc/relay-irc.c         |    6 +-
 src/plugins/relay/relay-config.c          |    2 +-
 src/plugins/relay/weechat/relay-weechat.c |    8 +-
 src/plugins/script/script-action.c        |    4 +-
 src/plugins/script/script-repo.c          |    6 +-
 src/plugins/script/script.c               |    2 +-
 22 files changed, 140 insertions(+), 84 deletions(-)


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



reply via email to

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