Age | Commit message (Collapse) | Author |
|
Workaround for Chrome bug https://code.google.com/p/chromium/issues/deta...
|
|
https://code.google.com/p/chromium/issues/detail?id=269679 : switch statement I added in isspace to make it faster seemed to cause the whole function to be optimized away. Replace with simple range checks in conditional expression.
|
|
|
|
|
|
|
|
|
|
avoid problems where depending on the order of tests results can be different
|
|
|
|
|
|
|
|
|
|
|
|
|
|
handle IPv6 addresses in inet_ntop and inet_pton
|
|
initial vfs work
|
|
|
|
Ensure glDeleteBuffers silently processes non-existent names, per spec.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
outlining thresholds as we go
|
|
|
|
|
|
|
|
|
|
- convert all indexing into FS.streams to use FS.getStream
|
|
|
|
|
|
same built libraries
|
|
|
|
consistent across machines
|
|
|
|
Add sys/sendfile.h
|
|
|
|
Include signal h
|
|
cDefine should use single quotes
|
|
|
|
This makes these 2 usages match all of the others.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|