summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-03-25Fix indentation in mirb.ckano4
2013-03-25Merge pull request #1066 from xxuejie/static_inline_top_envYukihiro "Matz" Matsumoto
Make topenv() static inlined to avoid compiling error when using clang and -O0 mode
2013-03-24Make topenv() static inlinedXuejie "Rafael" Xiao
2013-03-24Merge pull request #1061 from nemerle/RData-type-constificationYukihiro "Matz" Matsumoto
Changed the RData type field to 'const'
2013-03-24Merge pull request #1063 from matsumoto-r/adjust_spase_tabYukihiro "Matz" Matsumoto
Adjusted indent, space and tab
2013-03-24Adjusted indent, space and tabMATSUMOTO Ryosuke
2013-03-23Changed the RData type field to 'const'Artur K
Within the mruby source code the 'type' field is either initialized, or used in const manner. IMHO changing the type after it has been created might cause hard to track errors.
2013-03-23Merge pull request #1060 from cremno/nan_boxing-mrb_bool_value-failsYukihiro "Matz" Matsumoto
NaN boxing: fix compilation
2013-03-23Merge pull request #1059 from mattn/remove_needless_sprintfYukihiro "Matz" Matsumoto
Remove unused mrb_sprintf
2013-03-23fixed NaN boxing compilationCremno
Use MRB_SET_VALUE instead of directly accessing members of mrb_value which are different if NaN boxing is enabled.
2013-03-24Remove unused mrb_sprintfmattn
2013-03-23Merge pull request #1058 from mattn/remove_mrb_f_sprintfYukihiro "Matz" Matsumoto
Remove needless prototype
2013-03-24resolve conflictYukihiro Matz Matsumoto
2013-03-24Remove needless prototypemattn
2013-03-23Merge pull request #1057 from mattn/mruby-printYukihiro "Matz" Matsumoto
mruby-print gem
2013-03-24Use size_t instead of int. This is for portability.Yukihiro Matz Matsumoto
2013-03-24Add mruby-printmattn
2013-03-24Remove __printstr__mattn
2013-03-24For particular environments which has 25 < n < 32 bit int. There is no cost ↵Masaki Muranaka
even if you use 16/32bit int targets.
2013-03-24Add brances to macro parameter. It may be refactored as GET_UNPACK_{b,c} are ↵Masaki Muranaka
used only by GETARG_{b,c}.
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 ↵Yukihiro Matz Matsumoto
iv_foreach_func must return int
2013-03-23Remove unused marco CODEGEN_DUMP.Masaki Muranaka
2013-03-23add mt19937ar license (BSD) to LEGALYukihiro Matz Matsumoto
2013-03-23Merge pull request #1056 from matsumoto-r/fix_random_licenseYukihiro "Matz" Matsumoto
Modified license information for mruby-random
2013-03-23Modified license information for mruby-randomMATSUMOTO Ryosuke
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 ↵Yukihiro Matz Matsumoto
into monaka-pr-add-mrb_ptr_as_string
2013-03-23Merge pull request #1055 from monaka/pr-remove-_obj_classnameYukihiro "Matz" Matsumoto
Remove _obj_classname()
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 ↵Masaki Muranaka
tomrb_ptr_as_string() instead.
2013-03-23Add new API mrb_ptr_as_string().Masaki Muranaka
2013-03-23Merge pull request #1049 from monaka/pr-bitbucket-git-supportYukihiro "Matz" Matsumoto
Add bitbucket git support.
2013-03-23Merge pull request #1048 from monaka/pr-make-array.c-and-vm.c-share-value_moveYukihiro "Matz" Matsumoto
Make array.c and vm.c share value_move().
2013-03-23Merge pull request #1050 from monaka/pr-cleanup-string.c-20130323Yukihiro "Matz" Matsumoto
Clean up string.c
2013-03-23Merge pull request #1051 from monaka/pr-set-MRB_TT_MODULE-to-ModuleYukihiro "Matz" Matsumoto
Set MRB_TT_MODULE to Module.
2013-03-23Merge pull request #1052 from matsumoto-r/add_mruby_randomYukihiro "Matz" Matsumoto
Add mruby random
2013-03-23Add double-quoteMATSUMOTO Ryosuke
2013-03-23Add mruby-random mrbgem (no activation though)MATSUMOTO Ryosuke
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 ↵Masaki Muranaka
orthogonality. mrb_str_cat2() is also left for backward compatibility.
2013-03-23Use mrb_str_cat() instead of mrb_str_cat2() as possible.Masaki Muranaka
2013-03-23Add bitbucket git support.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
Fix the type of value that is returned by bit shift expression.
2013-03-23resolve conflict regarding backtickYukihiro Matz Matsumoto
2013-03-22Merge pull request #1046 from ↵Yukihiro "Matz" Matsumoto
monaka/pr-add-configuration-macro-MRB_PARSER_BUF_SIZE Add configuration macro MRB_PARSER_BUF_SIZE.
2013-03-23add mruby-eval mrbgem (no activation though)Yukihiro Matz Matsumoto
2013-03-23Array bang methods should return nil if no change happenYukihiro Matz Matsumoto