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-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-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
2016-06-29
Fix compilation error with GC_PROFILE.
Yuji Yamano
2016-06-18
Merge pull request #3163 from mattn/fix-public_methods
Yukihiro "Matz" Matsumoto
2016-06-18
add test for public_methods(false)
Yasuhiro Matsumoto
2016-06-18
fix public_methods(false)
Yasuhiro Matsumoto
2016-06-14
Merge pull request #3162 from udzura/patch-1
Yukihiro "Matz" Matsumoto
2016-06-14
Update doc, write about add_test_dependency
Uchio KONDO
2016-06-10
mrb_gc_unregister() to remove one registration; close #3160
Yukihiro "Matz" Matsumoto
2016-06-10
fix a compiler warning for uninitialized variable
Yukihiro "Matz" Matsumoto
2016-06-10
add temporary workaround for irep memory corruption
Yukihiro "Matz" Matsumoto
2016-05-16
fixed remaining bugs in OP_ASGN stack adjustment; close #3159
Yukihiro "Matz" Matsumoto
2016-05-16
stack adjustment after NODE_OP_ASGN with NODE_CALL was wrong; fix #3159
Yukihiro "Matz" Matsumoto
2016-05-16
parser_dump() to show symbol number for NODE_SYM
Yukihiro "Matz" Matsumoto
2016-05-11
Merge pull request #3157 from cremno/add-mrb_int_mul_overflow
Yukihiro "Matz" Matsumoto
2016-05-10
use mrb_int_mul_overflow()
cremno
2016-05-10
add mrb_int_mul_overflow(); close #3149
cremno
2016-05-10
Merge pull request #3156 from cremno/fix-mruby_version-value
Yukihiro "Matz" Matsumoto
2016-05-10
Merge pull request #3154 from cremno/improve-checked-mrb_int-arithmetic-imple...
Yukihiro "Matz" Matsumoto
2016-05-10
Merge pull request #3155 from cremno/fix-3152
Yukihiro "Matz" Matsumoto
2016-05-09
fix MRUBY_VERSION value
cremno
2016-05-09
raise the error at runtime; fix #3152
cremno
2016-05-09
use type-generic checked arithmetic builtins
cremno
2016-05-09
define macros only if builtins are n/a
cremno
2016-05-09
Merge pull request #3153 from kou/remove-needless-assignment
Yukihiro "Matz" Matsumoto
2016-05-09
Remove needless assignment
Kouhei Sutou
2016-04-27
Merge pull request #3151 from okkez/use-stack-directly
Yukihiro "Matz" Matsumoto
2016-04-27
Use stack directly
Kenji Okimoto
2016-04-23
mruby-sprintf:fix double negative signs in printf; fix #3148
Yukihiro "Matz" Matsumoto
2016-04-23
mruby-sprintf: format specifiers o,u,x,b ignore sign(+); ref #3148
Yukihiro "Matz" Matsumoto
2016-04-16
Merge pull request #3147 from ksss/1.8
Yukihiro "Matz" Matsumoto
2016-04-16
Avoid Syntax Error on CRuby v1.8
ksss
2016-04-14
Merge pull request #3145 from timoschilling/patch-1
Yukihiro "Matz" Matsumoto
2016-04-13
fix syntax highlighting
Timo Schilling
2016-04-11
mruby-eval: instance_eval should keep target_class; close #3141
Yukihiro "Matz" Matsumoto
2016-04-11
vm.c: mrb_hash_set() may reallocate VM stack; close #3133
Yukihiro "Matz" Matsumoto
2016-04-04
fix possible memory leak in mruby-time gem
Yukihiro "Matz" Matsumoto
2016-04-01
fix too much optimization for `||=`
Yukihiro "Matz" Matsumoto
2016-03-30
fix duplicated eval in op_asgn
Yukihiro "Matz" Matsumoto
2016-03-30
reduce OP_ARRAY in argument splat
Yukihiro "Matz" Matsumoto
[next]