- 09 Feb, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
-
Yukihiro "Matz" Matsumoto authored
use mrb_bool, FALSE and TRUE more
-
Miura Hideki authored
-
- 08 Feb, 2014 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Remove *very early version* notice
-
Yukihiro "Matz" Matsumoto authored
Add download link for stable version to README
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 07 Feb, 2014 5 commits
-
-
Daniel Bovensiepen authored
- add download link of stable version 1.0.0 - remove remark for mruby branch due to non-existence
-
Daniel Bovensiepen authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 06 Feb, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove unnecessary semicolon
-
cubicdaiya authored
-
- 05 Feb, 2014 12 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
MATSUMOTO Ryosuke authored
-
MATSUMOTO Ryosuke authored
-
MATSUMOTO Ryosuke authored
-
MATSUMOTO Ryosuke authored
-
MATSUMOTO Ryosuke authored
-
Yukihiro "Matz" Matsumoto authored
Pass forgotten variable gem_flags_after_libraries to tool's linker.run.
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 04 Feb, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Remove warning
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
-
- 03 Feb, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
add Float#nan?
-
Tomoyuki Sahara authored
-
- 01 Feb, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
fix NODE_SPLAT codegen
-
h2so5 authored
-
- 31 Jan, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
rework mruby-objectspace and gc.[ch]
-
cremno authored
It doesn't matter to me if one is using FALSE/TRUE instead of 1/0 but I prefer a type (alias) which emphasizes boolean vars to int. I changed 1/0 to FALSE/TRUE anyway.
-
cremno authored
- functions should have C linkage (for C++ code) - add prefix to each_object_callback - use more appropriate variable types / initialization - ObjectSpace::count_objects has 1 opt. arg. - prefer mrb_intern_lit to mrb_intern_cstr for str. lit. - mruby/value.h is included by mruby.h - adjust coding style
-
Yukihiro "Matz" Matsumoto authored
-