Age | Commit message (Collapse) | Author |
|
writeAsciiToMemory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix EXCEPTION_CATCHING_WHITELIST (#1623)
|
|
|
|
|
|
The bug occurs when pread() doesn't return 0 when asked to read an
offset beyond its buffer.
This behavior is explicitly documented at:
http://pubs.opengroup.org/onlinepubs/000095399/functions/read.html
> If the starting position is at or after the end-of-file, 0
> shall be returned
|
|
Incoming
|
|
|
|
|
|
Remove cxx mangled catgets / catopen / catclose.
|
|
In the old headers, these were not extern "C", so they would show
up mangled when built for C++. This is no longer the case with
the new libc headers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also removes all of the changes that were needed for those
typedefs to be 64 bit.
|
|
* gethostbyname_r is now the 6 arg version.
* Make enet use the right code path (this should be upstreamed).
* Add a compat header to make these declarations visible to all without
extra compilation flags.
|
|
|
|
|
|
|