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
2020-10-12
Avoid use of designated initializer for the sake of `cxx_abi`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add casts to silence warnings.
Yukihiro "Matz" Matsumoto
2020-10-12
Clarify the use of `MRB_64BIT` and `MRB_INT64` in `dump.c` and `load.c`.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix `dump.c` for `MRB_INT32` env.
Yukihiro "Matz" Matsumoto
2020-10-12
Enable NUL (`\0`) again.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C source file to represent `mrb_irep` structures.
Yukihiro "Matz" Matsumoto
2020-10-12
Removed alignment pragma from `-B` output from `mrbc`.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace entire `irep->pool`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `struct mrb_locals` to `struct mrb_lvinfo`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `irep` C struct dump from `mrbc` with `-S` option.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid use of designated initializers to generate `irep` struct.
Yukihiro "Matz" Matsumoto
2020-10-12
Make `call_irep` static.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `static const struct mrb_irep each_irep` to ininitalize `each`.
Yukihiro "Matz" Matsumoto
2020-10-12
Stringify non C identifier symbols to stop macro errors by old gcc.
Yukihiro "Matz" Matsumoto
2020-10-12
Constify `irep` members.
Yukihiro "Matz" Matsumoto
2020-10-12
Change the arguments of following implicit conversion functions:
Yukihiro "Matz" Matsumoto
2020-10-12
Use functions that take symbols to reduce string litrals in C.
Yukihiro "Matz" Matsumoto
2020-10-12
Provide functions that take symbols instead of `const char*`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add functions that take symbols as arguments.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
2020-10-12
Define a new function `mrb_funcall_id()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `MRB_QSYM()` instead of `MRB_OPSYM()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_OPSYM()` to `MRB_QSYM()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `MRB_OPSYM()` instead of `mrb_intern_lit()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Create `MRB_OPSYM()` macro to refer symbols corresponding operators.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix `presym_find` for strings without `NUL` terminators.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `presym_find` to use more efficient binary search.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-10-12
Support `presym` in `symbol.c`.
Yukihiro "Matz" Matsumoto
2020-10-12
Fix argument error when built with MRB_WITHOUT_FLOAT flag
ssmallkirby
2020-09-25
Prohibit string changes by "s"/"z" specifier of `mrb_get_args()`
dearblue
2020-09-18
Remove redundant type-check
Wataru Ashihara
2020-08-30
Fix `mrb_ary_splat()` to copy the array always.
Yukihiro "Matz" Matsumoto
2020-08-29
Fix the bug caused by `to_a` returning a frozen array.
Yukihiro "Matz" Matsumoto
2020-08-29
Fix a bug introduced by the last commit.
Yukihiro "Matz" Matsumoto
2020-08-29
Fix `mrb_obj_ceqq` to avoid array copying.
Yukihiro "Matz" Matsumoto
2020-08-29
Fix `mrb_ary_splat` to copy the array; fix #5067
Yukihiro "Matz" Matsumoto
2020-08-11
Fix `mrb_int` and `size_t` combination warnings.
Yukihiro "Matz" Matsumoto
2020-08-08
Return `NaN` for `0/0`; d8e060d
Yukihiro "Matz" Matsumoto
2020-08-08
Should not use `mrb_float_value()` with `MRB_WITHOUT_FLOAT`.
Yukihiro "Matz" Matsumoto
2020-08-08
Reintroduce `mrb_static_assert`; #5051
Yukihiro "Matz" Matsumoto
2020-08-07
Avoid `division by zero` undefined behavior.
Yukihiro "Matz" Matsumoto
2020-08-06
Use `memcpy` to copy stack.
Yukihiro "Matz" Matsumoto
2020-08-06
Use `memset()` to clear stack unless `MRB_NAN_BOXING`.
Yukihiro "Matz" Matsumoto
2020-08-06
Remove block clear of `callinfo`.
Yukihiro "Matz" Matsumoto
2020-08-06
Remove `mrb_static_assert` from the core; #5051
Yukihiro "Matz" Matsumoto
2020-08-05
Merge pull request #5052 from dearblue/cistacks
Yukihiro "Matz" Matsumoto
2020-08-03
Initialized local variables in `mrb_hash_shift()`.
Yukihiro "Matz" Matsumoto
2020-07-26
Extend the `cipush()` and `cipop()` functions
dearblue
[next]