- 12 Aug, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
changed some string method's mrb-aspec
-
kkkkkt authored
-
- 11 Aug, 2014 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
mrb_str_bytesize is a carbon copy of mrb_str_size. remove it.
-
Tomoyuki Sahara authored
mruby core does not support any character encodings but ASCII.
-
Yukihiro "Matz" Matsumoto authored
fix build when neither src nor mrblib directory exists.
-
Tomoyuki Sahara authored
-
Yukihiro "Matz" Matsumoto authored
Fix String#succ. "-".succ should be "."
-
Yukihiro "Matz" Matsumoto authored
changed mrb_str_size and mrb_str_bytesize comments.
-
mattn authored
-
mattn authored
-
mattn authored
-
kkkkkt authored
-
- 09 Aug, 2014 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
don't always generate gem functions
-
Yukihiro "Matz" Matsumoto authored
timer on windows bug fixed.
-
dycoon authored
-
Yukihiro "Matz" Matsumoto authored
Fix a bug that class variable can't be referenced from class method
-
Kouhei Sutou authored
Class method defined in singleton class should be evaluated in class context not singleton class context. fix #2515
-
- 08 Aug, 2014 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
fixed evaluation context of eval(string) and instance_eval(string)
-
Satoshi Odawara authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
removed non-need space
-
Yukihiro "Matz" Matsumoto authored
Fix typo in gc.c
-
- 07 Aug, 2014 2 commits
- 06 Aug, 2014 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
Rename GC_STATE_NONE GC_STATE_ROOT
-
Yukihiro "Matz" Matsumoto authored
Refactor incremental_sweep_phase() in gc.c
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
Fix a typo in etc.c
-
Jun Hiroe authored
-
bggd authored
-
Yukihiro "Matz" Matsumoto authored
mruby-strip doesn't need mrbgems
-
Yukihiro "Matz" Matsumoto authored
Refactor obj_free() in gc.c
-
- 05 Aug, 2014 4 commits
-
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
revert accidental constify.
-
Tomoyuki Sahara authored
-
Yukihiro "Matz" Matsumoto authored
added Math.cos and Math.tan test case
-