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-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
2021-01-27
Split `presym_table` for reduced program size
KOBAYASHI Shuji
2021-01-27
Avoid 'possible loss of data' casting in binary search
KOBAYASHI Shuji
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-25
Silence 'loss of data' warnings in `symbol.c`.
Yukihiro "Matz" Matsumoto
2021-01-25
fix comparison of minor version
HASUMI Hitoshi
2021-01-25
fix TYPO in RITE BINARY HEADER
HASUMI Hitoshi
2021-01-25
Silence 'loss of data' warnings.
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-20
Remove CRC16 from dumped mruby binary.
Yukihiro "Matz" Matsumoto
2021-01-18
Fix that Hash may not contain any empty buckets
KOBAYASHI Shuji
2021-01-17
Fix `int_quo` to do float division; fix #5268
Yukihiro "Matz" Matsumoto
2021-01-17
Make `mrb_to_flo()` to convert objects, not integer, not float; #5268
Yukihiro "Matz" Matsumoto
2021-01-16
Fixed stack position of return value; ref #5272
dearblue
2021-01-12
Merge branch 'reorganize-ci' of https://github.com/dearblue/mruby into dearbl...
Yukihiro "Matz" Matsumoto
2021-01-12
Silence Windows warnings (cast and `setmode`).
Yukihiro "Matz" Matsumoto
2021-01-12
Save `NOARG` information in `struct mt_elem`; fix #5257
Yukihiro "Matz" Matsumoto
2021-01-12
Changed packing format of inline symbols.
Yukihiro "Matz" Matsumoto
2021-01-11
Add missing cast in `ea_next_capa_for`
KOBAYASHI Shuji
[next]