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-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
2012-09-10
Array#reverse! should call ary_modify
Yukihiro Matsumoto
2012-09-10
Merge pull request #460 from iij/pr-nul-in-string
Yukihiro "Matz" Matsumoto
2012-09-10
Merge pull request #459 from shancat/warning_fix
Yukihiro "Matz" Matsumoto
2012-09-10
OP_EQ should try direct compararison first
Yukihiro Matsumoto
2012-09-10
use mrb_test
Yukihiro Matsumoto
2012-09-10
eagerly reduce allocated array memory
Yukihiro Matsumoto
2012-09-10
use mrb_malloc instead of clearing mrb_calloc
Yukihiro Matsumoto
2012-09-10
simplify array generation from mrb_run
Yukihiro Matsumoto
2012-09-10
check special_const before calling respond_to?
Yukihiro Matsumoto
2012-09-10
a string may have NUL characters.
Tomoyuki Sahara
2012-09-10
Fixed Windows warning.
Shannen Saez
2012-09-10
should have preserved original method name
Yukihiro Matsumoto
2012-09-10
inlining some mrb_value assignments
Yukihiro Matsumoto
2012-09-09
mrb might be intialized incompletely from mrbc; close #457
Yukihiro Matsumoto
2012-09-06
some cosmetic change on OP_SENDB
Yukihiro Matsumoto
2012-09-06
add CASE(OP_SENDB) for non direct_threaded; close #455
Yukihiro Matsumoto
2012-09-06
add Time#inspect
Yukihiro Matsumoto
2012-09-06
add Module#inspect; close #453
Yukihiro Matsumoto
2012-09-06
inspect on classes should not cause SEGV
Yukihiro Matsumoto
2012-09-04
Merge pull request #449 from masamitsu-murase/free_rescue_and_ensure_in_mrb_c...
Yukihiro "Matz" Matsumoto
2012-09-04
Merge pull request #448 from masamitsu-murase/check_iv_tbl
Yukihiro "Matz" Matsumoto
2012-09-04
Merge pull request #447 from iij/pr-tailcall-oob
Yukihiro "Matz" Matsumoto
2012-09-05
Free mrb->rescue and mrb->ensure.
Masamitsu MURASE
2012-09-05
Check iv.
Masamitsu MURASE
2012-09-04
small performance tweak; inline assignment
Yukihiro Matsumoto
2012-09-04
rename config macro name IV_INITIAL_SIZE -> IVHASH_INIT_SIZE
Yukihiro Matsumoto
2012-09-04
fix out-of-bound access on compiling empty blocks.
Tomoyuki Sahara
[prev]
[next]