summaryrefslogtreecommitdiff
path: root/src/plugins/guile
AgeCommit message (Expand)Author
2014-02-28scripts: fix size used in some snprintfSebastien Helleu
2014-02-22scripts: fix crash when a signal is received with type "int" and NULL pointer...Sebastien Helleu
2014-02-21guile: return WEECHAT_RC_ERROR in command /guile if arguments are wrong/missingSebastien Helleu
2014-02-17guile: fix module used after unload of a scriptSebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-25scripts: fix script interpreter used after register during load of script in ...Sebastien Helleu
2014-01-11api: add stdin options in functions hook_process_hashtable and hook_set (task...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-19guile: disable guile gmp allocator (fix crash on unload of relay plugin) (bug...Pierre Carru
2013-11-18scripts: use #ifdef to check if versions are defined in signal "debug_libs"Sebastien Helleu
2013-11-18core: remove "v" before versions displayed by /debug libsSebastien Helleu
2013-11-17scripts: display lib version on signal "debug_libs"Sebastien Helleu
2013-10-05core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in...Sebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option "-...Sebastien Helleu
2013-07-27api: add new function strlen_screenSebastien Helleu
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-04-21api: add new function hdata_searchSebastien Helleu
2013-04-20guile: fix crash in function hdata_moveSebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-02-25script: add control of autoload (enable/disable/toggle) (task #12393)Sebastien Helleu
2013-02-19guile: fix arguments given to callbacks (separate arguments instead of one li...Sebastien Helleu
2013-02-19guile: fix crash on calls to callbacks during load of script (bug #38343)Sebastien Helleu
2013-01-16guile: fix compilation with guile 2.0Sebastien Helleu
2013-01-12guile: fix bad conversion of shared strings (replace calls to scm_i_string_ch...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-11-02core: add command /eval, use expression in conditions for bars, add function ...Sebastien Helleu
2012-10-14api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh...Simon Arlott
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-21script: add option script.look.quiet_actions (no messages when installing/rem...Sebastien Helleu
2012-08-08scripts: add signals for scripts loaded/unloaded/installed/removedSebastien Helleu
2012-08-03core: rename type t_script_callback to t_plugin_script_cbSebastien Helleu
2012-08-03scripts: add hdata with list of scripts for each languageSebastien Helleu
2012-08-02core: remove directory "src/plugins/scripts", move script plugins in "src/plu...Sebastien Helleu