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-02-12
include/mruby/array.h: `ARY_LEN()` should return `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-02-08
Allow the case `MRB_32BIT` and `MRB_NO_BOXING` and `MRB_USE_FLOAT32`; #4382
Yukihiro "Matz" Matsumoto
2021-02-01
Allow more than 256 child `irep`; fix #5310
Yukihiro "Matz" Matsumoto
2021-01-31
Introduced `MRB_PRESYM_INIT_SYMBOLS()`
dearblue
2021-01-27
Split `presym_table` for reduced program size
KOBAYASHI Shuji
2021-01-27
Fix typos in `mruby/presym/{disable,enable}.h` [ci skip]
KOBAYASHI Shuji
2021-01-27
Fix "Use `MRB_SYM()` for error class retrieval"; ref 2ddfd50df
KOBAYASHI Shuji
2021-01-26
Use `MRB_SYM()` for error class retrieval; ref #5277
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-23
Remove test debug lines in fallback `presym.inc`
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Reduce size of `mrb_callinfo` by rearranging members.
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-12
Merge branch 'reorganize-ci' of https://github.com/dearblue/mruby into dearbl...
Yukihiro "Matz" Matsumoto
2021-01-12
Fix a signed shift bug on 32 bit platforms; ref e1c9e7e
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
Remove the definition of `mrb_uint` in `numeric.h` that is no longer needed
KOBAYASHI Shuji
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2021-01-10
Unified `pc` and `err` of `mrb_callinfo`
dearblue
2021-01-10
Changes `stackent` to `stack` of `mrb_callinfo`
dearblue
2021-01-10
Unified `target_class` and `env` of `mrb_callinfo`
dearblue
2021-01-10
Use `uint16_t` for `argc` and `acc` of `mrb_callinfo`
dearblue
2021-01-09
Introduce `mrb_uint` which is unsigned integer with size of `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-01-09
Remove `khash.h` leftovers.
Yukihiro "Matz" Matsumoto
2021-01-07
Add scan target functions for presym
KOBAYASHI Shuji
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
[next]