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
Age
Commit message (
Expand
)
Author
2014-03-21
should be able to create hash with 127+ entries; close #1894
Yukihiro "Matz" Matsumoto
2014-03-21
avoid Dir.exist? that is not available in Ruby1.8
Yukihiro "Matz" Matsumoto
2014-03-20
should restore proc after rescue; close #1891
Yukihiro "Matz" Matsumoto
2014-03-20
make behavior of Fiber without block compatible with CRuby
take_cheeze
2014-03-20
refactor and use assert_raise in fiber test checking exception raise
take_cheeze
2014-03-20
use FiberError in fiber exception raise
take_cheeze
2014-03-19
enum methods to support multiple values; all?, any?, grep, include?, drop, dr...
Yukihiro "Matz" Matsumoto
2014-03-19
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-19
Merge pull request #1882 from ksss/enum-find_all
Yukihiro "Matz" Matsumoto
2014-03-19
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-19
remove size_t cast in mrb_assert() since ((size_t)n <= SIZE_MAX) is always true
Yukihiro "Matz" Matsumoto
2014-03-19
Merge pull request #1890 from take-cheeze/fiber_resuming
Yukihiro "Matz" Matsumoto
2014-03-19
rename mrb_yield_internal to mrb_yield_with_class since it's no longer internal
Yukihiro "Matz" Matsumoto
2014-03-19
Merge pull request #1889 from iij/pr-struct-new-block-def
Yukihiro "Matz" Matsumoto
2014-03-19
self must be the newly created object in initialization block; close #1858
Tomoyuki Sahara
2014-03-19
export mrb_yield_internal.
Tomoyuki Sahara
2014-03-19
add root fiber resume test to know double resume checking is working
take_cheeze
2014-03-19
revert MRB_FIBER_RESUMED as MRB_FIBER_RESUMING to fix recurive resume
take_cheeze
2014-03-19
string functions arguments changed from mrb_int to size_t that would take str...
Yukihiro "Matz" Matsumoto
2014-03-19
change mrb_int to size_t that would take strlen()
Yukihiro "Matz" Matsumoto
2014-03-18
add a space after C reserved words
Yukihiro "Matz" Matsumoto
2014-03-18
should not use nil as default value for Enumerable#count since it prevent cou...
Yukihiro "Matz" Matsumoto
2014-03-18
Merge pull request #1887 from suzukaze/add-enumerable.count
Yukihiro "Matz" Matsumoto
2014-03-18
stricter check for double resume; close #1885
Yukihiro "Matz" Matsumoto
2014-03-18
Add Enumerable#count test
Jun Hiroe
2014-03-18
Add Enumerable#count
Jun Hiroe
2014-03-18
Merge pull request #1880 from ksss/enum-each_with_index
Yukihiro "Matz" Matsumoto
2014-03-18
Merge pull request #1883 from suzukaze/add-test-enumerable
Yukihiro "Matz" Matsumoto
2014-03-18
Merge pull request #1886 from iij/pr-kernel-loop-rescue-error
Yukihiro "Matz" Matsumoto
2014-03-18
Merge pull request #1884 from monaka/pr-reduce-implicit-type-cast
Yukihiro "Matz" Matsumoto
2014-03-18
rescue StopIteration only.
Tomoyuki Sahara
2014-03-18
Reduce implicit type casts.
Masaki Muranaka
2014-03-18
add Fiber#== from #1865 patch
Yukihiro "Matz" Matsumoto
2014-03-18
add fiber assertion from #1865 patch
Yukihiro "Matz" Matsumoto
2014-03-18
mark root fiber object; close #1865
Yukihiro "Matz" Matsumoto
2014-03-18
Add Enumerable#first test
Jun Hiroe
2014-03-18
Add Enumerable#sort_by test
Jun Hiroe
2014-03-17
Enumerable#find_all return Enumerator if non block given
ksss
2014-03-17
Enumrable#each_with_index return Enumerator if non block given
ksss
2014-03-17
recover description in default.gembox
Yukihiro "Matz" Matsumoto
2014-03-17
Merge branch 'mrbgem_summary' of https://github.com/take-cheeze/mruby into ta...
Yukihiro "Matz" Matsumoto
2014-03-17
Merge branch 'refactor-enumerable.rb' of https://github.com/suzukaze/mruby in...
Yukihiro "Matz" Matsumoto
2014-03-17
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-17
Merge pull request #1875 from akuroda/pr_nil_test
Yukihiro "Matz" Matsumoto
2014-03-17
Refactor Enumerable#include?
Jun Hiroe
2014-03-17
Refactor Enumerable#any?
Jun Hiroe
2014-03-17
Refactor Enumerable#all?
Jun Hiroe
2014-03-17
add Enumerable#sort_by
Yukihiro "Matz" Matsumoto
2014-03-17
make Enumerable methods to support multiple values; collect, detect, each_wit...
Yukihiro "Matz" Matsumoto
2014-03-17
Enumerable#entries to support multiple values; close #1868
Yukihiro "Matz" Matsumoto
[next]