- 01 Oct, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
chop with utf-8. fix #2967
-
Yukihiro "Matz" Matsumoto authored
support Regexp literal option: //n and //u
-
Yukihiro "Matz" Matsumoto authored
fix tests on windows.
-
- 30 Sep, 2015 2 commits
-
-
Yasuhiro Matsumoto authored
'bin/mruby' not work on windows. so correct command name and quoted arguments.
-
Yasuhiro Matsumoto authored
-
- 29 Sep, 2015 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Small Markdown updates to README.md
-
Jon Moss authored
-
Jon Moss authored
-
Yasuhiro Matsumoto authored
-
- 27 Sep, 2015 5 commits
-
-
Jon Moss authored
Small copy and styling updates
-
Yukihiro "Matz" Matsumoto authored
fix signature of mrb_class_new_instance()
-
Yukihiro "Matz" Matsumoto authored
fix String#inspect with MRB_UTF8_STRING
-
takahashim authored
dd925578 changed the order of arguments, but it doesn't seem intentional.
-
takahashim authored
cf. #2963
-
- 26 Sep, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
takahashim authored
-
- 25 Sep, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 23 Sep, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
define MRB_UTF8_STRING (in mrbconf.h) to enable UTF-8 support.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 22 Sep, 2015 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 21 Sep, 2015 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
C API documentation
-
Seba Gamboa authored
-
Seba Gamboa authored
-
Seba Gamboa authored
-
Yukihiro "Matz" Matsumoto authored
some routines need to refer mruby objects (e.g. callbacks), in that case you have to protect your objects from garbage collection. the new functions mrb_gc_register() keeps those objects from GC. you have to remove your objects using mrb_gc_unregister() when your C routines use mruby objects any longer, otherwise objects will leak.
-
Seba Gamboa authored
-
Seba Gamboa authored
-
Seba Gamboa authored
-
- 20 Sep, 2015 1 commit
-
-
Seba Gamboa authored
-
- 19 Sep, 2015 2 commits
-
-
Seba Gamboa authored
-
Yukihiro "Matz" Matsumoto authored
Fix indents
-
- 18 Sep, 2015 4 commits
-
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
Replace 1 with TURE macro
-
Yukihiro "Matz" Matsumoto authored
Problem: Hash#fetch doesn't raise KeyError when a key cannot be found
-
Jun Hiroe authored
-