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
2021-04-27
array.c: update `Array#shift` to take optional argument; close #5428
Yukihiro "Matz" Matsumoto
2021-04-26
Merge pull request #5425 from dearblue/exc_to_s
Yukihiro "Matz" Matsumoto
2021-04-26
backtrace.c: skip innermost frame only when the method is in C; #5394
Yukihiro "Matz" Matsumoto
2021-04-26
Merge pull request #5424 from dearblue/new_iseq
Yukihiro "Matz" Matsumoto
2021-04-26
Merge pull request #5423 from dearblue/gc-red
Yukihiro "Matz" Matsumoto
2021-04-25
Fix symbol leak in `exc_to_s()`
dearblue
2021-04-24
Fix annotations for inline iseq of `Class.new` [ci skip]
dearblue
2021-04-24
numeric.c: remove duplicated definitions; #5421
Yukihiro "Matz" Matsumoto
2021-04-24
Introduce `MRB_GC_RED`
dearblue
2021-04-24
numeric.c: fix errors from `MRB_NO_FLOAT`; close #5421
Yukihiro "Matz" Matsumoto
2021-04-23
vm.c: fix errors with `MRB_NO_FLOAT`; fix #5421
Yukihiro "Matz" Matsumoto
2021-04-22
error.h: rename `mrb_protect_raw` to `mrb_protect_error`; #5415
Yukihiro "Matz" Matsumoto
2021-04-21
numeric.c: update error messages in `int_pow`; ref #5420
Yukihiro "Matz" Matsumoto
2021-04-21
numeric.c: fix `int_pow` to detect integer overflow; fix #5420
Yukihiro "Matz" Matsumoto
2021-04-20
Remove `MRB_API` from `mrb_get_backtrace` definition
KOBAYASHI Shuji
2021-04-19
Merge pull request #5415 from dearblue/unwind-mrb_protect
Yukihiro "Matz" Matsumoto
2021-04-19
Introducing the `mrb_protect_raw()` API function
dearblue
2021-04-19
backtrace.c: remove `MRB_API` from internal functions.
Yukihiro "Matz" Matsumoto
2021-04-19
backtrace.c: small refactoring in `mrb_exc_backtrace()`; ref #5394
Yukihiro "Matz" Matsumoto
2021-04-19
backtrace.c: pedantic check for empty backtrace; ref #5394
Yukihiro "Matz" Matsumoto
2021-04-19
backtrace.c: should skip first (innermost) frame w/out position; #5394
Yukihiro "Matz" Matsumoto
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-04-13
Fix incorrect prototype on declaration of mrb_protect_atexit
Ryan Lopopolo
2021-04-10
Rename some internal functions; ref #5401
Yukihiro "Matz" Matsumoto
2021-04-09
Merge pull request #5400 from jbampton/fix-spelling
Yukihiro "Matz" Matsumoto
2021-04-09
Merge pull request #5401 from dearblue/mcall
Yukihiro "Matz" Matsumoto
2021-04-04
Making a proc object static for a method with static irep
dearblue
2021-04-03
Reorganize `mcall()` in `mruby-method`.
dearblue
2021-04-03
Make `mrb_exec_irep()` allow non-VM to enter.
dearblue
2021-04-03
chore: fix spelling
John Bampton
2021-04-03
Fix build failures with `enable_debug` and `enable_cxx_abi`
dearblue
2021-04-01
vm.c: change the default error message for undefined `super` method.
Yukihiro "Matz" Matsumoto
2021-03-31
backtrace.c: change `missing-lineno` to `0` for cosmetic reason; #5394
Yukihiro "Matz" Matsumoto
2021-03-31
Merge pull request #5394 from fundamental/partial-backtrace
Yukihiro "Matz" Matsumoto
2021-03-31
vm.c: resolve `int` and `mrb_int` mixture.
Yukihiro "Matz" Matsumoto
2021-03-30
mrbc: Dump debug info with -g option
fundamental
2021-03-30
Add support for partial backtraces
fundamental
2021-03-29
src/vm.c: calling C function may raise global jumps; fix #5391
Yukihiro "Matz" Matsumoto
2021-03-29
Revert "Fix `SIGSEGV` with mruby-method + mruby-catch"
revert-5391-throw
Yukihiro "Matz" Matsumoto
2021-03-29
Merge pull request #5391 from dearblue/throw
Yukihiro "Matz" Matsumoto
2021-03-28
numeric.c: function renaming.
Yukihiro "Matz" Matsumoto
2021-03-27
Fix `SIGSEGV` with mruby-method + mruby-catch
dearblue
2021-03-19
complex.c: overhaul complex operators.
Yukihiro "Matz" Matsumoto
2021-03-19
rational.c: overhaul rational operators.
Yukihiro "Matz" Matsumoto
2021-03-19
numeric.c: avoid integer overflow; close #5384
Yukihiro "Matz" Matsumoto
2021-03-19
`Float#divmod` with zero should cause `ZeroDivisionError`; #5384
Yukihiro "Matz" Matsumoto
2021-03-18
`Float::NAN/0` should be `Float::NAN`; ref a0b3378b3
KOBAYASHI Shuji
2021-03-18
numeric.c: float zero division should be infinity with sign kept; fix #5382
Yukihiro "Matz" Matsumoto
2021-03-17
hash.c: `Hash#shift` to return `nil` when a hash is empty.
Yukihiro "Matz" Matsumoto
2021-03-17
range.c: fixed a begin-less ranges issue.
Yukihiro "Matz" Matsumoto
[next]