summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2013-02-18String#split should honor limit argYukihiro Matz Matsumoto
2013-02-18remove TT_REGEX and TT_MATCHYukihiro Matz Matsumoto
2013-02-18rename hook and macroYukihiro Matz Matsumoto
2013-02-17Merge pull request #845 from masuidrive/hook_fetchYukihiro "Matz" Matsumoto
2013-02-17Merge pull request #850 from mattn/pluggable_regexpYukihiro "Matz" Matsumoto
2013-02-18resolve conflictYukihiro Matz Matsumoto
2013-02-18:Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2013-02-17Created hook at VM code fetch. It's for debuggerYuichiro MASUI
2013-02-16fix error output for Module#remove_constskandhas
2013-02-15ready to pass second argument of Regexp.newmattn
2013-02-15use mrb_get_args("n") instead of decomposing each timeYukihiro Matz Matsumoto
2013-02-15REGEXP_CLASSmattn
2013-02-15add Module#remove_constYukihiro Matz Matsumoto
2013-02-15Should be OP_LOADLmattn
2013-02-15Pluggable Regexpmattn
2013-02-11add mrb_str_to_cstrAkira Yumiyama
2013-02-10should adjust stack size when irep->nregs is larger than allocate size; close...Yukihiro Matz Matsumoto
2013-02-09Merge pull request #831 from carsonmcdonald/ciidxfixYukihiro "Matz" Matsumoto
2013-02-08Don't overwrite ciidx if it is already set.Carson McDonald
2013-02-07Fix incorrect index use. nerr was being used for warning buffer check.Carson McDonald
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