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-04-02
implement part of Array#<=> in C
Yukihiro "Matz" Matsumoto
2014-04-02
implement Array comparisons by Ruby
Yukihiro "Matz" Matsumoto
2014-04-02
remove some empty lines
Yukihiro "Matz" Matsumoto
2014-04-02
handle CR before LF; close #1781
Yukihiro "Matz" Matsumoto
2014-04-02
simpler escape handling in ?c strings
Yukihiro "Matz" Matsumoto
2014-04-02
fix else indentation style
Yukihiro "Matz" Matsumoto
2014-04-01
Hash#keys to update memory region directly
Yukihiro "Matz" Matsumoto
2014-04-01
should adjust hash value order at deletion
Yukihiro "Matz" Matsumoto
2014-04-01
implement Hash#== and eql? in Ruby
Yukihiro "Matz" Matsumoto
2014-04-01
function expansion in hash.c
Yukihiro "Matz" Matsumoto
2014-04-01
move Array#inspect implementation to mrblib/array.rb
Yukihiro "Matz" Matsumoto
2014-04-01
move Hash#inspect implementation to mrblib/hash.rb
Yukihiro "Matz" Matsumoto
2014-04-01
Hash to preserve order as Ruby1.9 does
Yukihiro "Matz" Matsumoto
2014-04-01
Merge pull request #1986 from take-cheeze/proc_macro
Yukihiro "Matz" Matsumoto
2014-04-01
Use MRB_ENV_STACK_SHARED_P to check `cioff` field of REnv.
take_cheeze
2014-04-01
Add macro MRB_ENV_UNSHARE_STACK instead of assigning -1 directly.
take_cheeze
2014-04-01
Use MRB_ENV_STACK_LEN instead of accessing `flags` directly to get REnv's sta...
take_cheeze
2014-03-31
singleton class needs to set __outer__; fixed #1983
Yukihiro "Matz" Matsumoto
2014-03-31
Hash function to avoid funcalls if possible
Yukihiro "Matz" Matsumoto
2014-03-31
Merge pull request #1985 from take-cheeze/cfunc_with_env
Yukihiro "Matz" Matsumoto
2014-03-31
Merge pull request #1984 from mattn/test_hex_oct_underscore
Yukihiro "Matz" Matsumoto
2014-03-31
Add API to define cfunc Proc with userdata.
take_cheeze
2014-03-31
More tests for String#hex, String#oct as against 9434506035c3fc01de55ac0bc8b7...
mattn
2014-03-31
Merge pull request #1982 from ksss/err-msg
Yukihiro "Matz" Matsumoto
2014-03-31
Show error class name when raise Error
ksss
2014-03-31
according to JIS/ISO, Array is not Comparable
Yukihiro "Matz" Matsumoto
2014-03-30
Merge pull request #1981 from k-tsj/fix-method-name
Yukihiro "Matz" Matsumoto
2014-03-30
Fix method name
Kazuki Tsujimoto
2014-03-30
Merge pull request #1980 from take-cheeze/minirake_directory
Yukihiro "Matz" Matsumoto
2014-03-30
Add -C (--directory) option to minirake.
take_cheeze
2014-03-30
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-30
revert #1974; ref #1979
Yukihiro "Matz" Matsumoto
2014-03-29
Merge pull request #1978 from suzukaze/add-array.fill
Yukihiro "Matz" Matsumoto
2014-03-29
Add Array#fill
Jun Hiroe
2014-03-29
Merge pull request #1975 from take-cheeze/driver_mrb_intern_lit
Yukihiro "Matz" Matsumoto
2014-03-29
Merge pull request #1974 from ksss/enumerator-duck
Yukihiro "Matz" Matsumoto
2014-03-29
Use mrb_intern_lit instead of mrb_intern in test driver.
take_cheeze
2014-03-29
Enumerator#initialize support duck-type
ksss
2014-03-29
Merge pull request #1971 from suzukaze/fix-typo
Yukihiro "Matz" Matsumoto
2014-03-29
Kernel#send should preserve nregs in callinfo; close #1970
Yukihiro "Matz" Matsumoto
2014-03-29
Fix a typo
Jun Hiroe
2014-03-28
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2014-03-28
Merge pull request #1969 from suzukaze/add-array.fetch
Yukihiro "Matz" Matsumoto
2014-03-28
Array#reverse_each should return Enumerator; ref #1968
Yukihiro "Matz" Matsumoto
2014-03-28
Merge pull request #1968 from suzukaze/add-to_enum-unless-block
Yukihiro "Matz" Matsumoto
2014-03-28
Merge pull request #1967 from ksss/define_singleton_method
Yukihiro "Matz" Matsumoto
2014-03-28
Add Array#fetch
Jun Hiroe
2014-03-28
Add to_enum unless block
Jun Hiroe
2014-03-28
Implement Kernel#define_singleton_method
ksss
2014-03-28
Merge pull request #1966 from take-cheeze/backquote
Yukihiro "Matz" Matsumoto
[next]