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-07-29
Use type tag for hash code in `ht_hash_func()`
2.1.2-rc2
KOBAYASHI Shuji
2020-07-29
Fix the VM stack handling bug in 'mrb_yield_with_class()`; fix #5042
Yukihiro "Matz" Matsumoto
2020-06-30
Revert "Free the original pointer if `realloc` failed."
Hiroshi Mimaki
2020-06-25
Remove unnecessary stack adjustment in `OP_CALL`.
Yukihiro "Matz" Matsumoto
2020-06-25
Free the original pointer if `realloc` failed.
Yukihiro "Matz" Matsumoto
2020-06-25
Remove unnecessary `break` from `numeric.c`.
Yukihiro "Matz" Matsumoto
2020-06-25
Change flag names in preparation of `REnv` refactoring.
Yukihiro "Matz" Matsumoto
2020-06-25
Use `mrb_get_argc()` to improve performance.
Yukihiro "Matz" Matsumoto
2020-06-22
Skip `mrb_get_args()` in `mrb_ary_{aget,aset}` unless necessary.
Yukihiro "Matz" Matsumoto
2020-06-20
Support integer and float combination in `mrb_equal()`.
Yukihiro "Matz" Matsumoto
2020-06-20
Move definition of `BasicObject#!=` to `mrblib`.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-15
Remove unused `MRB_TT_FILE`.
Yukihiro "Matz" Matsumoto
2020-06-11
Reorganize gray mark functions in GC.
Yukihiro "Matz" Matsumoto
2020-06-11
Remove GC test code from ancient.
Yukihiro "Matz" Matsumoto
2020-06-05
Add proper cast.
Yukihiro "Matz" Matsumoto
2020-06-05
Change arena index from `mrb_int` to `int`.
Yukihiro "Matz" Matsumoto
2020-06-05
Add proper casts to silence VC warnings.
Yukihiro "Matz" Matsumoto
2020-06-05
Squashed commit of the following:
Yukihiro "Matz" Matsumoto
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
[next]