- 21 Jul, 2013 2 commits
-
-
Ryan Scott authored
Changed the attr methods in mrblib, so that they take advantage of validating the name against a string parameter if need be
-
Ryan Scott authored
-
- 19 Jul, 2013 2 commits
-
-
Ryan Scott authored
Conflicts: mrblib/class.rb
-
Ryan Scott authored
-
- 17 Jul, 2013 1 commit
-
-
Ryan Scott authored
First round of trying to improve the performance of attr_reader and attr_writer. From ~24sec to ~15sec
-
- 16 Jul, 2013 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix warning by making call explicit
-
Yukihiro "Matz" Matsumoto authored
Allow programmers to specify build path manually
-
Carson McDonald authored
-
Yukihiro "Matz" Matsumoto authored
Repalace int with mrb_bool because a return value is boolean.
-
- 15 Jul, 2013 4 commits
-
-
Jun Hiroe authored
-
Xuejie "Rafael" Xiao authored
-
Yukihiro "Matz" Matsumoto authored
Replace 0 with NULL because struct pointer is set NULL in.
-
Yukihiro "Matz" Matsumoto authored
Replace int with mrb_bool because a return value is boolean.
-
- 14 Jul, 2013 8 commits
-
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
Replace 0 with NULL because set NULL in sturct pointer.
-
Yukihiro "Matz" Matsumoto authored
Replace 0 with FALSE and replace 1 with TRUE.
-
Yukihiro "Matz" Matsumoto authored
Add comments in variable.c
-
Yukihiro "Matz" Matsumoto authored
Replace mrb_intern() with mrb_intern2() in random.c
-
Yukihiro "Matz" Matsumoto authored
Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr().
-
Yukihiro "Matz" Matsumoto authored
Replace 0 with NULL because NULL is used in struct pointer.
-
- 13 Jul, 2013 12 commits
-
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add comments in opcode.h
-
Yukihiro "Matz" Matsumoto authored
Fix indents in opcode.h.
-
Yukihiro "Matz" Matsumoto authored
-
- 12 Jul, 2013 7 commits
-
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
add the name 'Narihiro Nakamura'
-
Narihiro Nakamura authored
-
Yukihiro "Matz" Matsumoto authored
Refactor codes using REGEXP_CLASS define.
-
Yukihiro "Matz" Matsumoto authored
Replace mrb_intern() func with mrb_intern2() or mrb_intern_cstr() func.
-