Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Regression was introduced by commit
4c6d9e14d1dd428b0196a50bf8fe3201ec329741.
|
|
|
|
core: update Japanese translations
|
|
|
|
core: fix misnamed configure cache variables
|
|
these 3 configure tests were bogus in that they didnt return a result:
```
checking for flock() support...
checking for execinfo.h and backtrace...
checking for eat_newline_glitch support...
```
looking at config.log reveals:
```
configure:24327: checking for eat_newline_glitch support
configure:24344: gcc -c -g -O2 -DHAVE_GNUTLS -D_FILE_OFFSET_BITS=64 ...
conftest.c: In function 'main':
conftest.c:134:2: error: assignment of read-only location '*(cur_term->flags ...
configure:24344: $? = 1
configure: failed program was:
...
configure:24351: result:
```
but due to the misnamed variables configure ended up enabling
eat_newline_glitch.
fixes #814
|
|
|
|
|
|
|
|
Grammar correction
|
|
|
|
|
|
|
|
|
|
|
|
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"
|