- 23 Jul, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add ability to change compiler versions for androideabi
-
Seba Gamboa authored
-
- 20 Jul, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Fix indents; Indent is two spaces; Delete tabs [skip ci]
-
- 19 Jul, 2015 1 commit
-
-
Jun Hiroe authored
-
- 18 Jul, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Added documentation for hash.
-
- 17 Jul, 2015 4 commits
-
-
Ralph Desir(Mav7) authored
-
Ralph Desir authored
-
Ralph Desir authored
-
Yukihiro "Matz" Matsumoto authored
Don't crash if pattern not found for sub
-
- 16 Jul, 2015 7 commits
-
-
Jared Breeden authored
-
Yukihiro "Matz" Matsumoto authored
64bit Cygwin also doesn't have frexpl(3)
-
Yukihiro "Matz" Matsumoto authored
use mrb_str_cat_str() instead of mrb_str_append()
-
Yukihiro "Matz" Matsumoto authored
delete mrb_free()-related non-NULL checks
-
takkaw authored
-
cremno authored
No need to optimize since a program only exits once and errors are rare. Also the mruby source code doesn't have these kind of checks elsewhere. The ones in {Time,Random}#initialize are kept because there it actually matters since initialization always happens and re-initialization is unlikely.
-
cremno authored
If the argument is always a string, then mrb_str_cat_str() can be directly called instead of indirectly by mrb_str_append(). mrb_any_to_s(), mrb_obj_as_string(), mrb_inspect() always return a string.
-
- 15 Jul, 2015 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
-
take_cheeze authored
(`mrb_rescue_exceptions` is mruby implementation of `rb_rescue2`.) Closes #2844, closes #2837.
-
take_cheeze authored
-
- 14 Jul, 2015 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Doc bang modifier
-
jbreeden authored
-
jbreeden authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
S,A,H gives nil, s,z,a,d gives NULL for nil argument. ref 02474daa
-
- 13 Jul, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
thus "S!" means String|nil type. you have to check nil before dereferencing the value. this is added to address #2882 while keeping code simplicity. besides that current #2882 fix lose polymorphism provided by mrb_get_args().
-
Yukihiro "Matz" Matsumoto authored
Note: arguments of mrb_no_method_error() has changed. You need to replace 3rd and 4th argument (say n, argv) to mrb_ary_new_from_values(mrb, n, argv).
-
- 12 Jul, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Patching array join
-
jbreeden authored
-
jbreeden authored
-
- 09 Jul, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
implement llround. some platform (ex: mingw32) doesn't have llround.
-
Yasuhiro Matsumoto authored
-
- 08 Jul, 2015 2 commits
-
-
Ralph Desir authored
-
Mav7 authored
-
- 07 Jul, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 06 Jul, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Coverity: fix dangling pointer
-