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
2017-11-22
Some cosmetic changes
Yukihiro "Matz" Matsumoto
2017-11-20
Add `MRB_METHOD_TABLE_INLINE` option.
Yukihiro "Matz" Matsumoto
2017-11-19
Invoke `mrb_full_gc()` before `ObjectSpace.count_objects`.
Yukihiro "Matz" Matsumoto
2017-11-17
implement Array.transpose
Tomasz Dąbrowski
2017-11-10
Need to clear stack region for local variables in eval; fix #3844
Yukihiro "Matz" Matsumoto
2017-11-08
Simplify `MRB_WITHOUT_FLOAT` condtion
Yukihiro "Matz" Matsumoto
2017-11-04
Make `mirb` to print warnings; ref #3827
Yukihiro "Matz" Matsumoto
2017-11-04
Merge branch 'master' of github.com:mruby/mruby
YAMAMOTO Masaya
2017-11-03
Always check division-by-zero to avoid undefined behavior; fix #3816
Yukihiro "Matz" Matsumoto
2017-11-03
Reduce memory leaks from `mirb`.
Yukihiro "Matz" Matsumoto
2017-10-29
Need to check number of argument of `Struct#new`; fix #3823
Yukihiro "Matz" Matsumoto
2017-10-28
Fixed UPVAR gotchas; fix #3835
Yukihiro "Matz" Matsumoto
2017-10-28
Heavily refactored how lexical scope links are implemented; fix #3821
Yukihiro "Matz" Matsumoto
2017-10-28
Add some peephole optimizations
Yukihiro "Matz" Matsumoto
2017-10-28
Change the order of "expected" and "actual" in test
Yukihiro "Matz" Matsumoto
2017-10-28
Flush stdout after every print from tests
Yukihiro "Matz" Matsumoto
2017-10-20
Add `Array#{permutation,combination}.
Yukihiro "Matz" Matsumoto
2017-10-18
Add `Kernel#itself`; CRuby2.2
Yukihiro "Matz" Matsumoto
2017-10-18
Add `Hash#to_proc`; CRuby2.3
Yukihiro "Matz" Matsumoto
2017-10-18
Add `Numeric#{positive?,negative?}`; CRuby2.3
Yukihiro "Matz" Matsumoto
2017-10-18
Add `Hash#fetch_values`; CRuby2.3
Yukihiro "Matz" Matsumoto
2017-10-17
Use a new function: `mrb_get_argc()`; ref #3826
Yukihiro "Matz" Matsumoto
2017-10-17
Add `{String,Symbol}#casecmp?`; CRuby2.4
Yukihiro "Matz" Matsumoto
2017-10-17
Add `Comparable#uniq`; CRuby2.4
Yukihiro "Matz" Matsumoto
2017-10-17
Add `Comparable#clamp`; CRuby2.4
Yukihiro "Matz" Matsumoto
2017-10-17
Add `String#delete_{prefix,suffix}`; CRuby2.5
Yukihiro "Matz" Matsumoto
2017-10-17
Add `Kernel#yield_self`; CRuby2.5
Yukihiro "Matz" Matsumoto
2017-10-17
`do/end` blocks to work with `rescue/ensure/else`; CRuby2.5
Yukihiro "Matz" Matsumoto
2017-10-17
Add more checks before accessing struct pointer; ref #3831
Yukihiro "Matz" Matsumoto
2017-10-16
Check struct-array pointer before accessing; fix #3831
Yukihiro "Matz" Matsumoto
2017-10-16
Need to adjust the stack length of the top-level environment; fix #3819
Yukihiro "Matz" Matsumoto
2017-10-16
Support MRB_WIHTOUT_FLOAT to mruby-kernel-ext
YAMAMOTO Masaya
2017-10-16
Support MRB_WIHTOUT_FLOAT to mruby-object-ext
YAMAMOTO Masaya
2017-10-16
Support MRB_WIHTOUT_FLOAT to mruby-numeric-ext (test only)
YAMAMOTO Masaya
2017-10-16
Support MRB_WIHTOUT_FLOAT to mruby-string-ext
YAMAMOTO Masaya
2017-10-15
fix alias for Struct accessors
dearblue
2017-10-13
Support MRB_WIHTOUT_FLOAT to mruby-sprintf
YAMAMOTO Masaya
2017-10-12
Correct a small error in parse.y, which causes the reading of unassigned memo...
Carlo Prelz
2017-10-11
Test for MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2017-10-11
Add MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2017-10-09
Fix parse error on TRICK2013/yhara
Nobuyoshi Nakada
2017-10-09
Replace lvar_defined with local_var_p
Nobuyoshi Nakada
2017-09-27
fix: src\print.c(22): warning C4244: 'initializing': conversion from 'mrb_int...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-time\src\time.c(641): warning C4244: '=': conversion from ...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-time\src\time.c(372): warning C4244: 'function': conversio...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-test\driver.c(67): warning C4244: '=': conversion from 'mr...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-string-ext\src\string.c(49): warning C4244: '=': conversio...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-string-ext\src\string.c(30): warning C4244: '=': conversio...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-string-ext\src\string.c(38): warning C4244: '=': conversio...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-sprintf\src\sprintf.c(1052): warning C4244: '+=': conversi...
Tomasz Dąbrowski
[next]