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-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
2013-07-12
Refactor codes using REGEXP_CLASS define.
Jun Hiroe
2013-07-12
Replace mrb_intern() func with mrb_intern2() func or mrb_intern_cstr() func.
Jun Hiroe
2013-07-12
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-07-12
mark stacks in final_marking; close #1359; close #1362
Yukihiro "Matz" Matsumoto
2013-07-12
factor out context stack marking
Yukihiro "Matz" Matsumoto
2013-07-11
Replace mrb_intern() with mrb_intern_cstr().
Jun Hiroe
2013-07-11
add dummy visibility methods (public/protected/private) that do nothing; ref ...
Yukihiro "Matz" Matsumoto
2013-07-11
Replace 0 with '\0' as nul terminated string.
Jun Hiroe
2013-07-10
mrb_bob_missing to use mrb_get_args("n")
Yukihiro "Matz" Matsumoto
2013-07-10
mrb_mod_alias to use mrb_get_args("nn")
Yukihiro "Matz" Matsumoto
2013-07-08
Refactor true_or() and false_and() in object.c.
Jun Hiroe
2013-07-07
call Class#inherited when Class.new(klass)
hoge
2013-07-07
Change parameter type to suppress -Wsign-compare warnings
Kazuki Tsujimoto
2013-07-06
Change width to size_t to fix warning
Carson McDonald
2013-07-05
Merge pull request #1344 from suzukaze/fix-indent-in-object.c
Yukihiro "Matz" Matsumoto
2013-07-05
Fix indents in object.c.
Jun Hiroe
2013-07-05
Refactor mrb_range_beg_len() func in range.c
Jun Hiroe
2013-07-03
Merge pull request #1337 from suzukaze/add-comments-in-class-c
Yukihiro "Matz" Matsumoto
2013-07-03
Add comments in mrb_get_args() func.
Jun Hiroe
2013-07-03
Fix signed/unsigned warning, size_t for start_index was discarded.
Carson McDonald
2013-07-03
Fix signed/unsigned warning.
Carson McDonald
2013-07-03
Fix signed/unsigned warning, make pcapa a size_t
Carson McDonald
2013-07-03
Refactor mrb_define_class() method in class.c.c
Jun Hiroe
2013-07-02
Merge pull request #1332 from suzukaze/refactor-array-c
Yukihiro "Matz" Matsumoto
2013-07-02
Merge pull request #1330 from suzukaze/refactor-gc-c
Yukihiro "Matz" Matsumoto
2013-07-01
Refactor mrb_ary_eql() func in array.c.
Jun Hiroe
2013-07-01
Refactor mrb_ary_equal() func in array.c.
Jun Hiroe
2013-07-01
Refactor mrb_realloc() func in gc.c.
Jun Hiroe
2013-07-01
Fix unsigned/signed warning.
Carson McDonald
[next]