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
/
mrbgems
Age
Commit message (
Expand
)
Author
2019-04-17
Add `Array#sample` test
KOBAYASHI Shuji
2019-04-16
Merge branch 'master' into fix_mruby-io_test
Shokuji
2019-04-15
Fix missing assertions in `mruby-random` test
KOBAYASHI Shuji
2019-04-15
Fix test, popen and cmd in mruby-io
Shouji Kuboyama
2019-04-14
Merge pull request #4376 from dearblue/leak-symbols
Yukihiro "Matz" Matsumoto
2019-04-14
Fix leaked function symbols
dearblue
2019-04-14
Fix string index for appending
dearblue
2019-04-14
Fix hexdigits convertion
dearblue
2019-04-12
Deallocate `s->lines` in `codegen_error`; ref #4370
Yukihiro "Matz" Matsumoto
2019-04-12
The number of local variables should be less than 1024; fix #4370
Yukihiro "Matz" Matsumoto
2019-04-11
Fix buffer overflows in parser.
Clayton Smith
2019-04-10
Merge pull request #4367 from shuujii/extract-frozen-checking-to-function
Yukihiro "Matz" Matsumoto
2019-04-10
Fixed old style declaration; ref #4365
Yukihiro "Matz" Matsumoto
2019-04-10
Rename `itoa` to `dump_int` to avoid name crash; ref #4173
Yukihiro "Matz" Matsumoto
2019-04-09
Extract frozen checking to function
KOBAYASHI Shuji
2019-04-08
Avoid using `snprintf` when `MRB_DISABLE_STDIO` is set; fix #4173
Yukihiro "Matz" Matsumoto
2019-04-06
Move `Array#(append|prepend)` from core to `mruby-ary-ext`
KOBAYASHI Shuji
2019-04-04
Use `mrb_proc_arity` instead of `Proc#arity` call in `Method#arity`
KOBAYASHI Shuji
2019-04-01
Avoid keeping pointers from `mrb_sym2name_len()`; fix #4342
Yukihiro "Matz" Matsumoto
2019-03-29
Fix missing assertions in `mruby-math` test
KOBAYASHI Shuji
2019-03-28
Use `Mrbtest::FLOAT_TOLERANCE` instead of `Math::TORELANCE`; ref #4345
Yukihiro "Matz" Matsumoto
2019-03-28
Break loop whem `sum==0` to avoid zero division; ref #4345
Yukihiro "Matz" Matsumoto
2019-03-28
Use `DBL_EPSILON` instead of `1E-12`; ref #4345
Yukihiro "Matz" Matsumoto
2019-03-25
Use uppercase version of `ctype` macros e.g. `ISSPACE`; fix #4338
Yukihiro "Matz" Matsumoto
2019-03-23
Refactor `t_print` for test
KOBAYASHI Shuji
2019-03-19
Use `FrozenError` instead of `RuntimeError` in frozen object modification test
KOBAYASHI Shuji
2019-03-17
Fix class/instance variable name validation
KOBAYASHI Shuji
2019-03-15
Use `FrozenError` instead of `RuntimeError` in `String#rstrip!`
KOBAYASHI Shuji
2019-03-13
Do not raise an exception when bintest fail
KOBAYASHI Shuji
2019-03-12
Merge pull request #4322 from shuujii/reduce-String-creation-in-checking-name
Yukihiro "Matz" Matsumoto
2019-03-12
Fix missing assertions in `mruby-string-ext` test
KOBAYASHI Shuji
2019-03-11
Reduce `String` creation in `check_(cv|const)_name_sym`
KOBAYASHI Shuji
2019-03-07
Add a missing file for #4314
KOBAYASHI Shuji
2019-03-02
Free `struct mrb_time` before error; fix #4308
Yukihiro "Matz" Matsumoto
2019-02-28
Add `warning: ` prefix to parser warning message
KOBAYASHI Shuji
2019-02-28
Remove unnecessary backticks; ref #4301
Yukihiro "Matz" Matsumoto
2019-02-28
Merge pull request #4301 from shuujii/remove-unnecessary-backticks
Yukihiro "Matz" Matsumoto
2019-02-27
Compositing `NODE_DSTR` and `NODE_DSTR`
dearblue
2019-02-27
Compositing `NODE_DSTR` and `NODE_STR`
dearblue
2019-02-27
Compositing `NODE_STR` and `NODE_DSTR`
dearblue
2019-02-27
Replacement to function for composite two string nodes
dearblue
2019-02-27
Replacement to function for `NODE_STR` cheking
dearblue
2019-02-27
Compositing `NODE_STR` and `NODE_STR`
dearblue
2019-02-27
Concatenate string literals
dearblue
2019-02-27
Remove unnecessary backticks; ref #2858
KOBAYASHI Shuji
2019-02-27
Use `yywarning()` instead of `yywarning_s()` for `MRB_WITHOUT_FLOAT`
KOBAYASHI Shuji
2019-02-26
Remove unneeded `const_defined?(:Time)` in `mruby-io` test
KOBAYASHI Shuji
2019-02-24
Move `Object#dig` to `Struct#dig`
Wataru Ashihara
2019-02-22
Integrate `init_mrbtest.c` to `driver.c` in `mruby-test` mrbgem
KOBAYASHI Shuji
2019-02-19
Merge pull request #4286 from kimushu/mrdb-local-variables
Yukihiro "Matz" Matsumoto
[next]