Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
(invite/exception/ban/quiet)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#597, task #11374, task #10876)
|
|
|
|
core: update Japanese translations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
API reference)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|