Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Remove 'if()' branches from i64 add and subtract code.
|
|
|
|
|
|
|
|
Add wchar and multibyte libc functions
|
|
|
|
|
|
|
|
case 0xFFFFFFFFFFFFFFFF + 0x0000000100000001 == 0x0000000100000000.
|
|
|
|
|
|
|
|
|
|
|
|
Socketpair
|
|
test_longjmp2 and 3 in asm
|
|
enable test_longjmp in asm
|
|
|
|
See #1060
|
|
512 bytes to initial allocations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
invoke_* calls
|
|
|
|
For example, sscanf("1 2 3", "%*d %d", &foo) stores 2 into foo.
|
|
select function: return error condition when network connection fails
|
|
|
|
|
|
- added missing error reporting for sockets in the write file descriptor set
|
|
report the error condition.
|
|
|
|
|
|
|
|
|
|
|
|
Large values looked like negative values, we have to do an
unsigned shift.
Fixes issue #966.
|
|
Fix the return value of fgets().
|
|
|
|
|
|
|
|
|