summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2013-07-25refactor out longjmp() to a functionYukihiro "Matz" Matsumoto
2013-07-24remove an unused local variableYukihiro "Matz" Matsumoto
2013-07-24revise gc_mark_gray_list() not to cause SEGV on Ubuntu 32bitYukihiro "Matz" Matsumoto
2013-07-24restore once removed mrb_garbage_collect()Yukihiro "Matz" Matsumoto
2013-07-24Merge pull request #1409 from suzukaze/fix-typos-in-variable.cYukihiro "Matz" Matsumoto
2013-07-24Merge pull request #1408 from Fleurer/fix-warning-get-valid-iv-symYukihiro "Matz" Matsumoto
2013-07-24Merge pull request #1407 from Fleurer/gc-introduce-incremental-gc-stepYukihiro "Matz" Matsumoto
2013-07-24I fix typos in variable.c.Jun Hiroe
2013-07-24suppress the warnings from get_valid_iv_sym()fleuria
2013-07-24fix warningfleuria
2013-07-24rename variable_gray_list to atomic_gray_listfleuria
2013-07-24introduce gc_mark_gray_list(), and cleanup redaunt code with itfleuria
2013-07-24gc: replace comment "a round of GC" to "a GC cycle"fleuria
2013-07-24rename mrb_garbage_collect() to mrb_full_gc()fleuria
2013-07-24introduce incremental_gc_step()fleuria
2013-07-23Merge pull request #1403 from Fleurer/comments-generational-gcYukihiro "Matz" Matsumoto
2013-07-23Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-07-23String `=~` and `match` to work with pluggable Regexp; close #1398Yukihiro "Matz" Matsumoto
2013-07-23gc: add comments for Generational Modefleuria
2013-07-22revise the Two White Parts comments in gc.cfleuria
2013-07-21Merge pull request #1392 from Fleurer/gc-rename-advance-phaseYukihiro "Matz" Matsumoto
2013-07-22change else formattingYukihiro "Matz" Matsumoto
2013-07-21Merge branch 'master' into attr-perf-fixRyan Scott
2013-07-21Slight cleanup of codeRyan Scott
2013-07-19cleanup redundant codes with incremental_gc_until()fleuria
2013-07-19rename advance_phase to incremental_gc_untilfleuria
2013-07-18Changed use of MRB_INT_MAX to MRB_INT_MAX-1Carson McDonald
2013-07-18First round of trying to improve the performance of attr_reader and attr_writ...Ryan Scott
2013-07-15Repalace int with mrb_bool because a return value is boolean.Jun Hiroe
2013-07-14Merge pull request #1380 from suzukaze/refactor-pool.cYukihiro "Matz" Matsumoto
2013-07-14Replace int with mrb_bool because a return value is boolean.Jun Hiroe
2013-07-14Replace 0 with NULL because struct pointer is set NULL in.Jun Hiroe
2013-07-14Merge pull request #1379 from suzukaze/refactor-gc.cYukihiro "Matz" Matsumoto
2013-07-14Merge pull request #1378 from suzukaze/refactor2-vm.cYukihiro "Matz" Matsumoto
2013-07-14Merge pull request #1377 from suzukaze/add-comments-in-variable.cYukihiro "Matz" Matsumoto
2013-07-14Replace 0 with NULL because set NULL in sturct pointer.Jun Hiroe
2013-07-14Replace int with mrb_bool because return a value is boolean.Jun Hiroe
2013-07-14Replace 0 with FALSE and replace 1 with TRUE.Jun Hiroe
2013-07-14Add comments in variable.cJun Hiroe
2013-07-14Replace 0 with NULL because NULL is used in struct pointer.Jun Hiroe
2013-07-13singleton class super initialize failedYukihiro "Matz" Matsumoto
2013-07-13make_metaclass should skip MRB_TT_ICLASS; close #1369Yukihiro "Matz" Matsumoto
2013-07-12Merge pull request #1368 from suzukaze/add-comments-in-opcode.hYukihiro "Matz" Matsumoto
2013-07-12Merge pull request #1367 from suzukaze/fix-indent-opcode.hYukihiro "Matz" Matsumoto
2013-07-13make_metaclass should skip MRB_TT_ICLASS; close #1369Yukihiro "Matz" Matsumoto
2013-07-12Fix comments in opcode.hJun Hiroe
2013-07-12Add comments in opcode.hJun Hiroe
2013-07-12Fix indents in opcode.h.Jun Hiroe
2013-07-11Merge pull request #1365 from suzukaze/refactor-using-REGEXP_CLASSYukihiro "Matz" Matsumoto
2013-07-122.Replace mrb_intern() func with mrb_intern2() func or mrb_intern_cstr() func.Jun Hiroe