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-06-16
Run pre-commit with GitHub Actions
John Bampton
2021-06-12
readint.c: fixed typo.
Yukihiro "Matz" Matsumoto
2021-06-12
Raise `TypeError` with `super` inside `instance_eval` / `class_eval`
dearblue
2021-06-11
readint.c: add new function `mrb_int_read`.
Yukihiro "Matz" Matsumoto
2021-06-10
readflt.c: renamed from `strtod.c`
Yukihiro "Matz" Matsumoto
2021-06-08
string.c: make `mrb_str_len_{inum,dbl}()` static.
Yukihiro "Matz" Matsumoto
2021-06-08
string.c: remove two unused functions.
Yukihiro "Matz" Matsumoto
2021-06-08
string.c: add `base>36` check to `String#to_i`.
Yukihiro "Matz" Matsumoto
2021-06-05
codedump.c: fix a compiler condition bug with `MRB_NO_FLOAT`.
Yukihiro "Matz" Matsumoto
2021-06-02
vm.c: unify `JUMP` instructions in `OP_SEND`.
Yukihiro "Matz" Matsumoto
2021-06-01
cdump.c: rename `dump_` prefix to `cdump` for static functions.
Yukihiro "Matz" Matsumoto
2021-06-01
cdump.c: separate irep dump in C feature.
Yukihiro "Matz" Matsumoto
2021-05-31
numeric.c: fixed a silly bug related to pointer decrement.
Yukihiro "Matz" Matsumoto
2021-05-30
numeric.c: introduce `mrb_int_to_cstr()` to dump `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-05-28
backtrace.c: do not skip frames for C function calls.
Yukihiro "Matz" Matsumoto
2021-05-28
vm.c: skip actual `method_missing` call unless it's overridden.
Yukihiro "Matz" Matsumoto
2021-05-27
kernel.c: clear `mid` for `raise` and `method_missing`
Yukihiro "Matz" Matsumoto
2021-05-27
backtrace.c: do not print trace line if there's no backtrace history
Yukihiro "Matz" Matsumoto
2021-05-27
array.c: unify `mrb_ary_ref` and `mrb_ary_entry`
Yukihiro "Matz" Matsumoto
2021-05-27
array.c: check for negative shift size.
Yukihiro "Matz" Matsumoto
2021-05-26
fmt_fp.c: move mruby specific `mrb_float_to_str` to `numeric.c`
Yukihiro "Matz" Matsumoto
2021-05-25
fmt_fp.c: truncate precision to prevent buffer overflow.
Yukihiro "Matz" Matsumoto
2021-05-25
fmt_fp.c: use constant that depends on `mrb_float` size.
Yukihiro "Matz" Matsumoto
2021-05-25
fmt_fp.c: use a const int instead of a macro constant.
Yukihiro "Matz" Matsumoto
2021-05-24
strtod.c: new public domain implementation of `strtod`; ref #5448
Yukihiro "Matz" Matsumoto
2021-05-24
fmt_fp.c: exponential may be bigger than `100`.
Yukihiro "Matz" Matsumoto
2021-05-24
class.c: no need to create aliases if both symbols are same.
Yukihiro "Matz" Matsumoto
2021-05-24
class.c: add write barrier for aliases.
Yukihiro "Matz" Matsumoto
2021-05-22
Fix typo in `src/fmt_fp.c` [ci skip]
KOBAYASHI Shuji
2021-05-22
fp_fmt.c: remove `mrb_float_to_cstr()`.
Yukihiro "Matz" Matsumoto
2021-05-22
fmt_fp.c: replace with public domain float format routine; ref #5448
Yukihiro "Matz" Matsumoto
2021-05-21
fmt_fp.c: remove `fmt` argument from `mrb_float_to_str()`.
Yukihiro "Matz" Matsumoto
2021-05-21
numeric.h: remove 2 functions from `MRB_API`
Yukihiro "Matz" Matsumoto
2021-05-20
Support load 64-bit integer from mrb format with MRB_32BIT and MRB_INT64
KOBAYASHI Shuji
2021-05-17
Global renaming regarding `integer` and `float`.
Yukihiro "Matz" Matsumoto
2021-05-17
Rename `mrb_fixnum_to_str` to `mrb_integer_to_str`.
Yukihiro "Matz" Matsumoto
2021-05-17
Rename `mrb_flo_to_fixnum` to `mrb_float_to_integer`.
Yukihiro "Matz" Matsumoto
2021-05-14
range.c: implement (part of) `Range#to_a` in C.
Yukihiro "Matz" Matsumoto
2021-05-14
range.c: refactor conditional compilation code.
Yukihiro "Matz" Matsumoto
2021-05-14
range.c: rename `RANGE_INITIALIZED_MASK` to `RANGE_INITIALIZED_FLAG`.
Yukihiro "Matz" Matsumoto
2021-05-13
backtrace.c: stop skipping frame with file/line information.
Yukihiro "Matz" Matsumoto
2021-05-11
Remove the obsolete term `Fixnum`.
Yukihiro "Matz" Matsumoto
2021-05-06
symbol.c: add `Symbol#name` method
Yukihiro "Matz" Matsumoto
2021-05-06
symbol.c: rename `sym_name` to `sym_cstr`.
Yukihiro "Matz" Matsumoto
2021-05-03
Fix whitespace in `src/symbol.c`
John Bampton
2021-05-03
symbol.c: remove `id2name` reference from documents.
Yukihiro "Matz" Matsumoto
2021-05-03
symbol.c: remove `Symbol#id2sym`.
Yukihiro "Matz" Matsumoto
2021-05-02
array.c: `mrb_ary_shift_m` should be `static`.
Yukihiro "Matz" Matsumoto
2021-05-02
symbol.c: remove `mrb_sym_static_p()` function that no one use.
Yukihiro "Matz" Matsumoto
2021-04-28
string.{c,rb}: fix type of return values from some methods as Ruby3.0
Yukihiro "Matz" Matsumoto
[next]