Serj Kalichev 397396080e Fix warnings in lua plugin build on linux hace 11 años
..
lua_action.c 397396080e Fix warnings in lua plugin build on linux hace 11 años
lua_init.c 397396080e Fix warnings in lua plugin build on linux hace 11 años
lua_print_error.c f861b3cd57 Rename some files. Stop using init hook - init Lua interpreter from within the plugin_init function. Register action handler as a sym instead of as a hook. Once we have plugin_fini ready I'll remove the fini hook as well. hace 11 años
module.am 5b8f69a6bd Conditionally build Lua plugin only if --with-lua is given to configure; Currently we look for Lua lib and headers only in the standard search path. If they're somewhere else - the user will have to specify that by passing appropriate CPPFLAGS and/or LDFLAGS to configure hace 11 años
plugin_fini.c 434a687559 Use plugin_fini; Use plugin's conf mechanism for defining the script dir instead of relying on global env vars (for the moment it's rudimentary and just uses the string provided by clish_plugin__get_conf() without doing any further parsing) hace 11 años
plugin_init.c 397396080e Fix warnings in lua plugin build on linux hace 11 años
private.h 9d981594ec Was too quick with last commit... Actually fix conflicts due to rebase hace 11 años