Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fixes in pread()
|
|
|
|
the original function in size
|
|
|
|
|
|
calling outlined funcitons, and right after using the value, so that we can handle nested outlined calls
|
|
|
|
|
|
|
|
|
|
|
|
outlined code returns sp (which also parallels that we sent it as the single parameter)
|
|
|
|
|
|
outlining parameters
|
|
|
|
|
|
No functional change.
|
|
recursive one
|
|
|
|
|
|
invalid label id shows up; fixes #1399
|
|
|
|
Embind updates pull request
|
|
fix for dlclose refcount cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
outlines code
|
|
|
|
|
|
|
|
written to, and we would write a zero incorrectly
|
|
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
|
|
where simplifyNotComps is guaranteed to be valid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|