Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
JavaScript plugin (issue #360)
|
|
(if bar type is "window")
|
|
|
|
|
|
|
|
|
|
With the output port now properly implemented for Guile >= 2.2, this
command works again.
|
|
The support for Guile 2.2 did not implement the custom port correctly,
and did not configure it to be the default output port. This caused
output from Guile to be printed straight to the TTY, breaking the
WeeChat interface.
Note that the port is unbuffered, so that code like
(display "test")
immediately results in output, without an explicit call to force-output.
|
|
|
|
|
|
|
|
of ignores (closes #1518)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(scripting guide)
|
|
|
|
|
|
|
|
protocol)
|
|
|
|
|
|
|
|
|
|
|
|
plugin-api.c to wee-string.c
|
|
string_base64_decode
|
|
|
|
The regression was introduced in version 2.5 by commit
2b70d71aa1c891f2f251aa775cf239e5611576d5.
|
|
|
|
|
|
|
|
returned value is ignored
|
|
|
|
|
|
|
|
|
|
|