Stanislav Galabov cc00cf1137 Detect if LD supports --version-script and, if so, use that in order to hide symbols exported by a plugin. If not - use -export-symbols and a symbol.map file instead of an -export-symbols-regex, which can lead to more issues than it can solve. 11 gadi atpakaļ
..
lua_action.c a5c2367036 Provide an error message and end ACTION processing in case pipe() returns -1 11 gadi atpakaļ
lua_init.c 397396080e Fix warnings in lua plugin build on linux 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 cc00cf1137 Detect if LD supports --version-script and, if so, use that in order to hide symbols exported by a plugin. If not - use -export-symbols and a symbol.map file instead of an -export-symbols-regex, which can lead to more issues than it can solve. 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 b2182151d1 Fix lua LDFLAGS. Change plugin name to lua 11 gadi atpakaļ
private.h b2182151d1 Fix lua LDFLAGS. Change plugin name to lua 11 gadi atpakaļ
symbols.map cc00cf1137 Detect if LD supports --version-script and, if so, use that in order to hide symbols exported by a plugin. If not - use -export-symbols and a symbol.map file instead of an -export-symbols-regex, which can lead to more issues than it can solve. 11 gadi atpakaļ
version.map cc00cf1137 Detect if LD supports --version-script and, if so, use that in order to hide symbols exported by a plugin. If not - use -export-symbols and a symbol.map file instead of an -export-symbols-regex, which can lead to more issues than it can solve. 11 gadi atpakaļ