Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-17 | internal/rational.h: insert assertions in RATIONAL_SET_{NUM,DEN} | Kenta Murata | |
2019-12-26 | internal/numeric.h rework | 卜部昌平 | |
Marked MJIT_FUNC_EXPORTED functions as such. Other changes are rather cosmetic. Notes: Merged: https://github.com/ruby/ruby/pull/2711 | |||
2019-12-26 | internal/fixnum.h rework | 卜部昌平 | |
Add #include lines, move FIXNUM_POSITIVE_P etc. from numeric.h. Notes: Merged: https://github.com/ruby/ruby/pull/2711 | |||
2019-12-26 | split internal.h into files | 卜部昌平 | |
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 |