index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-01-10
Fixed wrong condition in #4926 fix.
Yukihiro "Matz" Matsumoto
2020-01-10
Fixed wrong condition for copying arguments on stack; fix #4926
Yukihiro "Matz" Matsumoto
2020-01-08
Add `MRB_WITHOUT_FLOAT` guard to `<math.h>`.
Yukihiro "Matz" Matsumoto
2020-01-08
Fix buffer overflow in `mrb_str_len_to_dbl`.
Yukihiro "Matz" Matsumoto
2020-01-07
Check memory boundary in `mrb_str_len_to_dbl`.
Yukihiro "Matz" Matsumoto
2020-01-06
`"0x10".to_f` should be `0`, not `16.0`; fix #4924
Yukihiro "Matz" Matsumoto
2020-01-06
Check remaining string length before access to avoid OOB access.
Yukihiro "Matz" Matsumoto
2020-01-06
Need to preserve the original input string in `mrb_str_len_to_dbl`.
Yukihiro "Matz" Matsumoto
2020-01-06
Fix `mrb_str_len_to_dbl` to support Hexadecimal like `0x10`.
Yukihiro "Matz" Matsumoto
2020-01-06
Refactor `mrb_cstr_to_dbl`; ref #4920
Yukihiro "Matz" Matsumoto
2020-01-06
Avoid creating temporary objects in `read_irep_record_1`; close #4920
Yukihiro "Matz" Matsumoto
2020-01-02
Call `va_end()` before return
dearblue
2020-01-01
Rename `mrb_num_args_error` to `mrb_argnum_error`; ref #4863
Yukihiro "Matz" Matsumoto
2020-01-01
Merge pull request #4863 from shuujii/add-mrb_num_args_error-for-wrong-number...
Yukihiro "Matz" Matsumoto
2020-01-01
Revert "SHARED string is not required when sharing POOL string" (75949836)
KOBAYASHI Shuji
2020-01-01
Merge pull request #4918 from dearblue/sync-vars
Yukihiro "Matz" Matsumoto
2020-01-01
Integrate `i` and `arg_i` in `mrb_get_args()`
dearblue
2020-01-01
Do not include `stdint.h` before `mruby.h`; ref #4750
dearblue
2019-12-25
Fix potentially use of wrong method cache
KOBAYASHI Shuji
2019-12-20
Fix potentially crash in `%n` of `mrb_vformat()` with 64-bit `int`
KOBAYASHI Shuji
2019-12-18
Simplify `print_backtrace()`
KOBAYASHI Shuji
2019-12-18
Merge pull request #4875 from shuujii/remove-location-info-from-Exception-ins...
Yukihiro "Matz" Matsumoto
2019-12-17
Refine output of `mrb_print_error()`
KOBAYASHI Shuji
2019-12-16
Remove unneeded null checks to `struct backtrace_location::filename`
KOBAYASHI Shuji
2019-12-14
Remove location info from `Exception#inspect`
KOBAYASHI Shuji
2019-12-14
Remove module only methods from class
dearblue
2019-12-13
Fix arguments check to `Array#each`
KOBAYASHI Shuji
2019-12-12
Add `mrb_num_args_error()` for "wrong number of arguments" error
KOBAYASHI Shuji
2019-12-11
Fix behavior of `Kernel#Integer` to numbers ending with `_` and spaces
KOBAYASHI Shuji
2019-12-10
Fix behavior of `String#to_i`/`Kernel#Integer` to numbers starting with `_`
KOBAYASHI Shuji
2019-12-10
Merge pull request #4858 from shuujii/fix-that-String-to_f-accepts-consecutiv...
Yukihiro "Matz" Matsumoto
2019-12-09
Fix that `String#to_f` accepts consecutive `_` as a numeric expression
KOBAYASHI Shuji
2019-12-09
Fix `mrb_get_argv()` to return array pointer every time; fix #4832
Yukihiro "Matz" Matsumoto
2019-12-09
Merge pull request #4855 from dearblue/kwargs-uninit
Yukihiro "Matz" Matsumoto
2019-12-08
Fix the error message of `Kernel#Float`
KOBAYASHI Shuji
2019-12-07
Fix keyword arguments not be obtained with `mrb_get_args()`; Fix #4754
dearblue
2019-12-04
Refine `mrb_alloca()`
KOBAYASHI Shuji
2019-11-27
Merge pull request #4837 from shuujii/add-assertion-to-RVALUE-size
Yukihiro "Matz" Matsumoto
2019-11-23
Rename `BITSIZE` to `BIT` and `BIT` to `BIT_POS` for consistency
KOBAYASHI Shuji
2019-11-23
Add assertion to `RVALUE` size
KOBAYASHI Shuji
2019-11-21
Introduce `mrb_ssize` type for buffer size on memory; ref #4483
KOBAYASHI Shuji
2019-11-19
Refactor `mrb_string_value_cstr`
KOBAYASHI Shuji
2019-11-18
Merge pull request #4825 from shuujii/fix-argument-specs-to-Kernel
Yukihiro "Matz" Matsumoto
2019-11-16
Revert "Implement Ruby2.7's frozen strings from `Symbol#to_s`"
KOBAYASHI Shuji
2019-11-15
Fix argument specs to `Kernel`
KOBAYASHI Shuji
2019-11-13
Revert a76dc04 to resolve #4820
Yukihiro "Matz" Matsumoto
2019-11-11
Fix argument specs to `Integer`
KOBAYASHI Shuji
2019-11-08
Avoid unnecessary `Symbol#to_s` call; fix #4812
Yukihiro "Matz" Matsumoto
2019-11-08
Avoid crashing of `Array#unshift`; fix #4808
Yukihiro "Matz" Matsumoto
2019-11-07
Clear `MRB_STR_SHARED` flag in `mrb_str_modify_keep_ascii`; close #4807
KOBAYASHI Shuji
[prev]
[next]