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-12-09
Skip "File.readlink fails" test on MSVC
bamchoh
2017-12-08
Use `RL_READLINE_VERSION` to determine `rl_free` existence; fix #3875
Yukihiro "Matz" Matsumoto
2017-12-08
Merge pull request #3874 from mimaki/fix-mingw-compile-error
Yukihiro "Matz" Matsumoto
2017-12-08
Fixed compile error of `mruby-io` gem on MinGW.
Hiroshi Mimaki
2017-12-08
Fix memory leak found by leak sanitizer.
Takeshi Watanabe
2017-12-08
Reduce compiler warnings from `mruby-io` gem.
Yukihiro "Matz" Matsumoto
2017-12-08
Avoid VC++ reserved word `template`.
Yukihiro "Matz" Matsumoto
2017-12-08
Reduce VC++ compiler warnings.
Yukihiro "Matz" Matsumoto
2017-12-08
Uninitialized value returned.
Yukihiro "Matz" Matsumoto
2017-12-08
AppVeyor compile errors resolution.
Yukihiro "Matz" Matsumoto
2017-12-08
AppVeyor compiler does not proved some POSIX functions.
Yukihiro "Matz" Matsumoto
2017-12-07
Avoid uninitialized local variables in `mruby-pack`.
Yukihiro "Matz" Matsumoto
2017-12-07
Add type cast to `readline(2)` return value.
Yukihiro "Matz" Matsumoto
2017-12-07
Remove unused variable `usock` from `mruby-socket/src/socket.c`.
Yukihiro "Matz" Matsumoto
2017-12-07
fixup! Fix type casting errors when `mruby-socket` compiled by C++.
Yukihiro "Matz" Matsumoto
2017-12-07
Add 'mrbgems/mruby-pack/' from commit '383a9c79e191d524a9a2b4107cc5043ecbf6190b'
Yukihiro "Matz" Matsumoto
2017-12-07
Fix type casting errors when `mruby-socket` compiled by C++.
Yukihiro "Matz" Matsumoto
2017-12-07
Add 'mrbgems/mruby-socket/' from commit 'ab54185005ec87fe4f5b10df95ad29659884...
Yukihiro "Matz" Matsumoto
2017-12-07
Add 'mrbgems/mruby-io/' from commit '3c8e1f94c44252c836f79a48bb17726da28e2756'
Yukihiro "Matz" Matsumoto
2017-12-04
Some OS uses `libedit` that does not provide `rl_free()`.
Yukihiro "Matz" Matsumoto
2017-12-04
Free read lines using the deallocation function from the library.
Yukihiro "Matz" Matsumoto
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
[next]