Commit History

Author SHA1 Message Date
  Serj Kalichev 152931b934 Fix lua plugin build 10 years ago
  Serj Kalichev 11fd6a7bb2 Rename default plugin to clish 11 years ago
  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 years ago
  Stanislav Galabov 6a8f7647a6 Merge with master 11 years ago
  Serj Kalichev fd67d0784a Move internal plugin to plugins/default 11 years ago
  Stanislav Galabov 3fbc9fdd98 Initial import of Lua plugin. Currently clish_plugin_lua_la_LDFLAGS and clish_plugin_lua_la_CFLAGS need to be specified manually in plugins/lua/module.am in order to build successfully. Once built - set CLISH_PATH to xml-examples/lua and start klish. You'll have all the commands as in xml-examples/test interpreted by Lua and, in addition, commands test8 (calls a lua function defined in test.lua), eval (can evaluate any string parameter as a Lua chunk) and test9 (an alias for eval) 11 years ago