| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
On my machine, gdb reverse-next does not work with memcpy and memset.
Add naive implementation of those functions to override.
|
|
|
|
Fix for IO#read(n) with n > IO::BUF_SIZE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And arena-overflow error as well. They should not be caught by
`rescue` by default.
|
|
|
|
|
|
Support outbuf argument for IO#read
|
|
Reseek when write
|
|
To accurate `pos`
|
|
|
|
|
|
pos shouldn't cache because it's not controllable
|
|
|
|
|
|
Support unpack template "U"
|
|
IO#sysread Check for readable
|
|
|
|
This reverts commit eb5a606fe209944d0757301edb331ed7ff0fd31f and
079f310fbc9c23b97f062230c32bd91ac65e4835.
The rescue stack works differently from ensure stack, so the change
caused #3686 and #3688. It might take long to solve the problems,
so that I would revert the changes for now. Fix #3688
|
|
|
|
|
|
|
|
|
|
This reverts commit 31e30686b0bd9333eb0593fb1fb43b9b99744517.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This issue is related to #3640.
|
|
|
|
|
|
|
|
|
|
|
|
|