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-06-03
Merge pull request #4800 from shuujii/set-MRB_STR_ASCII-flag-to-some-stringiz...
Yukihiro "Matz" Matsumoto
2020-05-28
Check `c->eidx` before decrement in `ecall()`; close #4977
Yukihiro "Matz" Matsumoto
2020-05-24
Do not destruct rest arguments for __send__
Yusuke Endoh
2020-05-15
Unify `eql?` receiver in `Hash` according to Ruby
KOBAYASHI Shuji
2020-05-10
Get an irep symbol if it's `OP_GETSV` or `OP_SETSV`
dearblue
2020-05-09
Remove byteorder constants; ref 87576b8
dearblue
2020-05-07
Update `cmpnum` document.
Yukihiro "Matz" Matsumoto
2020-05-07
Remove endian information/flags from compiled binary format.
Yukihiro "Matz" Matsumoto
2020-05-07
Add a new instruction `OP_LOADI16`.
Yukihiro "Matz" Matsumoto
2020-05-07
Remove `mrb_run` from `MRB_API`; #4488
Yukihiro "Matz" Matsumoto
2020-04-29
Makes `mrb_any_to_s()` accept an object whose class is `NULL`
dearblue
2020-04-28
Rename (and expose) UTF-8 related functions; ref #4712
Yukihiro "Matz" Matsumoto
2020-04-28
Fix UTF-8 boundary check; ref #4982
Yukihiro "Matz" Matsumoto
2020-04-24
Support `undef` for `mrb_ary_splice()` instead of `[]`
dearblue
2020-04-22
Make `mrb_obj_instance_eval` to use `mrb_singleton_class_ptr`; #4973
Yukihiro "Matz" Matsumoto
2020-04-22
Add new function `mrb_singleton_class_ptr()`; ref #4973
Yukihiro "Matz" Matsumoto
2020-04-21
Fix the bug by `#instance_eval` called via a method object; fix #4973
Yukihiro "Matz" Matsumoto
2020-04-21
Simplified `mrb_obj_instance_eval`; ref #4973
Yukihiro "Matz" Matsumoto
2020-04-21
`Kernel#clone` and `Kernel#dup` no longer raise `TypeError`; fix #4974
Yukihiro "Matz" Matsumoto
2020-04-14
Merge pull request #4972 from dearblue/boxnan-cptr
Yukihiro "Matz" Matsumoto
2020-04-13
Fix `MRB_TT_CPTR` object with `MRB_NAN_BOXING`
dearblue
2020-04-11
Add `mrb_float_to_cstr()` MRB_API function
dearblue
2020-04-11
Supports some specifier flags with `mrb_float_to_str()`
dearblue
2020-04-11
Supports width specifier with `mrb_float_to_str()`
dearblue
2020-04-11
Add missing `MRB_API`
dearblue
2020-03-31
Fix `mrb_funcall_with_block()` uses more GC arena
dearblue
2020-02-03
Add explicit type cast to return value from `mrmchr`; ref #4940
Yukihiro "Matz" Matsumoto
2020-02-03
Use simple search for short strings in `mrb_memsearch_qs`; close #4940
Yukihiro "Matz" Matsumoto
2020-01-31
Avoid implicit integer casting in `backtrace.c` and `hash.c`.
Yukihiro "Matz" Matsumoto
2020-01-31
Remove unnecessary use of `uint16_t` in `symbol.c`.
Yukihiro "Matz" Matsumoto
2020-01-29
Removed junk.
Yukihiro "Matz" Matsumoto
2020-01-29
Remove unused local variable `mid`; ref #4936
Yukihiro "Matz" Matsumoto
2020-01-27
Fixed backtrace message for top-level blocks; fix #4936
Yukihiro "Matz" Matsumoto
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
[next]