Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Replace getdtablesize() with sysconf(_SC_OPEN_MAX)
|
|
|
|
|
|
From the getdtablesize(3) man page:
It is not specified in POSIX.1; portable applications should
employ sysconf(_SC_OPEN_MAX) instead of this call.
Specifically, this fixes a compilation problem on Android.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Related to commit 8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e.
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hook_print_exec"
This reverts commit bfc579cb3354cb47a224c8fa55b6a2e5684c7ab9.
|
|
|
|
#1120)
The optional command line option "--daemon" runs WeeChat like a daemon
(fork, new process group, file descriptors closed).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
|