summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2013-01-29Remove unused function parametes.Masaki Muranaka
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-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-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
2013-01-13eliminate unused hash expression more aggresivelyYukihiro Matz Matsumoto
2013-01-13eliminate unused array expression more aggresivelyYukihiro Matz Matsumoto
2013-01-13add new specifier "b" (boolean) for mrb_get_args()Yukihiro Matz Matsumoto
2013-01-11remove mrb_str_each_line form src/string.cskandhas
2013-01-10add mrb_check_hash_typeskandhas
2013-01-09Merge pull request #713 from masuidrive/add_s_options_to_arYukihiro "Matz" Matsumoto
2013-01-10jump address error when value taken from if statement without else clause; cl...Yukihiro Matz Matsumoto
2013-01-09Added s flag to ar commandYuichiro MASUI
2013-01-09Fix error handlings.Masaki Muranaka
2013-01-09Merge branch 'master' of github.com:mruby/mruby into pr-strict-error-checkingMasaki Muranaka