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