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
2012-10-21
Merge pull request #500 from monaka/pr-avoid-memcpy-on-copying-structure
Yukihiro "Matz" Matsumoto
2012-10-21
Avoid memcpy() on copying structures.
Masaki Muranaka
2012-10-20
avoid duplicated OP_RETURN
Yukihiro Matsumoto
2012-10-20
add test case for 750b7c2
Yukihiro Matsumoto
2012-10-20
pop register stack before rescue
Yukihiro Matsumoto
2012-10-20
unexpect break/next/redo/retry should raise LocalJumpError
Yukihiro Matsumoto
2012-10-20
pool string need not to convert
Yukihiro Matsumoto
2012-10-20
should handle break in rescue
Yukihiro Matsumoto
2012-10-19
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-10-19
shuld handle return in rescue; close #497
Yukihiro Matsumoto
2012-10-19
shuld handle return in rescue; close #487
Yukihiro Matsumoto
2012-10-19
empty NODE_BEGIN should push nil; close #496
Yukihiro Matsumoto
2012-10-19
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-10-19
wrong check of argument numbers
Yukihiro Matsumoto
2012-10-19
Merge pull request #495 from iij/pr-hexstr-load-broken
Yukihiro "Matz" Matsumoto
2012-10-19
add symbol style to Enumerable#inject
Yukihiro Matsumoto
2012-10-19
Enumerable#inject should handle empty enumerable; http://www.tbn.co.jp/blog/?...
Yukihiro Matsumoto
2012-10-19
lshift must not assume sizeof(long) >= sizeof(mrb_int)
Yukihiro Matsumoto
2012-10-18
Fix wrong storage of data when hex-style string is loaded
Takashi Sogabe
2012-10-18
print error message on mrb load error
Yukihiro Matsumoto
2012-10-17
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-10-17
Merge pull request #493 from iij/pr-return-breaks-sp
Yukihiro "Matz" Matsumoto
2012-10-17
Merge pull request #494 from monaka/pr-fix-degrade-by-issue-490
Yukihiro "Matz" Matsumoto
2012-10-17
Fix degrades by #490. (Some changes are reverted.)
Masaki Muranaka
2012-10-17
Fix disappearance of a local variable when return statement is called
Takashi Sogabe
2012-10-17
no memory copy for call_iseq
Yukihiro Matsumoto
2012-10-17
should not free() static iseq from cdump
Yukihiro Matsumoto
2012-10-17
defining mrb_int also requires MRB_INT_{MAX,MIN} to be defined
Yukihiro Matsumoto
2012-10-16
remove wasting stack space
Yukihiro Matsumoto
2012-10-16
Kernel#block_given? always gave false
Yukihiro Matsumoto
2012-10-16
true/false should print proper inspect string
Yukihiro Matsumoto
2012-10-16
register number adjustment for case statement was wrong; close #487
Yukihiro Matsumoto
2012-10-16
1.divmod(0) should not crash, but return [Inf,NaN] (CRuby incompat); close #492
Yukihiro Matsumoto
2012-10-16
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-10-16
"mrbc -" should take input from stdin; close #489
Yukihiro Matsumoto
2012-10-16
Merge pull request #490 from monaka/pr-avoid-memcpy-on-copying-structures
Yukihiro "Matz" Matsumoto
2012-10-16
Merge pull request #491 from monaka/pr-more-strict-warning-checks
Yukihiro "Matz" Matsumoto
2012-10-15
Avoid memcpy() on copying structure.
Masaki Muranaka
2012-10-15
Avoid memcpy() on copying structure.
Masaki Muranaka
2012-10-15
Add more strict warning checks
Masaki Muranaka
2012-10-15
Avoid memcpy() on copying structure.
Masaki Muranaka
2012-10-09
Merge pull request #485 from beoran/bdm_extend_main_crashes_fix
Yukihiro "Matz" Matsumoto
2012-10-09
Bugfix for crash if main was extended with a module.
Beoran
2012-10-05
preserve script file name
Yukihiro Matsumoto
2012-10-04
script file name should not be in ARGV
Yukihiro Matsumoto
2012-10-04
specify know capacity of an array
Yukihiro Matsumoto
2012-10-04
fix indent of mrb_exc_raise
Yukihiro Matsumoto
2012-10-04
should handle exception from Ruby implemented method called from funcall; clo...
Yukihiro Matsumoto
2012-09-30
Merge pull request #483 from akuroda/array_test
Yukihiro "Matz" Matsumoto
2012-09-30
add test case for Array#unshift, <=>, and *
Akira Kuroda
[next]