| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-01 | use C style comments instead of C++ style comments | cubicdaiya | |
| According to CONTRIBUTING.md, Don't use C++ style comments /* This is the prefered comment style */ Use C++ style comments only for temporary comment e.g. commenting out some code lines. | |||
| 2013-06-28 | replaced POSIX header with standard C header | Cremno | |
| 2013-03-27 | resolve conflict from #964 | Yukihiro Matz Matsumoto | |
| 2013-03-17 | remove bit-shift operation. | Kurebayashi, Takahiro | |
| 2013-03-09 | Don't use int. It decreases portability. Use size_t as array index and ↵ | Masaki Muranaka | |
| length. It avoids overflow in the extreme situations. | |||
| 2013-03-08 | Fixed to uint8_t | Yuichiro MASUI | |
| 2013-03-08 | New mrb format. The detail is in https://github.com/mruby/mruby/issues/944 | Yuichiro MASUI | |
| 2013-03-05 | Replace tabs with spaces | kano4 | |
| 2012-04-30 | rm whitespace | roco | |
| 2012-04-23 | add file header | mimaki | |
| 2012-04-20 | add mruby sources | mimaki | |
