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
2017-01-21
Fix incorrect parsing of block parameters.
Clayton Smith
2017-01-21
Stack position may be bigger than stack bottom; fix #3401
Yukihiro "Matz" Matsumoto
2017-01-21
Merge pull request #3402 from clayton-shopify/fix-masgn-optimization
Yukihiro "Matz" Matsumoto
2017-01-20
Remove problematic optimization.
Clayton Smith
2017-01-20
Integral#step without arg should loop forever as CRuby does.
Yukihiro "Matz" Matsumoto
2017-01-18
Initialize callinfo->acc; ref #3243
Yukihiro "Matz" Matsumoto
2017-01-18
Merge pull request #3362 from ksss/proc
Yukihiro "Matz" Matsumoto
2017-01-16
Dots is not needed for base 10 negative numbers; fix #3400
Yukihiro "Matz" Matsumoto
2017-01-16
Merge pull request #3399 from ksss/caller
Yukihiro "Matz" Matsumoto
2017-01-14
Skip when backtrace doesn't get
ksss
2017-01-14
Implement Kernel.#caller
ksss
2017-01-12
Add proper given argument number in the wrong-number-argument error.
Yukihiro "Matz" Matsumoto
2017-01-12
Add proper stack size calculation; fix #3398
Yukihiro "Matz" Matsumoto
2017-01-12
Kernel#initialize should not break existing mt; fix #3397
Yukihiro "Matz" Matsumoto
2017-01-12
Merge pull request #3393 from clayton-shopify/fix-exc-initialize
Yukihiro "Matz" Matsumoto
2017-01-12
Merge pull request #3394 from clayton-shopify/really-fix-nme
Yukihiro "Matz" Matsumoto
2017-01-12
Merge pull request #3395 from hhc0null/fix-typo
Yukihiro "Matz" Matsumoto
2017-01-12
Fix a typo.
hhc0null
2017-01-11
Fix 36fc1f14 not checking in the right location
Bouke van der Bijl
2017-01-11
Use mrb_int for argc.
Clayton Smith
2017-01-11
Use temporary variable to avoid potential crash; fix #3387
Yukihiro "Matz" Matsumoto
2017-01-11
String#replace should check replacing string; fix #3374
Yukihiro "Matz" Matsumoto
2017-01-11
Check if ci->target_class is NULL before dereferencing
Yukihiro "Matz" Matsumoto
2017-01-11
Raises Exception if raising exception class is redefined
Yukihiro "Matz" Matsumoto
2017-01-11
Exception#initialize to take arbitrary number of args; ref #3384
Yukihiro "Matz" Matsumoto
2017-01-09
Validate tm values before timegm(); close #3368
Yukihiro "Matz" Matsumoto
2017-01-09
Merge pull request #3381 from sorah/asn
Yukihiro "Matz" Matsumoto
2017-01-09
Put package's libs flag after %{objs}
Sorah Fukumori
2017-01-07
Merge pull request #3380 from syucream/fix-assert
Yukihiro "Matz" Matsumoto
2017-01-07
Pass when assert returns a false value
Ryo Okubo
2017-01-07
Add ary_modify() checks; close #3379
Yukihiro "Matz" Matsumoto
2017-01-06
Merge pull request #3377 from ksss/respond_to
Yukihiro "Matz" Matsumoto
2017-01-06
Merge pull request #3376 from bovi/2017-copyright
Yukihiro "Matz" Matsumoto
2017-01-06
Check intern object returned by mrb_check_string_type
ksss
2017-01-06
Update Copyright to 2017
Daniel Bovensiepen
2017-01-06
Improve capacity enhancing conditions
Yukihiro "Matz" Matsumoto
2017-01-06
Add pointer cast to pacify warnings.
Yukihiro "Matz" Matsumoto
2017-01-06
Move mrb_assert() position.
Yukihiro "Matz" Matsumoto
2017-01-06
Merge pull request #3371 from takjn/removed_unnecessary_escape_charcter
Yukihiro "Matz" Matsumoto
2017-01-06
Should not deallocate shared string referring static; fix #3373
Yukihiro "Matz" Matsumoto
2017-01-05
Removed ununnecessary escape character '\' for MRUBY_XXX in libmruby.flags.mak
Jun Takeda
2017-01-05
Add new method Kernel#frozen?; ref #3370
Yukihiro "Matz" Matsumoto
2017-01-05
Merge pull request #3369 from ksss/fix-str-prepend
Yukihiro "Matz" Matsumoto
2017-01-05
Add mrb_hash_modify() to Hash#{delete,clear}; ref #3370
Yukihiro "Matz" Matsumoto
2017-01-04
Rewrite String#prepend with Ruby
ksss
2017-01-02
add explicit casts
Yukihiro "Matz" Matsumoto
2017-01-02
use size_t instead of int
Yukihiro "Matz" Matsumoto
2017-01-02
Merge pull request #3367 from ksss/str-modify
Yukihiro "Matz" Matsumoto
2017-01-02
Fix memory error on str_buf_cat
ksss
2017-01-02
Small refactoring: should use RSTR_CAPA
ksss
[next]