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-14
Add indent to `lv` in the C dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Revert "Add a new function `mrb_exc_protect()`."
Yukihiro "Matz" Matsumoto
2020-10-12
Add a new function `mrb_exc_protect()`.
Yukihiro "Matz" Matsumoto
2020-10-12
No need to get the `irep` record size twice.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `MRB_FLOAT_FMT` to always use double precision.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove the length of `Float' pool from the binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Remove `DEBUG_ONLY_EXPR()` from `CHECKPOINT_*` macros; ref #5060
Yukihiro "Matz" Matsumoto
2020-10-12
Unify `mrb_str_to_str` to `mrb_obj_as_string`.
Yukihiro "Matz" Matsumoto
2020-10-12
Dump/load 16 bits for `ilen` and `slen` in `irep`.
Yukihiro "Matz" Matsumoto
2020-10-12
Should use `PRId32` to dump `.i32`; ref #5084
Yukihiro "Matz" Matsumoto
2020-10-12
Use `NULL` instead of `0`; close #2467
Yukihiro "Matz" Matsumoto
2020-10-12
Restore old function names for compatibility; ref #5070
Yukihiro "Matz" Matsumoto
2020-10-12
Restore old function names for compatibility; fix #5070
Yukihiro "Matz" Matsumoto
2020-10-12
Fix warning from VC regarding implicit int conversion.
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid `unsigned int`; Use `mrb_int` instead.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_int` extensively instead of `int`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `goto` to avoid problems with `DIRECT_THREADED`.
Yukihiro "Matz" Matsumoto
2020-10-12
Extract `div` code in VM and make them shared by `div` methods.
Yukihiro "Matz" Matsumoto
2020-10-12
Don't use `NEXT` within `switch` statement.
Yukihiro "Matz" Matsumoto
2020-10-12
Better malloc_trim define name
Rory OConnell
2020-10-12
Add call to malloc_trim on a full GC
Rory OConnell
2020-10-12
Remove obsolete `MRB_WITHOUT_FLOAT` macro from `numeric.c`.
Yukihiro "Matz" Matsumoto
2020-10-12
Change some `int` variables to `mrb_int`.
Yukihiro "Matz" Matsumoto
2020-10-12
Update `mrb_get_args()` keyword argument support [incompatible]
Yukihiro "Matz" Matsumoto
2020-10-12
Separate jump destination check in `OP_R_RETURN`.
Yukihiro "Matz" Matsumoto
2020-10-12
Make the scope of `const struct RProc *dst` narrower.
Yukihiro "Matz" Matsumoto
2020-10-12
Redefine `CHECKPOINT_*` macros.
Yukihiro "Matz" Matsumoto
2020-10-12
Include `mruby/endian.h` only when `MRB_NO_FLOAT` is undefined.
Yukihiro "Matz" Matsumoto
2020-10-12
Abandon packing all lower case symbols with 6 characters.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `U` prefix for `mrb_sym` dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Don't compare `int' with `size_t` (from `sizeof()`).
Yukihiro "Matz" Matsumoto
2020-10-12
Silence warnings from implicit integer conversions.
Yukihiro "Matz" Matsumoto
2020-10-12
Change float representation in `mrb` binary files.
Yukihiro "Matz" Matsumoto
2020-10-12
Replace the implementation of method tables in classes/modules.
Yukihiro "Matz" Matsumoto
2020-10-12
Stop warning on 64 bit platforms.
Yukihiro "Matz" Matsumoto
2020-10-12
Raname `mrb_exc_new_str_lit()` to `mrb_exc_new_lit()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Handle potential overflow in `int_div` and `flo_idiv`.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Change the return type of `mrb_check_intern()` and friends.
Yukihiro "Matz" Matsumoto
2020-10-12
Make division by zero cause `ZeroDivisionError`.
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_TT_FIXNUM` to `MRB_TT_INTEGER`.
Yukihiro "Matz" Matsumoto
2020-10-12
Always add trailing `.0` in `Float#inspect`; ref #4225
KOBAYASHI Shuji
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Fix `Fixnum` and `Float` comparison in `Hash` lookup
KOBAYASHI Shuji
2020-10-12
Update the PR #4922 according to #3123.
Yukihiro "Matz" Matsumoto
2020-10-12
Update the PR #4992 to enable integer division always.
Yukihiro "Matz" Matsumoto
2020-10-12
Update vm.c
Lanza
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Add assertion we can pack function pointers in `mrb_method_t`.
Yukihiro "Matz" Matsumoto
[next]