summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
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
2013-01-15use the new specifier b instead of oCremno
2013-01-15silence clang warningSelman ULUG
2013-01-15include/mruby/cdump.h: Add new error codes.Masaki Muranaka
2013-01-15Use MRB_DUMP_OK instead of 0.Masaki Muranaka
2013-01-14Remove multiple definition of RuntimeError.Masamitsu MURASE
2013-01-13Merge pull request #730 from masamitsu-murase/modify_range_initializeYukihiro "Matz" Matsumoto
2013-01-13Merge pull request #729 from authorNari/unclear-black-in-major-collectorYukihiro "Matz" Matsumoto
2013-01-14change 2012 to 2013Yukihiro Matz Matsumoto
2013-01-13Modify `Range#initialize` to accept optional `exclusive` argument.Masamitsu MURASE
2013-01-13Initialize edges of RRange.Masamitsu MURASE
2013-01-13Doesn't clear black of all marked objects in major collections.Narihiro Nakamura
2013-01-13more aggressive code elimination for NODE_DOT{2,3}Yukihiro Matz Matsumoto