1
0
Stanislav Galabov 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 преди 11 години
..
lua_action.c 7768e2a164 Attempt at full *out implementation for Lua. преди 11 години
lua_init.c 013f60c901 Implement a simple trim function. Use trim to get only the config string without any leading/trailing whitespace преди 11 години
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. преди 11 години
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 преди 11 години
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) преди 11 години
plugin_init.c a64420c178 Use memcpy instead of bcopy as it is possibly more portable преди 11 години
private.h 9d981594ec Was too quick with last commit... Actually fix conflicts due to rebase преди 11 години