summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/guile
AgeCommit message (Collapse)Author
2012-08-02core: remove directory "src/plugins/scripts", move script plugins in ↵Sebastien Helleu
"src/plugins"
2012-08-02core: update description of plugins and translate them in output of /pluginSebastien Helleu
2012-07-29scripts: fix function unhook_all, fix deletion of configuration files when ↵Sebastien Helleu
script is unloaded (bug #36977)
2012-07-20core: add support of arrays in hdata variablesSebastien Helleu
2012-06-10scripts: ignore call to "register" (with a warning) if script is already ↵Sebastien Helleu
registered
2012-06-10guile: fix crash when unloading a script without pointer to interpreterSebastien Helleu
2012-06-05guile: fix path of guile include dirs in cmake build (patch #7790)Sebastien Helleu
2012-05-16guile: fix crash on ARM when loading guile plugin (bug #36479)Sebastien Helleu
2012-05-01scripts: fix type of argument "rc" in callback of hook_process (from string ↵Sebastien Helleu
to integer)
2012-03-25guile: add missing function "hook_process_hashtable" in APISebastien Helleu
2012-03-24api: display warning in scripts when invalid pointers (malformed strings) ↵Sebastien Helleu
are given to plugin API functions (warning displayed if debug for plugin is >= 1)
2012-03-24api: use a struct for arguments of function script_init (callbacks)Sebastien Helleu
2012-03-23core: add a connection timeout for child process in hook_connect (bug #35966)Sebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-12-19core: add type "hashtable" for hdata, new api functions: hdata_hashtable and ↵Sebastien Helleu
hashtable_map_string
2011-12-17api: add new function hdata_check_pointerSebastien Helleu
2011-11-27core: check pointer returned by function localtimeSebastien Helleu
2011-11-25core: add type char for hdata and function hdata_char in plugin/script APISebastien Helleu
2011-10-31guile: discard script if load of file has failed with command /guile loadSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-26guile: new script plugin for scheme (task #7289)Sebastien Helleu