summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2013-02-06rewrote mrb_any_to_sCremno
2013-02-03Merge pull request #815 from masamitsu-murase/modify_handling_of_large_fixnumYukihiro "Matz" Matsumoto
2013-02-03Merge pull request #816 from masamitsu-murase/modify_potential_error_of_hashYukihiro "Matz" Matsumoto
2013-02-03Restore arena in `String#split`.Masamitsu MURASE
2013-02-03Fix potential bug about Hash.Masamitsu MURASE
2013-02-03Prevent overflow of `Fixnum#to_s`.Masamitsu MURASE
2013-02-03Modify handling of integer literal.Masamitsu MURASE
2013-02-02Remove ";" suffix from function-type macros.Masamitsu MURASE
2013-01-31Bug fix.Masamitsu MURASE
2013-01-31Add field_write_barrier when an method is defined.Masamitsu MURASE
2013-01-30Protect irep of ensure.Masamitsu MURASE
2013-01-30Remove unused define and commented out code.Masaki Muranaka
2013-01-30rename mrb_ary_alen to mrb_ary_len; close #781Yukihiro Matz Matsumoto
2013-01-30remove src/cdump.c to resolve; need make cleanYukihiro Matz Matsumoto
2013-01-29Removed mrbc -C option what's C function dump. and TAB to spaceYuichiro MASUI
2013-01-29Merge pull request #766 from masuidrive/mrbint64Yukihiro "Matz" Matsumoto
2013-01-29Merge pull request #788 from masamitsu-murase/modify_range_initializeYukihiro "Matz" Matsumoto
2013-01-29Merge pull request #794 from monaka/pr-reduce-unused-function-parametersYukihiro "Matz" Matsumoto
2013-01-29Remove unused function parametes.Masaki Muranaka
2013-01-29Remove API mrb_str_catf().Masaki Muranaka
2013-01-28Initialize Range->edges after cheking `beg` and `end` to prevent segmentation...Masamitsu MURASE
2013-01-27Merge pull request #786 from carsonmcdonald/unsignedfixesYukihiro "Matz" Matsumoto
2013-01-27Removed tests that look outdated. The mrb_compile_string they use is gone now.Carson McDonald
2013-01-27Fixes a number of "comparison between signed and unsigned" warnings.Carson McDonald
2013-01-26defined printf macro for mrb_intYuichiro MASUI
2013-01-26inspecting anonymous class should not SEGV; close #780Yukihiro Matz Matsumoto
2013-01-23resolve conflictYukihiro Matz Matsumoto
2013-01-23Merge pull request #770 from masuidrive/mrbgem_finalizerYukihiro "Matz" Matsumoto
2013-01-22Removed extYuichiro MASUI
2013-01-22Added finalizer of mrbgemsYuichiro MASUI
2013-01-22zero initialize hex buffers; close 768Yukihiro Matz Matsumoto
2013-01-21Fixed MRB_INT64 warningYuichiro MASUI
2013-01-20Merge pull request #755 from masuidrive/imprive_build_scriptsYukihiro "Matz" Matsumoto
2013-01-20Merge pull request #754 from masamitsu-murase/modify_undef_nodeYukihiro "Matz" Matsumoto
2013-01-20Merge pull request #753 from masamitsu-murase/modify_handling_of_quoted_strin...Yukihiro "Matz" Matsumoto
2013-01-20Merge pull request #749 from masamitsu-murase/modify_handling_of_bodystmtYukihiro "Matz" Matsumoto
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-20Modify handling of NODE_UNDEF to accept multiple arguments.Masamitsu MURASE
2013-01-20Modify handling of Quoted non-expanded literal strings.Masamitsu MURASE
2013-01-19Modify handling of OP_ENTER.Masamitsu MURASE
2013-01-19Modify handling of `bodystmt`.Masamitsu MURASE
2013-01-17Clear all old flags, even if we change the gc mode during the major gc.Narihiro Nakamura
2013-01-16Merge pull request #743 from iij/pr-fix-masgnYukihiro "Matz" Matsumoto
2013-01-16Merge pull request #739 from cremno/use-b-specifierYukihiro "Matz" Matsumoto
2013-01-16mrb_field_write_barrier paints also gray in the major collector.Narihiro Nakamura
2013-01-16Fix disappearance of command_call in case of statement without parentheses.Takashi Sogabe
2013-01-16Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2013-01-16wrong condiiton in too many symbols check; #close #731Yukihiro Matz Matsumoto
2013-01-15Merge pull request #732 from masamitsu-murase/remove_multiple_definition_of_R...Yukihiro "Matz" Matsumoto
2013-01-15Merge pull request #734 from monaka/pr-error-check-inprovement-in-cdump-and-dumpYukihiro "Matz" Matsumoto