| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-27 | include changed from by quotes ("") to by brackets (<>); close #3032 | Yukihiro "Matz" Matsumoto | |
| 2014-02-23 | move declaration to the top of the block; ref #1727 | Yukihiro "Matz" Matsumoto | |
| 2014-02-22 | add src/error.h for compatibility reason | Yukihiro "Matz" Matsumoto | |
| 2014-02-20 | move src/error.h to include/mruby/error.h | take_cheeze | |
| 2014-01-31 | clean up external symbols | cremno | |
| remove unused and unneeded: - sysexit_status - type (a global variable) add mrb_ prefix to: - codedump_all - class_instance_method_list - parser_dump make various functions static, incl.: - yyparse - make_exception | |||
| 2013-11-18 | renamed mrb_exc_new3 to mrb_exc_new_str | cremno | |
| - more descriptive name (there's no mrb_exc_new2) - no wrapper (macro/static inline function) for backwards compatibility because nothing besides mruby itself seems to be calling this function: <http://mruby-code-search.ongaeshi.me/home?query=mrb_exc_new3> | |||
| 2013-07-25 | refactor out longjmp() to a function | Yukihiro "Matz" Matsumoto | |
| 2013-04-04 | Move mrb_name_error() declaration to mruby.h As it is requred by struct mrbgem. | Masaki Muranaka | |
| 2013-03-28 | Modify mrb_name_error() to use mrb_format(). | Masaki Muranaka | |
| 2013-03-25 | remove unused functions 'mrb_strerrno' and 'mrb_bug_errno'. | crimsonwoods | |
| 2013-03-24 | Remove unused mrb_sprintf | mattn | |
| 2013-03-01 | Remove unused structures. | Masaki Muranaka | |
| 2012-08-18 | rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADER | Yukihiro Matsumoto | |
| 2012-06-15 | Remove some redundant code. | Masaki Muranaka | |
| 2012-06-14 | Fix redundant declraration warnings by gcc. | Masaki Muranaka | |
| 2012-04-30 | rm whitespace | roco | |
| 2012-04-23 | add file header | mimaki | |
| 2012-04-20 | add mruby sources | mimaki | |
