fixes a typo
[platform/upstream/ibus-libpinyin.git] / lua /
2012-07-16 Peng Wuupdate lua test case
2012-07-16 Peng Wuwrite register_converter
2012-07-16 Peng Wuwrite int_to_hex_string
2012-07-16 Peng Wuwrite utf8/utf16 conversion
2012-06-12 Peng Wuupdate fsf address
2012-06-12 Peng Wuupdate fsf address
2012-06-06 Peng Wuupdate lua
2012-06-06 Peng Wuupdate Makefile.am
2012-06-06 Peng Wuupdate lua
2010-08-17 Peng HuangRemove duplicated EXTRA_DIST value in lua/Makefile.am
2010-07-16 Peng HuangMerge remote branch 'epic/master'
2010-07-14 Peng Wufixes error when make distcheck.
2010-07-09 Peng HuangMerge remote branch 'epic/master'
2010-07-09 Peng HuangFix build problem in ppa
2010-07-05 Peng HuangDisable lua extension by default
2010-07-01 Peng Wuadd lua extension compile flags.
2010-07-01 Peng Wuremove some warnings.
2010-06-23 Peng Wure-factor include headers.
2010-06-22 Peng Wufixes digit labels gen.
2010-06-22 Peng Wure-factor ExtEditor header.
2010-06-21 Peng Wuadd license for lua ext mode.
2010-06-21 Peng Wufixes base.lua path.
2010-06-21 Peng Wuadd stripped oslib for lua ext.
2010-06-21 Peng Wuadd base.lua
2010-06-18 Peng HuangMerge remote branch 'epico/lua-plugin' into lua-plugin
2010-05-19 Peng Wurename ibus_engine_plugin_free.
2010-05-19 Peng Wuadd const modifier.
2010-05-19 Peng Wurefactor lua plugin interface.
2010-05-19 Peng Wubegin to modify lua plugin.
2010-05-19 Peng Wudump all arguments for register_trigger.
2010-05-19 Peng Wuremove lua_plugin_retrieve_plugin declaration on lua...
2010-05-19 Peng Wudo some clean up on lua-plugin.h
2010-05-19 Peng Wufixes Makefile.am
2010-05-19 Peng Wuadd lua-ext-console.c
2010-05-19 Peng Wuadd ibus_engine_plugin_get_candidate and enhance ibus_e...
2010-05-19 Peng Wuadd ibus_engine_plugin_call.
2010-05-19 Peng Wuwrite ibus_engine_plugin_load_lua_script.
2010-05-19 Peng Wulua extension (ime.register_command) in progress.
2010-05-19 Peng Wure-factor lua-plugin interface.
2010-05-19 Peng Wuime register command in progress.
2010-05-19 Peng Wucode cleanup.
2010-05-19 Peng Wurefactor lua-plugin
2010-05-19 Peng Wurefactor lua-plugin gobject interface.
2010-05-19 Peng Wuadd gobject interface for lua-plugin.
2010-05-19 Peng Wuadd comment.
2010-05-19 Peng Wuchange isnil to isnone.
2010-05-19 Peng Wuadd arguments check.
2010-05-19 Peng Wusketch for ime_register_trigger, begin to write ime_reg...
2010-05-19 Peng Wuinterface changed to lua_plugin_context.
2010-05-19 Peng Wuadd table check in join_string.
2010-05-19 Peng Wuchange ime_join_string behavior.
2010-05-19 Peng Wuchange ime_join_string implementation.
2010-05-19 Peng Wuchange tolstring to checklstring.
2010-05-19 Peng Wubegin lua-plugin integration.
2010-05-19 Peng Wuadd some test cases and safe arguments check.
2010-05-19 Peng Wuadd more test case.
2010-05-19 Peng Wuadd ime.parse_mapping func.
2010-05-19 Peng Wuadd more test case and fixes join_string with empty...
2010-05-19 Peng HuangIntegrate lua
2010-05-19 Peng Wuadd new test cases for split/join.
2010-05-19 Peng Wuadd split_string function.
2010-05-19 Peng Wuthe initial ime_join_string implement and add lua_pop...
2010-05-19 Peng Wuchange luaL_checklstring to lua_tolstring.
2010-05-19 Peng Wuadd some check on IME_TRIM_PRECHECK.
2010-05-19 Peng Wuadd retval to lua_plugin_fini.
2010-05-19 Peng Wuchange to pushliteral in ime_get_version.
2010-05-19 Peng Wurefactor code for checking condition.
2010-05-19 Peng Wuadd ime.trim*.
2010-05-19 Peng Wulua plugin hello world is ok.
2010-05-19 Peng Wuinitial code for lua plugin.