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-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
2021-03-12
codegen.c: fixed a typo.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: no integer overflow error in `codegen`; close #5376
Yukihiro "Matz" Matsumoto
2021-03-09
Merge pull request #5375 from artichoke/mrb_cmp-presym-op-maro
Yukihiro "Matz" Matsumoto
2021-03-07
bug(presym): Fix mrb_cmp declaration of <=> symbol for funcall
Ryan Lopopolo
2021-03-08
ISO C99 doesn't support unnamed unions; fix #5354
Yukihiro "Matz" Matsumoto
2021-03-05
Fix load 64-bit integer from mrb format; fix #5369
KOBAYASHI Shuji
2021-03-01
dump.c: remove operator_table if `MRB_NO_STDIO` is defined.
Yukihiro "Matz" Matsumoto
2021-02-28
Remove periods from error messages according to the convention.
Yukihiro "Matz" Matsumoto
2021-02-27
state.c: remove `stdint.h` inclusion.
Yukihiro "Matz" Matsumoto
2021-02-26
state.c: check irep reference count overflow.
Yukihiro "Matz" Matsumoto
2021-02-22
Added other methods for `Binding`
dearblue
2021-02-22
Adjustment of the current HEAD and bindings, and separation
dearblue
2021-02-22
print.c: fix a compilation errors with `MRB_NO_STDIO`; fix #5361
Yukihiro "Matz" Matsumoto
2021-02-19
Check `MRB_TT_*` before object allocation; ref #5352
Yukihiro "Matz" Matsumoto
2021-02-18
Merge pull request #5352 from shuujii/fix-type-tag-that-set-to-NilClass-and-F...
Yukihiro "Matz" Matsumoto
2021-02-17
Merge pull request #5347 from shuujii/add--s-option-to-mrbc-for-make-variable...
Yukihiro "Matz" Matsumoto
[prev]
[next]