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.3.6-59-ge3b7c8f
Date: Sat, 12 Nov 2011 09:57:04 +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  e3b7c8fdb775b76b7c042a74813f32876601c617 (commit)
       via  491412b314f6a9db9de5d24daee7196bf5dfbdf5 (commit)
      from  538e8257f6c25c465d171c93552da896e4b09c91 (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 e3b7c8fdb775b76b7c042a74813f32876601c617
Author: Sebastien Helleu <address@hidden>
Date:   Sat Nov 12 10:56:52 2011 +0100

    irc: add case insensitive string comparison based on casemapping of server 
(rfc1459, strict-rfc1459, ascii) (bug #34239)

commit 491412b314f6a9db9de5d24daee7196bf5dfbdf5
Author: Sebastien Helleu <address@hidden>
Date:   Sat Nov 12 10:37:44 2011 +0100

    api: add new functions strcasecmp_range and strncasecmp_range

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

Summary of changes:
 ChangeLog                        |    5 ++-
 doc/en/weechat_plugin_api.en.txt |   89 +++++++++++++++++++++++++++++++++++
 doc/fr/weechat_plugin_api.fr.txt |   89 +++++++++++++++++++++++++++++++++++
 doc/it/weechat_plugin_api.it.txt |   91 ++++++++++++++++++++++++++++++++++++
 src/core/wee-string.c            |   68 +++++++++++++++++++++++++++
 src/core/wee-string.h            |    4 ++
 src/core/wee-utf8.c              |   29 +++++++++++
 src/core/wee-utf8.h              |    2 +
 src/plugins/irc/irc-bar-item.c   |    4 +-
 src/plugins/irc/irc-channel.c    |   22 +++++----
 src/plugins/irc/irc-channel.h    |    9 ++-
 src/plugins/irc/irc-command.c    |    6 ++-
 src/plugins/irc/irc-completion.c |   12 +++--
 src/plugins/irc/irc-config.c     |    3 +-
 src/plugins/irc/irc-ctcp.c       |    6 +-
 src/plugins/irc/irc-ignore.c     |    5 ++-
 src/plugins/irc/irc-info.c       |    3 +-
 src/plugins/irc/irc-input.c      |    8 ++-
 src/plugins/irc/irc-mode.c       |    3 +-
 src/plugins/irc/irc-nick.c       |   17 ++++---
 src/plugins/irc/irc-nick.h       |    3 +-
 src/plugins/irc/irc-notify.c     |   10 +++-
 src/plugins/irc/irc-protocol.c   |   96 +++++++++++++++++++++++---------------
 src/plugins/irc/irc-server.c     |   93 ++++++++++++++++++++++++++++++++++++
 src/plugins/irc/irc-server.h     |   17 +++++++
 src/plugins/irc/irc-upgrade.c    |    3 +-
 src/plugins/plugin.c             |    2 +
 src/plugins/weechat-plugin.h     |   11 ++++-
 28 files changed, 626 insertions(+), 84 deletions(-)


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



reply via email to

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