Age | Commit message (Collapse) | Author |
|
|
|
Regression was introduced by commit
4c6d9e14d1dd428b0196a50bf8fe3201ec329741.
|
|
|
|
This fixes build on FreeBSD.
|
|
The resolver functions like res_init() require link with resolv.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
only if the script was auto-loaded (closes #855)
|
|
|
|
|
|
"plugins_commands" and ""weechat_commands"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
path/filename (closes #850)
|
|
(closes #851)
|
|
|
|
|
|
email" (closes #849)
|
|
The code in signal handers (SIGHUP, SIGQUIT, SIGTERM) is moved into main
loop, this hopefully fixes the deadlock when quitting after receiving
one of these signals.
The code in SIGWINCH signal handler is moved too (even if it shouldn't
be a problem).
|
|
|
|
|
|
Now string_expand_home() can return NULL if the HOME environment
variable it not set, so this commit adds an extra check on the variable
"filename2" before using it.
|
|
api: fix string_expand_home SIGSEGV when HOME environment variable unset
|
|
|
|
(issue #825)
|
|
(closes #825)
|
|
|
|
#818)
|
|
|
|
|
|
This could cause crash in case of memory allocation error
(but WeeChat would probably crash or have problems anyway if there's not
enough memory for the input line).
|
|
the string (issue #812)
Some tests are added as well to test the multiple masks in the string.
|
|
|
|
|
|
|
|
guide
|
|
|
|
|
|
|
|
|