[Top][All Lists]
[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.8-44-gdc091d0 |
Date: |
Tue, 03 Jul 2012 09:39:18 +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 dc091d060cbf3efae5f159fca105d603c96b74f7 (commit)
via 8b5f6085a230fa9f15c8ca1714534868c3cebe76 (commit)
via 69fde9c427bf604cdc4d6c4c38004eda62ef8ccc (commit)
via e84099fb97d33fd80986be123cf85ca47d88ddef (commit)
via 2f59774e7941bf06657d2ba0d1aabbb14945ac20 (commit)
from 73fbae6a621a0c4d0d0b86270ca58bdc157b63ed (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 dc091d060cbf3efae5f159fca105d603c96b74f7
Author: Sebastien Helleu <address@hidden>
Date: Tue Jul 3 11:38:19 2012 +0200
doc: update list of contributors in user guide
commit 8b5f6085a230fa9f15c8ca1714534868c3cebe76
Author: Sebastien Helleu <address@hidden>
Date: Tue Jul 3 11:36:57 2012 +0200
core: update ChangeLog (support of lua 5.2)
commit 69fde9c427bf604cdc4d6c4c38004eda62ef8ccc
Author: Arvydas Sidorenko <address@hidden>
Date: Tue Jul 3 11:32:20 2012 +0200
lua: remove call to deprecated function luaL_openlib (compatibility with
Lua 5.2)
Signed-off-by: Arvydas Sidorenko <address@hidden>
commit e84099fb97d33fd80986be123cf85ca47d88ddef
Author: Arvydas Sidorenko <address@hidden>
Date: Tue Jul 3 11:32:09 2012 +0200
lua: replace lua_open by luaL_newstate (compatibility with Lua 5.2)
In Lua 5.1 lua_open directly calls luaL_newstate, but was deprecated.
In Lua 5.2 lua_open was removed.
Signed-off-by: Arvydas Sidorenko <address@hidden>
commit 2f59774e7941bf06657d2ba0d1aabbb14945ac20
Author: Arvydas Sidorenko <address@hidden>
Date: Tue Jul 3 11:31:54 2012 +0200
lua: rename luaL_reg to luaL_Reg (compatibility with Lua 5.2)
The original struct name is luaL_Reg, but Lua v5.1 had a
`typedef luaL_reg luaL_Reg`, which in v5.2 was removed
Signed-off-by: Arvydas Sidorenko <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 3 ++-
doc/de/weechat_user.de.txt | 3 ++-
doc/en/weechat_user.en.txt | 3 ++-
doc/fr/weechat_user.fr.txt | 3 ++-
doc/it/weechat_user.it.txt | 3 ++-
src/plugins/scripts/lua/weechat-lua-api.c | 2 +-
src/plugins/scripts/lua/weechat-lua-api.h | 2 +-
src/plugins/scripts/lua/weechat-lua.c | 26 ++++++++++++++++++++++++--
src/plugins/scripts/lua/weechat-lua.h | 2 ++
9 files changed, 38 insertions(+), 9 deletions(-)
hooks/post-receive
--
Fast, light and extensible chat client
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-44-gdc091d0,
Sebastien Helleu <=
- Prev by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-39-g73fbae6
- Next by Date:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-45-g3d3530f
- Previous by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-39-g73fbae6
- Next by thread:
[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.3.8-45-g3d3530f
- Index(es):