- 11 Feb, 2014 2 commits
-
-
cremno authored
src/array.c: - make various functions without declaration in the mruby headers static - removed all uncessary int casts and two useless comments mrb_ary_new_from_values: move to similar functions mrb_check_array_type: fix indentation include/mruby/array.h: mrb_shared_array: padding (default "mrbconf.h" on an usual 64-bit system) sizeof(mrb_int)==sizeof(int)==4 && sizeof(mrb_value*)==8 both: mrb_ary_aget: remove declaration in header and make static nobody uses it which is not surprising since it has 1 req arg! mrb_assoc_new: small optimization and move to similar functions mrb_ary_len: re-implement as static inline function (it is used by mrbgems) programmers should directly use RARRAY_LEN instead
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Feb, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix Kernel#global_variables for $1-$9
-
- 09 Feb, 2014 5 commits
-
-
Pavel authored
-
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 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
fix NODE_SPLAT codegen
-