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
2016-08-30
mruby-random: add reporting URL since we modified the source
Yukihiro "Matz" Matsumoto
2016-08-20
Fixed spell errors in test/t/lang.rb; ref #3199
Yukihiro "Matz" Matsumoto
2016-08-20
Merge pull request #3199 from miura1729/original
Yukihiro "Matz" Matsumoto
2016-08-20
Add new test for optimize VM
Miura Hideki
2016-08-20
Move Module#include and #prepend to class.c; ref #3197
Yukihiro "Matz" Matsumoto
2016-08-19
renamed class.rb and error.rb to ensure they are read first; ref #3197
Yukihiro "Matz" Matsumoto
2016-08-19
Merge pull request #3198 from nobu/feature/lparen_arg-stmt
Yukihiro "Matz" Matsumoto
2016-08-19
parse.y: lparen_arg statement
Nobuyoshi Nakada
2016-08-17
Merge pull request #3196 from mimaki/fix-negative-ord
Yukihiro "Matz" Matsumoto
2016-08-17
Fix String#ord failure which return a negative value
Hiroshi Mimaki
2016-08-16
Merge pull request #3195 from franckverrot/master
Yukihiro "Matz" Matsumoto
2016-08-15
Correct method name
Franck Verrot
2016-08-13
Merge pull request #3194 from nobu/chained-rhs
Yukihiro "Matz" Matsumoto
2016-08-13
parse.y: fix chained assignments
Nobuyoshi Nakada
2016-08-12
Merge pull request #3193 from nobu/rhs-rescue
Yukihiro "Matz" Matsumoto
2016-08-12
parse.y: simplify 90e8ce5
Nobuyoshi Nakada
2016-08-11
parse.y: rescue modifiers for OP_ASGN should protect rhs only
Yukihiro "Matz" Matsumoto
2016-08-08
removed ChangeLog that has not been updated for long time; ref #3190
Yukihiro "Matz" Matsumoto
2016-08-08
update copyright notice and license description for mt19937ar.[ch]
Yukihiro "Matz" Matsumoto
2016-08-03
Merge pull request #3189 from wrl/public-hash-values
Yukihiro "Matz" Matsumoto
2016-08-01
make mrb_hash_values() a public API function
William Light
2016-07-31
Merge pull request #3188 from guoxiao/warning
Yukihiro "Matz" Matsumoto
2016-07-31
intptr_t should be used instead of uint32_t to hold a pointer.
Guo Xiao
2016-07-28
Merge pull request #3186 from rmalizia44/patch-2
Yukihiro "Matz" Matsumoto
2016-07-27
Update mirb.c
Malizia R
2016-07-27
Merge pull request #3185 from kou/string-reduce-needless-array
Yukihiro "Matz" Matsumoto
2016-07-27
Reduce needless Array generation in some String methods
Kouhei Sutou
2016-07-27
Merge pull request #3184 from ksss/each_char
Yukihiro "Matz" Matsumoto
2016-07-26
Support to call without block to String#each_char
ksss
2016-07-26
Merge pull request #3182 from sdottaka/fix-broken-msvc-build
Yukihiro "Matz" Matsumoto
2016-07-26
Merge pull request #3181 from sdottaka/fix-crash-on-mrb_parser_free
Yukihiro "Matz" Matsumoto
2016-07-25
Merge pull request #3183 from Mav7/mav7/docs
Yukihiro "Matz" Matsumoto
2016-07-25
Merge pull request #3179 from ksss/struct
Yukihiro "Matz" Matsumoto
2016-07-25
OP_ASGN vsp may be negative
Yukihiro "Matz" Matsumoto
2016-07-25
Fixed crash error when #initialize is redefined for Struct; fix #3177
Yukihiro "Matz" Matsumoto
2016-07-23
yard docs for string.h
Ralph Desir(Mav7)
2016-07-23
Fix broken msvc build
Takashi Sawanaka
2016-07-23
Fix crash in mrb_parser_free() due to freed memory access
Takashi Sawanaka
2016-07-22
Add regression test
ksss
2016-07-22
Should not define to `Struct` class
ksss
2016-07-15
Merge pull request #3176 from ksss/string-insert
Yukihiro "Matz" Matsumoto
2016-07-14
String#insert should be destructive
ksss
2016-07-14
Merge pull request #3174 from ksss/local-jump-error
Yukihiro "Matz" Matsumoto
2016-07-14
Should raise LocalJumpError when no block given
ksss
2016-07-13
relax string length limitation to 64KB; fix #2725
Yukihiro "Matz" Matsumoto
2016-07-08
Merge pull request #3171 from kjunichi/c-has-no-try
Yukihiro "Matz" Matsumoto
2016-07-08
C doesn't have try-catch
Junichi Kajiwara
2016-07-02
Merge pull request #3169 from ksss/Wshift-negative-value
Yukihiro "Matz" Matsumoto
2016-07-01
Fix warning shift-negative-value
ksss
2016-06-30
Merge pull request #3166 from yyamano/fix-gc-profile
Yukihiro "Matz" Matsumoto
[next]