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
2019-04-10
Remove `MRB_API` from `mrb_instance_new`.
Yukihiro "Matz" Matsumoto
2019-04-10
Merge pull request #4367 from shuujii/extract-frozen-checking-to-function
Yukihiro "Matz" Matsumoto
2019-04-10
Use the old style declaration; ref #4365
Yukihiro "Matz" Matsumoto
2019-04-09
Extract frozen checking to function
KOBAYASHI Shuji
2019-04-08
Fix C99 style inline declaration; fix #4365
Yukihiro "Matz" Matsumoto
2019-04-06
Merge pull request #4362 from shuujii/move-Array-append-prepend-from-core-to-...
Yukihiro "Matz" Matsumoto
2019-04-06
Move `Array#(append|prepend)` from core to `mruby-ary-ext`
KOBAYASHI Shuji
2019-04-06
Remove unused `mrb_proc_cfunc_p()`
KOBAYASHI Shuji
2019-04-05
`Module#alias_method` should return `self` in ISO standard
KOBAYASHI Shuji
2019-04-05
Merge pull request #4358 from shuujii/use-mrb_proc_arity-instead-of-Proc-arit...
Yukihiro "Matz" Matsumoto
2019-04-05
Merge pull request #4355 from shuujii/modify-else-and-endif-annotations-in-sr...
Yukihiro "Matz" Matsumoto
2019-04-04
Use `mrb_proc_arity` instead of `Proc#arity` call in `Method#arity`
KOBAYASHI Shuji
2019-04-03
Modify `#else` and `#endif` annotations in `src/fmt_fp.c` [ci skip]
KOBAYASHI Shuji
2019-04-03
Remove unnecessary `_set_output_format` call
KOBAYASHI Shuji
2019-04-02
Merge pull request #4352 from shuujii/fix-modifiable-class-name
Yukihiro "Matz" Matsumoto
2019-04-01
Fix modifiable class name
KOBAYASHI Shuji
2019-04-01
Avoid keeping pointers from `mrb_sym2name_len()`; fix #4342
Yukihiro "Matz" Matsumoto
2019-03-28
Use `mrb_sym2str` in implementation of `Symbol#to_s`
KOBAYASHI Shuji
2019-03-28
Fixed mistakes in 92dce05
Yukihiro "Matz" Matsumoto
2019-03-27
Merge pull request #4344 from shuujii/remove-unused-variable-in-each_backtrace
Yukihiro "Matz" Matsumoto
2019-03-27
Remove unused variable in `each_backtrace()`
KOBAYASHI Shuji
2019-03-27
Fix another bug related to #4342
Yukihiro "Matz" Matsumoto
2019-03-27
Avoid using 'mrb_str_new_static` if a symbol is packed; fix #4342
Yukihiro "Matz" Matsumoto
2019-03-26
Fix missing `MRB_API` prefix for functions below; clse #4267
Yukihiro "Matz" Matsumoto
2019-03-25
Use uppercase version of `ctype` macros e.g. `ISSPACE`; fix #4338
Yukihiro "Matz" Matsumoto
2019-03-25
Remove implementation of `Symbol#===`
KOBAYASHI Shuji
2019-03-25
Need to check length before packing a symbol; fix #4340
Yukihiro "Matz" Matsumoto
2019-03-24
Fix arguments spec in `src/proc.c`
KOBAYASHI Shuji
2019-03-21
Fix `Float#eql?`
KOBAYASHI Shuji
2019-03-17
Fix class/instance variable name validation
KOBAYASHI Shuji
2019-03-15
Merge pull request #4328 from shuujii/fix-constant-name-validation
Yukihiro "Matz" Matsumoto
2019-03-15
Use `fmt_fp()` for portable float representation.
Yukihiro "Matz" Matsumoto
2019-03-14
Fix constant name validation
KOBAYASHI Shuji
2019-03-11
Reduce `String` creation in `check_(cv|const)_name_sym`
KOBAYASHI Shuji
2019-03-03
Extract similar code fragment to method in `src/class.c`
KOBAYASHI Shuji
2019-03-02
Do not apply `mrb_ptr()` to immediate objects; fix #4307
Yukihiro "Matz" Matsumoto
2019-03-02
Print length of the `iseq` in code dump header; fix #4304
Yukihiro "Matz" Matsumoto
2019-02-27
Add newline to warning by `mrb_warn()`
KOBAYASHI Shuji
2019-02-25
Refactor `src/backtrace.c`
KOBAYASHI Shuji
2019-02-18
Parenthesize expression to suppress warning; ref #4278
Yukihiro "Matz" Matsumoto
2019-02-18
Merge pull request #4283 from shuujii/reorder-members-in-struct-backtrace_loc...
Yukihiro "Matz" Matsumoto
2019-02-18
Reorder members in `struct backtrace_location`
KOBAYASHI Shuji
2019-02-18
Remove unneeded `memset()` in `src/backtrace.c`
KOBAYASHI Shuji
2019-02-17
Merge pull request #4279 from dearblue/fix-inline-packed-symbols
Yukihiro "Matz" Matsumoto
2019-02-16
Use `const int` instead of `enum`
dearblue
2019-02-16
Fix inline packed symbols on 32 bit mode with MRB_WORD_BOXING
dearblue
2019-02-16
Add length argument for `sym_inline_unpack()`
KOBAYASHI Shuji
2019-02-15
Extract code fragment for unpacking into method in `sym_inline_unpack()`
KOBAYASHI Shuji
2019-02-15
Merge pull request #4276 from shuujii/use-assert-for-checking-sym-in-sym_inli...
Yukihiro "Matz" Matsumoto
2019-02-14
Use `mrb_assert()` for checking `sym` in `sym_inline_unpack()`
KOBAYASHI Shuji
[prev]
[next]