| Age | Commit message (Collapse) | Author |
|
Split ruby.h
Notes:
Merged-By: shyouhei <shyouhei@ruby-lang.org>
|
|
|
|
Marked MJIT_FUNC_EXPORTED functions as such. Other changes are rather
cosmetic.
Notes:
Merged: https://github.com/ruby/ruby/pull/2711
|
|
Add #include lines, move FIXNUM_POSITIVE_P etc. from numeric.h.
Notes:
Merged: https://github.com/ruby/ruby/pull/2711
|
|
One day, I could not resist the way it was written. I finally started
to make the code clean. This changeset is the beginning of a series of
housekeeping commits. It is a simple refactoring; split internal.h into
files, so that we can divide and concur in the upcoming commits. No
lines of codes are either added or removed, except the obvious file
headers/footers. The generated binary is identical to the one before.
Notes:
Merged: https://github.com/ruby/ruby/pull/2711
|