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-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
2021-02-16
Update URL explaining alignment issue; close #5344
Yukihiro "Matz" Matsumoto
2021-02-14
Fix type tag that set to `NilClass` and `FalseClass`
KOBAYASHI Shuji
2021-02-14
Place optable in ROM
dearblue
2021-02-14
Add `-s` option to `mrbc` for make variable static
KOBAYASHI Shuji
2021-02-13
chore: fix missing HTTPS on links
John Bampton
2021-02-12
Avoid possibility of reading uninitialized areas in `h_check_modified()`
KOBAYASHI Shuji
2021-02-12
src/print.c: stop warning with `MRB_NO_STDIO`.
Yukihiro "Matz" Matsumoto
2021-02-10
Fix heap-buffer-overflow for small `Hash` (HT) in `Hash#rehash`
KOBAYASHI Shuji
2021-02-05
`instance_eval` for classes and modules should behave as `class_eval`.
Yukihiro "Matz" Matsumoto
2021-02-03
Move `MRB_TRY` part of `mrb_close` to `src/error.c`; ref 6cc52b3
Yukihiro "Matz" Matsumoto
2021-02-02
Ignore errors from `atexit` finalizers.
Yukihiro "Matz" Matsumoto
2021-02-01
Allow more than 256 child `irep`; fix #5310
Yukihiro "Matz" Matsumoto
2021-02-01
Copy `iv` table with `#prepend`; fix #5309
Yukihiro "Matz" Matsumoto
2021-02-01
Merge pull request #5314 from dearblue/presym_init
Yukihiro "Matz" Matsumoto
2021-02-01
Merge pull request #5313 from dearblue/diet-5272
Yukihiro "Matz" Matsumoto
2021-01-31
Introduced `MRB_PRESYM_INIT_SYMBOLS()`
dearblue
2021-01-31
Remove unnecessary `ci0` variables; ref #5272
dearblue
2021-01-31
Remove unnecessary configuration macros; ref #5060
dearblue
2021-01-28
Merge pull request #5307 from dearblue/stackerr
Yukihiro "Matz" Matsumoto
2021-01-28
Raise SystemStackError if mruby VM stack expansion fails
dearblue
2021-01-28
Check first `0` when converting symbols into strings
dearblue
2021-01-28
Silence VC warning.
Yukihiro "Matz" Matsumoto
[next]