summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2013-03-24Make topenv() static inlinedXuejie "Rafael" Xiao
2013-03-24Adjusted indent, space and tabMATSUMOTO Ryosuke
2013-03-23Merge pull request #1059 from mattn/remove_needless_sprintfYukihiro "Matz" Matsumoto
2013-03-24Remove unused mrb_sprintfmattn
2013-03-23Merge pull request #1058 from mattn/remove_mrb_f_sprintfYukihiro "Matz" Matsumoto
2013-03-24resolve conflictYukihiro Matz Matsumoto
2013-03-24Remove needless prototypemattn
2013-03-23Merge pull request #1057 from mattn/mruby-printYukihiro "Matz" Matsumoto
2013-03-24Use size_t instead of int. This is for portability.Yukihiro Matz Matsumoto
2013-03-24Remove __printstr__mattn
2013-03-24For particular environments which has 25 < n < 32 bit int. There is no cost e...Masaki Muranaka
2013-03-24Add brances to macro parameter. It may be refactored as GET_UNPACK_{b,c} are ...Masaki Muranaka
2013-03-24Use ptrdiff_t instead of int. This is for portability.Masaki Muranaka
2013-03-24Use mrb_bool instead of int. This is for portability; based on e767ebf but iv...Yukihiro Matz Matsumoto
2013-03-23Remove unused marco CODEGEN_DUMP.Masaki Muranaka
2013-03-23rename mrb_ptr_as_string() to mrb_ptr_to_str()Yukihiro Matz Matsumoto
2013-03-23Merge branch 'pr-add-mrb_ptr_as_string' of https://github.com/monaka/mruby in...Yukihiro Matz Matsumoto
2013-03-23Remove _obj_classname() as unused.Masaki Muranaka
2013-03-23Use mrb_obj_classname() instead of _obj_classname(). They are complietely same.Masaki Muranaka
2013-03-23Remove *printf() that have "%p" format as possible. Use tomrb_ptr_as_string()...Masaki Muranaka
2013-03-23Add new API mrb_ptr_as_string().Masaki Muranaka
2013-03-23Merge pull request #1048 from monaka/pr-make-array.c-and-vm.c-share-value_moveYukihiro "Matz" Matsumoto
2013-03-23Merge pull request #1050 from monaka/pr-cleanup-string.c-20130323Yukihiro "Matz" Matsumoto
2013-03-23Set MRB_TT_MODULE to Module.Masaki Muranaka
2013-03-23Rename API mrb_str_cat2() to mrb_str_cat_cstr(). This is for naming orthogona...Masaki Muranaka
2013-03-23Use mrb_str_cat() instead of mrb_str_cat2() as possible.Masaki Muranaka
2013-03-23Make array.c and vm.c share value_move().Masaki Muranaka
2013-03-22Merge pull request #1039 from crimsonwoods/fix_the_type_of_opcodeYukihiro "Matz" Matsumoto
2013-03-23resolve conflict regarding backtickYukihiro Matz Matsumoto
2013-03-22Add configuration macro MRB_PARSER_BUF_SIZE.Masaki Muranaka
2013-03-22allow backtick as a symbolYukihiro Matz Matsumoto
2013-03-21Merge pull request #1040 from mattn/backtickYukihiro "Matz" Matsumoto
2013-03-22Add new API mrb_intern_cstr(). This is for naming orthogonality. mrb_intern i...Masaki Muranaka
2013-03-22Add an internal function intern_c(). It reduces function call parameter. For ...Masaki Muranaka
2013-03-22Make intern_gen() inline. This is enough tiny to be inlined.Masaki Muranaka
2013-03-22Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by s...Masaki Muranaka
2013-03-22Use mrb_intern2mattn
2013-03-22Use `mattn
2013-03-21fix comment.crimsonwoods
2013-03-21fix the type of value that is returned by bit-shift expression.crimsonwoods
2013-03-21"Ax" is larger than 16-bit.crimsonwoods
2013-03-21 fix the type of value that is returned by bit-shift expression.crimsonwoods
2013-03-21fix the type of value that is returned by bit-shift expression.crimsonwoods
2013-03-21Backtick operationmattn
2013-03-21bugfix escape charactor for Regexp classKouki Ooyatsu
2013-03-21update lex.defYukihiro Matz Matsumoto
2013-03-20Fix indentation in keywordskano4
2013-03-19Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2013-03-19rename mrb_true_or_false_value() to mrb_bool_value()Yukihiro Matz Matsumoto
2013-03-18Merge pull request #1030 from monaka/pr-some-optimizes-to-vm.c-20130318Yukihiro "Matz" Matsumoto