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
path:
root
/
src
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
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
shuld handle return in rescue; close #497
Yukihiro Matsumoto
2012-10-19
empty NODE_BEGIN should push nil; close #496
Yukihiro Matsumoto
2012-10-19
Merge pull request #495 from iij/pr-hexstr-load-broken
Yukihiro "Matz" 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-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
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-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-15
Avoid memcpy() on copying structure.
Masaki Muranaka
2012-10-15
Avoid memcpy() on copying structure.
Masaki Muranaka
2012-10-15
Avoid memcpy() on copying structure.
Masaki Muranaka
2012-10-09
Bugfix for crash if main was extended with a module.
Beoran
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-29
Merge pull request #481 from monaka/pr-tiny-cleanup-20120929
Yukihiro "Matz" Matsumoto
2012-09-30
wrong termination of mrb_run on exception; close #480
Yukihiro Matsumoto
2012-09-29
mrb_long2int(n) : Remove as unused.
Masaki Muranaka
2012-09-27
should adjust array size
Yukihiro Matsumoto
2012-09-27
load_exec should return undef on syntax errors
Yukihiro Matsumoto
2012-09-26
should not call mrb_parser_free() on NULL pointer
Yukihiro Matsumoto
2012-09-21
should adjust pc after OP_CALL
Yukihiro Matsumoto
2012-09-20
OP_CALL for cfunc must restore callinfo; close #476
Yukihiro Matsumoto
2012-09-13
should define String#+ (non inlined); close #469
Yukihiro Matsumoto
2012-09-13
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-09-12
check if an Exception instance has a "mesg" attribute
Tomoyuki Sahara
2012-09-12
mrb_sym can be short integer; reduced 10KB
Yukihiro Matsumoto
2012-09-12
remoce duplicate declaration of TOUPPER/TOLOWER
Yukihiro Matsumoto
2012-09-12
two more wrapper macros for ctype.h
Tomoyuki Sahara
2012-09-12
typo fixed
Yukihiro Matsumoto
2012-09-12
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-09-10
Merge pull request #463 from emboss/define_dbl_dig_conditionally
Yukihiro "Matz" Matsumoto
2012-09-11
Fixes #464.
Shannen Saez
2012-09-11
Define DBL_DIG only if it wasn't previously defined
emboss
2012-09-10
Merge pull request #461 from bovi/makefile-writing-fixes
Yukihiro "Matz" Matsumoto
2012-09-10
Fix writing errors in Makefiles
Daniel Bovensiepen
[next]