index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-07-25
refactor out longjmp() to a function
Yukihiro "Matz" Matsumoto
2013-07-24
remove an unused local variable
Yukihiro "Matz" Matsumoto
2013-07-24
revise gc_mark_gray_list() not to cause SEGV on Ubuntu 32bit
Yukihiro "Matz" Matsumoto
2013-07-24
restore once removed mrb_garbage_collect()
Yukihiro "Matz" Matsumoto
2013-07-24
Merge pull request #1409 from suzukaze/fix-typos-in-variable.c
Yukihiro "Matz" Matsumoto
2013-07-24
Merge pull request #1408 from Fleurer/fix-warning-get-valid-iv-sym
Yukihiro "Matz" Matsumoto
2013-07-24
Merge pull request #1407 from Fleurer/gc-introduce-incremental-gc-step
Yukihiro "Matz" Matsumoto
2013-07-24
I fix typos in variable.c.
Jun Hiroe
2013-07-24
suppress the warnings from get_valid_iv_sym()
fleuria
2013-07-24
fix warning
fleuria
2013-07-24
rename variable_gray_list to atomic_gray_list
fleuria
2013-07-24
introduce gc_mark_gray_list(), and cleanup redaunt code with it
fleuria
2013-07-24
gc: replace comment "a round of GC" to "a GC cycle"
fleuria
2013-07-24
rename mrb_garbage_collect() to mrb_full_gc()
fleuria
2013-07-24
introduce incremental_gc_step()
fleuria
2013-07-23
Merge pull request #1403 from Fleurer/comments-generational-gc
Yukihiro "Matz" Matsumoto
2013-07-23
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-07-23
String `=~` and `match` to work with pluggable Regexp; close #1398
Yukihiro "Matz" Matsumoto
2013-07-23
gc: add comments for Generational Mode
fleuria
2013-07-22
revise the Two White Parts comments in gc.c
fleuria
2013-07-21
Merge pull request #1392 from Fleurer/gc-rename-advance-phase
Yukihiro "Matz" Matsumoto
2013-07-22
change else formatting
Yukihiro "Matz" Matsumoto
2013-07-21
Merge branch 'master' into attr-perf-fix
Ryan Scott
2013-07-21
Slight cleanup of code
Ryan Scott
2013-07-19
cleanup redundant codes with incremental_gc_until()
fleuria
2013-07-19
rename advance_phase to incremental_gc_until
fleuria
2013-07-18
Changed use of MRB_INT_MAX to MRB_INT_MAX-1
Carson McDonald
2013-07-18
First round of trying to improve the performance of attr_reader and attr_writ...
Ryan Scott
2013-07-15
Repalace int with mrb_bool because a return value is boolean.
Jun Hiroe
2013-07-14
Merge pull request #1380 from suzukaze/refactor-pool.c
Yukihiro "Matz" Matsumoto
2013-07-14
Replace int with mrb_bool because a return value is boolean.
Jun Hiroe
2013-07-14
Replace 0 with NULL because struct pointer is set NULL in.
Jun Hiroe
2013-07-14
Merge pull request #1379 from suzukaze/refactor-gc.c
Yukihiro "Matz" Matsumoto
2013-07-14
Merge pull request #1378 from suzukaze/refactor2-vm.c
Yukihiro "Matz" Matsumoto
2013-07-14
Merge pull request #1377 from suzukaze/add-comments-in-variable.c
Yukihiro "Matz" Matsumoto
2013-07-14
Replace 0 with NULL because set NULL in sturct pointer.
Jun Hiroe
2013-07-14
Replace int with mrb_bool because return a value is boolean.
Jun Hiroe
2013-07-14
Replace 0 with FALSE and replace 1 with TRUE.
Jun Hiroe
2013-07-14
Add comments in variable.c
Jun Hiroe
2013-07-14
Replace 0 with NULL because NULL is used in struct pointer.
Jun Hiroe
2013-07-13
singleton class super initialize failed
Yukihiro "Matz" Matsumoto
2013-07-13
make_metaclass should skip MRB_TT_ICLASS; close #1369
Yukihiro "Matz" Matsumoto
2013-07-12
Merge pull request #1368 from suzukaze/add-comments-in-opcode.h
Yukihiro "Matz" Matsumoto
2013-07-12
Merge pull request #1367 from suzukaze/fix-indent-opcode.h
Yukihiro "Matz" Matsumoto
2013-07-13
make_metaclass should skip MRB_TT_ICLASS; close #1369
Yukihiro "Matz" Matsumoto
2013-07-12
Fix comments in opcode.h
Jun Hiroe
2013-07-12
Add comments in opcode.h
Jun Hiroe
2013-07-12
Fix indents in opcode.h.
Jun Hiroe
2013-07-11
Merge pull request #1365 from suzukaze/refactor-using-REGEXP_CLASS
Yukihiro "Matz" Matsumoto
2013-07-12
2.Replace mrb_intern() func with mrb_intern2() func or mrb_intern_cstr() func.
Jun Hiroe
[next]