summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-04-02Add comments: some methods is defined in mrbgems.Masaki Muranaka
2013-04-02Add comments: eval method is defined in mrbgems.Masaki Muranaka
2013-04-02Add "Comparable" to labels.Masaki Muranaka
2013-04-02Add test cases.Masaki Muranaka
2013-04-02Module#constants should include constants defined in superclass; close #1126Yukihiro "Matz" Matsumoto
2013-04-02add Module#constants (15.2.2.4.24)Yukihiro "Matz" Matsumoto
2013-04-01Merge pull request #1121 from monaka/pr-check-malloc-failed2Yukihiro "Matz" Matsumoto
2013-03-31Merge pull request #1124 from kouki-o-iij/pr-kernel-notequalYukihiro "Matz" Matsumoto
2013-04-01bugfix: Kernel#!=, and add #!= testcase.Kouki Ooyatsu
2013-03-31Merge pull request #1122 from monaka/pr-cleanup-raiseYukihiro "Matz" Matsumoto
2013-03-31Merge pull request #1123 from monaka/pr-add-fib39-to-benchmarkYukihiro "Matz" Matsumoto
2013-04-01revert 79ebdb5 for the time being #1110Yukihiro "Matz" Matsumoto
2013-04-01mrb_any_to_s: add separatorYukihiro "Matz" Matsumoto
2013-04-01Add fib39.rb to benchmark/Masaki Muranaka
2013-04-01Use mrb_raise() as possible instead of mrb_raisef().Masaki Muranaka
2013-04-01Fix typos.Masaki Muranaka
2013-04-01Fix to fit new raisef format.Masaki Muranaka
2013-04-01Add the care for malloc failed.Masaki Muranaka
2013-04-01Add out_of_memory field to mrb_state.Masaki Muranaka
2013-03-31Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-03-31Integer.round have no arg.Masaki Muranaka
2013-03-31Remove unused functions.Masaki Muranaka
2013-03-31Move Integer.{floor,ceil,round,truncate} to mrblib/. For maintainability.Masaki Muranaka
2013-03-30Merge pull request #1118 from nemerle/fix_crc_signatureYukihiro "Matz" Matsumoto
2013-03-30Fix the calc_crc_16_ccitt signature to match the source fileArtur K
2013-03-31should have rewinded stack on exceptions; close #1113Yukihiro "Matz" Matsumoto
2013-03-31revive #to_intYukihiro "Matz" Matsumoto
2013-03-30Merge pull request #871 from monaka/pr-remove-bit-field-in-mrb_valueYukihiro "Matz" Matsumoto
2013-03-30move to_i from fixnum to integer; remove reference of to_int which is not in ISOYukihiro "Matz" Matsumoto
2013-03-30undef Integer#new; ref #1111Yukihiro "Matz" Matsumoto
2013-03-30cancel f4c27c6 since mruby.h is required for mrb_value etc. anywayYukihiro "Matz" Matsumoto
2013-03-30Merge pull request #1108 from monaka/pr-cleanup-numeric.c-20130329Yukihiro "Matz" Matsumoto
2013-03-29Merge pull request #1115 from monaka/pr-add-null-char-to-each-symbol-nameYukihiro "Matz" Matsumoto
2013-03-30Add null char terminate to each symbol name.Masaki Muranaka
2013-03-29Rename mrb_fix2str() to mrb_fixnum_to_str(). This is for naming consistency.Masaki Muranaka
2013-03-29Include mrbconf.h as MRB_INT_MAX used here.Masaki Muranaka
2013-03-29Change the second argument of mrb_flo_to_str().Masaki Muranaka
2013-03-29Remove mrb_flt2big() as there is no bignum in the core.Masaki Muranaka
2013-03-29Merge pull request #1107 from masuidrive/fixed_testrb_pathYukihiro "Matz" Matsumoto
2013-03-29Fixed testrb load pathYuichiro MASUI
2013-03-29Merge pull request #1106 from monaka/pr-remove-mrb_string_valueYukihiro "Matz" Matsumoto
2013-03-29Remove API mrb_string_value(). There have mrb_str_to_str() in the core. And m...Masaki Muranaka
2013-03-29Merge pull request #1105 from monaka/pr-display-more-information-in-verbose-modeYukihiro "Matz" Matsumoto
2013-03-29Merge pull request #1104 from monaka/pr-simplify-dump-loadYukihiro "Matz" Matsumoto
2013-03-29Display the command line when mrbc is kicked in the verbose mode.Masaki Muranaka
2013-03-29Add CHAR_BIT check. There are uint8_t to char conversions.Masaki Muranaka
2013-03-29Remove str_to_mrb_int(). There is some reasons.Masaki Muranaka
2013-03-29Reduce temporary memory allocations. They are redundant.Masaki Muranaka
2013-03-29Modify the type of line-number to uint16_t. Type short is not portable. And i...Masaki Muranaka
2013-03-29Reduce temporary memory allocations. They are redundant.Masaki Muranaka