| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Wrapper for protocol/ArgParser.cxx.
|
|
|
|
Using unsigned(-1) renders undefined behavior.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was lost in commit 8ead8f7ea, because this was never implemented
for the new API.
|
|
|
|
|
|
Allow the compiler to invalidate buffer contents.
|
|
|
|
Manages memory automatically.
|
|
|
|
|
|
The implicit cast operator can be very dangerous.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes build failure because Bionic doesn't provide SUN_LEN().
|
|
For improved portability of the net library to projects without
autoconf.
|
|
|
|
|
|
|
|
There is not much use in GLib: on Windows, we have a native API for
string collation, and the rest uses either libicu or the standard C
library calls.
|
|
|
|
We don't need this anymore: Win32 doesn't use this library at all, and
everything else has either iconv() or libicu.
|
|
|