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-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
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
[next]