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-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
2017-01-01
Initialize potentially uninitialized variable tsec.
Yukihiro "Matz" Matsumoto
2017-01-01
Initialize potentially uninitialized variable z
Yukihiro "Matz" Matsumoto
2016-12-31
str_buf_cat(): better size check added; ref #3342
Yukihiro "Matz" Matsumoto
2016-12-31
str_buf_cat(): should allocate at least RSTRING_EMBED_LEN_MAX+1.
Yukihiro "Matz" Matsumoto
2016-12-31
ary_expand_capa(): refine conditions to avoid infinite loop; ref #3353
Yukihiro "Matz" Matsumoto
2016-12-31
ary_expand_capa(): size calculation by size_t; fix #3353
Yukihiro "Matz" Matsumoto
2016-12-30
method_missing() may have CALL_MAXARGS-1 arguments; fix #3351
Yukihiro "Matz" Matsumoto
2016-12-28
save/restore arena index around yield; ref #3359
Yukihiro "Matz" Matsumoto
2016-12-28
Merge pull request #3366 from ksss/splice
Yukihiro "Matz" Matsumoto
2016-12-27
Check array max size
ksss
2016-12-26
Merge pull request #3365 from ksss/freeze
Yukihiro "Matz" Matsumoto
2016-12-25
Fix segv when primitive value
ksss
2016-12-25
Merge pull request #3364 from ksss/string2
Yukihiro "Matz" Matsumoto
2016-12-25
Merge pull request #3363 from ksss/string
Yukihiro "Matz" Matsumoto
2016-12-23
Check overflow string length
ksss
2016-12-23
Do nothing when empty string
ksss
2016-12-21
One less argument for raisef(); fix #3355
Yukihiro "Matz" Matsumoto
2016-12-21
Merge pull request #3358 from takjn/add-example-rx630
Yukihiro "Matz" Matsumoto
2016-12-21
Added example for cross-compiling for Renesas RX630
Jun Takeda
2016-12-18
Check if width is zero or negative before fill; fix #3347
Yukihiro "Matz" Matsumoto
2016-12-18
Prohibit mixture of posarg and nextarg; ref #3347
Yukihiro "Matz" Matsumoto
2016-12-18
Add "not reached" mark in mrb_ary_concat()
Yukihiro "Matz" Matsumoto
2016-12-18
NODE_NEGATE cdr may not be code-node; fix #3348 ref #3324
Yukihiro "Matz" Matsumoto
2016-12-18
Zero length heredoc still crashed; ref Shopify/mruby-internal#81
Yukihiro "Matz" Matsumoto
2016-12-17
Merge pull request #3346 from clayton-shopify/fix-float-read
Yukihiro "Matz" Matsumoto
2016-12-15
Fix crash when exponent is -2147483648
Clayton Smith
2016-12-14
remove debug code; ref #3344
Yukihiro "Matz" Matsumoto
[next]