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
/
include
Age
Commit message (
Expand
)
Author
2021-01-06
Merge branch 'improve-source-scanning-for-presym' of https://github.com/shuuj...
Yukihiro "Matz" Matsumoto
2020-12-31
Treat tabs as 8 spaces in squiggly heredocs
Seeker
2021-01-01
Merge pull request #5245 from jbampton/for-mruby-for-2021
Yukihiro "Matz" Matsumoto
2020-12-28
Fix mixed indentation and escaped tabs in squiggly heredocs
Seeker
2020-12-26
Add support for squiggly heredocs
Seeker
2020-12-27
Update copyright year for 2021
John Bampton
2020-12-19
🔒 Fix missing HTTPS on links
John Bampton
2020-12-15
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
John Bampton
2020-12-13
Fix spelling
John Bampton
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-12-07
Make type of `pc` arguments in `debug.c` consistent; close #5218
Yukihiro "Matz" Matsumoto
2020-12-05
Allow obsoluted `MRB_METHOD_T_STRUCT`
KOBAYASHI Shuji
2020-12-01
Revert "Create presym files for each build target" (58ba883e)
KOBAYASHI Shuji
2020-11-29
Change the catch handler address to 32 bits
dearblue
2020-11-26
Merge pull request #5194 from shuujii/create-presym-files-for-each-build-target
Yukihiro "Matz" Matsumoto
2020-11-26
Use `__builtin_setjmp()`, `__builtin_longjmp()` on MinGW; fix #5133
Yukihiro "Matz" Matsumoto
2020-11-26
Create presym files for each build target
KOBAYASHI Shuji
2020-11-26
Make `OP_JMP*` operand address to be relative.
Yukihiro "Matz" Matsumoto
2020-11-26
Symbols should work with `MRB_USE_ALL_SYMBOLS`; fix #5116
Yukihiro "Matz" Matsumoto
2020-11-26
Small refactoring regarding symbols for clarity.
Yukihiro "Matz" Matsumoto
2020-11-25
Remove no longer used `MRB_IV_SEGMENT_SIZE; close #5188 [ci skip]
Yukihiro "Matz" Matsumoto
2020-11-24
Should not use `mrb_float` if `MRB_NO_FLOAT` is defined; fix #5185
Yukihiro "Matz" Matsumoto
2020-11-23
Avoid warnings from clang's "-Wembedded-directive"
dearblue
2020-11-22
Remove `mrb_str_buf_new()` and `MRB_STR_BUF_MIN_SIZE`; close #5171
Yukihiro "Matz" Matsumoto
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-21
Allow to mixed and specify `*.rb` and `*.mrb` in `bin/mruby`
dearblue
2020-11-21
Merge pull request #5161 from dearblue/ary-splice
Yukihiro "Matz" Matsumoto
2020-11-21
Reserve `OP_SENDVK` for the future keyword arguments like Ruby3.0.
Yukihiro "Matz" Matsumoto
2020-11-21
Fix documents for `mrb_ary_splice()` [ci skip]
dearblue
2020-11-21
Fix typo "overfow" to "overflow" [ci skip]
dearblue
2020-11-17
Revert half of 9fbf0ef8.
Yukihiro "Matz" Matsumoto
2020-11-17
Refactoring integer ranges.
Yukihiro "Matz" Matsumoto
2020-11-16
Allow `int` size combinations for `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
2020-11-16
Use `uintptr_t` instead of `unsigned long` in `include/mruby/boxing_word.h`
KOBAYASHI Shuji
2020-11-15
Fixed further wrong condition in overflow detection.
Yukihiro "Matz" Matsumoto
2020-11-14
Fixed wrong condition in `mrb_int_mul_overflow()`.
Yukihiro "Matz" Matsumoto
2020-11-14
Change the fallback `mrb_int_mul_overflow()`.
Yukihiro "Matz" Matsumoto
2020-11-14
Change the type of `rlen` to `uint8_t` in `mrb_irep`.
Yukihiro "Matz" Matsumoto
2020-11-14
Allow full `mrb_int` operations in overflow detection.
Yukihiro "Matz" Matsumoto
2020-11-14
Don't use private structs with `mrb_mt_foreach()`
dearblue
2020-11-13
Rename `mrb_os_memsize_of_hash_table` to `mrb_hash_memsize`
KOBAYASHI Shuji
2020-11-13
Merge pull request #5122 from shuujii/change-name-and-usage-of-presym-macros
Yukihiro "Matz" Matsumoto
2020-11-13
Change name and usage of presym macros
KOBAYASHI Shuji
2020-11-12
Remove unused argument of `mrb_obj_iv_tbl_memsize`
KOBAYASHI Shuji
2020-11-10
Merge pull request #5121 from shuujii/reduce-memory-usage-of-Hash-object
Yukihiro "Matz" Matsumoto
2020-11-10
Fix typo in backward compatible mrb_exc_new_str_lit() macro
Sutou Kouhei
2020-11-10
Reduce memory usage of Hash object
KOBAYASHI Shuji
2020-11-10
Merge pull request #5118 from dearblue/mrb_value
Yukihiro "Matz" Matsumoto
2020-11-08
Fixed build NaN boxing with 32-bit CPU mode
dearblue
2020-11-08
Define `mrb_value` in struct for Word/NaN boxing
dearblue
[next]