summaryrefslogtreecommitdiffstats
path: root/lua/lua-plugin-init.c
Commit message (Expand)AuthorAgeFilesLines
* fixes compile for Lua 5.11.9.2Peng Wu2017-09-011-0/+5
* fixes luaPeng Wu2016-07-041-4/+1
* Fix for Lua 5.2 API change (luaL_register is deprecated)OBATA Akio2015-07-191-0/+4
* use luaL_requiref for lua 5.2Peng Wu2014-12-081-0/+4
* fixes lua 5.2 compilePeng Wu2013-07-311-0/+8
* write register_converterPeng Wu2012-07-161-2/+13
* write int_to_hex_stringPeng Wu2012-07-161-0/+18
* write utf8/utf16 conversionPeng Wu2012-07-161-0/+40
* update fsf addressPeng Wu2012-06-121-1/+1
* update luaPeng Wu2012-06-061-2/+2
* update luaPeng Wu2012-06-061-1/+1
* remove some warnings.Peng Wu2010-07-011-2/+4
* re-factor include headers.Peng Wu2010-06-231-4/+0
* fixes digit labels gen.Peng Wu2010-06-221-0/+1
* add license for lua ext mode.Peng Wu2010-06-211-0/+22
* add stripped oslib for lua ext.Peng Wu2010-06-211-3/+3
* dump all arguments for register_trigger.Peng Wu2010-05-191-0/+23
* lua extension (ime.register_command) in progress.Peng Wu2010-05-191-15/+15
* ime register command in progress.Peng Wu2010-05-191-0/+19
* refactor lua-plugin gobject interface.Peng Wu2010-05-191-35/+0
* add gobject interface for lua-plugin.Peng Wu2010-05-191-12/+15
* add comment.Peng Wu2010-05-191-0/+1
* change isnil to isnone.Peng Wu2010-05-191-3/+3
* add arguments check.Peng Wu2010-05-191-0/+17
* sketch for ime_register_trigger, begin to write ime_register_command.Peng Wu2010-05-191-4/+44
* add table check in join_string.Peng Wu2010-05-191-3/+2
* change ime_join_string behavior.Peng Wu2010-05-191-1/+1
* change ime_join_string implementation.Peng Wu2010-05-191-2/+2
* change tolstring to checklstring.Peng Wu2010-05-191-42/+10
* add some test cases and safe arguments check.Peng Wu2010-05-191-1/+11
* add ime.parse_mapping func.Peng Wu2010-05-191-1/+66
* add more test case and fixes join_string with empty table.Peng Wu2010-05-191-2/+11
* add new test cases for split/join.Peng Wu2010-05-191-3/+5
* add split_string function.Peng Wu2010-05-191-5/+22
* the initial ime_join_string implement and add lua_pop for trim_string functions.Peng Wu2010-05-191-2/+41
* change luaL_checklstring to lua_tolstring.Peng Wu2010-05-191-8/+8
* add some check on IME_TRIM_PRECHECK.Peng Wu2010-05-191-2/+2
* add retval to lua_plugin_fini.Peng Wu2010-05-191-1/+3
* change to pushliteral in ime_get_version.Peng Wu2010-05-191-1/+1
* refactor code for checking condition.Peng Wu2010-05-191-22/+28
* add ime.trim*.Peng Wu2010-05-191-1/+67
* lua plugin hello world is ok.Peng Wu2010-05-191-22/+47
* initial code for lua plugin.Peng Wu2010-05-191-0/+53