| Age | Commit message (Collapse) | Author |
|
|
|
Support mrb_module_get
|
|
|
|
|
|
|
|
|
|
Windows
|
|
|
|
When system file descriptor table is full, errno is set to
ENFILE instead of EMFILE. They are similar but different.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Truncate the file to zero length on opening when "w" mode is set
|
|
|
|
|
|
closes #3.
|
|
|
|
EAGAIN indicates the system is under heavy load.
Retrying make things worse.
|
|
|
|
|
|
|
|
|
|
Catch up with API changes on mrb_intern() -> mrb_intern_cstr()
|
|
|
|
|
|
closes #1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|