- 23 Feb, 2014 2 commits
-
-
take_cheeze authored
-
take_cheeze authored
-
- 22 Feb, 2014 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
preserve significands in float-string conversion
-
h2so5 authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix possible arena overflow in mruby-hast-ext.
-
Yukihiro "Matz" Matsumoto authored
add tests for String#capitalize!, String#downcase!, and String#upcase!
-
- 21 Feb, 2014 5 commits
-
-
Akira Kuroda authored
-
take_cheeze authored
-
Akira Kuroda authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
move src/error.h to include/mruby/error.h
-
- 20 Feb, 2014 1 commit
-
-
take_cheeze authored
-
- 18 Feb, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Added spaces in version.h macros for complying with C++11
-
- 17 Feb, 2014 10 commits
-
-
Paolo Bosetti authored
-
Yukihiro "Matz" Matsumoto authored
iv_size (non-seglist): return 0 if t is NULL
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
fdigit may be negative due to error if mrb_float is 32bit (e.g. 10**36 on 32bit arch); ref #1713 #1714
-
- 16 Feb, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
fix mrb_flo_to_str() exponent problem
-
h2so5 authored
-
- 15 Feb, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
modify mrb_to_str() in order to display big float number
-
Yukihiro "Matz" Matsumoto authored
-
takkaw authored
-
Yukihiro "Matz" Matsumoto authored
Give the type 'void' to functions have no argument.
-
- 14 Feb, 2014 7 commits
-
-
cubicdaiya authored
According to the C standard, it is desirable to give the type 'void' to functions have no argument.
-
Yukihiro "Matz" Matsumoto authored
keep stack with nlocals instead of nregs; fix #1706
-
Yukihiro "Matz" Matsumoto authored
cleanup warnings in hash.c
-
Li Yazhou authored
-
Li Yazhou authored
/home/fleuria/code/mruby/src/hash.c:159:1: warning: ‘mrb_hash_dp`defined but not used [-Wunused-function] mrb_hash_dup(mrb_state *mrb, mrb_value hash) ^ this commit defines Hash#dup to take advantage of mrb_hash_dup, however it seems that Hash#dup is not in ISO standard.
-
Li Yazhou authored
-
Li Yazhou authored
-
- 13 Feb, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
hash / hash-ext: various small changes
-
Yukihiro "Matz" Matsumoto authored
MRUBY_VERSION should be only numbers separated by dot, like JRUBY_VERSION or Rubinius::VERSION
-