summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-08-02protect return value from mrb_funcallYukihiro Matsumoto
2012-08-02remove OP_LOADNIL from NODE_OP_ASGNYukihiro Matsumoto
2012-08-02move OP_LOADNIL just before OP_SEND to improve performance on some platformsYukihiro Matsumoto
2012-08-01should not leave open code on syntax errors; close #413Yukihiro Matsumoto
2012-08-01make mrb_funcall_argv and mrb_funcall_with_block to take mrb_sym as a method ...Yukihiro Matsumoto
2012-08-01restore arena index after funcallYukihiro Matsumoto
2012-08-01no OP_LOADNIL for operators (OP_ADD, etc)Yukihiro Matsumoto
2012-08-01add cast to pacify optimizerYukihiro Matsumoto
2012-08-01some test requires double precisionYukihiro Matsumoto
2012-08-01add Math::TOLERANCEYukihiro Matsumoto
2012-08-01too much peephole optimizationYukihiro Matsumoto
2012-08-01remove stupid debug printYukihiro Matsumoto
2012-08-01float do not have enough precision to round if MRB_USE_FLOAT is setYukihiro Matsumoto
2012-08-01float do not have enough precision to represent Fixnum if MRB_USE_FLOAT is setYukihiro Matsumoto
2012-07-31float do not have enough precision if MRB_USE_FLOAT is setYukihiro Matsumoto
2012-07-31codegen optimization based on http://d.hatena.ne.jp/mirichi/20120730/p1 [Japa...Yukihiro Matsumoto
2012-07-31space and newline reformattingYukihiro Matsumoto
2012-07-31Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-07-31add some benchmark programsYukihiro Matsumoto
2012-07-31Merge pull request #412 from monaka/pr-add-parameter-for-poolYukihiro "Matz" Matsumoto
2012-07-31Merge pull request #410 from monaka/pr-remove-redundant-code-inmrb_array_agetYukihiro "Matz" Matsumoto
2012-07-31POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters.Masaki Muranaka
2012-07-31Remove redundant code in mrb_array_aget().Masaki Muranaka
2012-07-31mark mrb->exc objectYukihiro Matsumoto
2012-07-31reduce restoration of arena_idx in vm loopYukihiro Matsumoto
2012-07-30add description of MRB_IV_INITIAL_SIZEYukihiro Matsumoto
2012-07-30khash refactoring; no more MRB_KHASH_INITIAL_SIZEYukihiro Matsumoto
2012-07-30use const MRB_IV_INITIAL_SIZEYukihiro Matsumoto
2012-07-30add description of MRB_HEAP_PAGE_SIZEYukihiro Matsumoto
2012-07-30better mrbconf decsriptionYukihiro Matsumoto
2012-07-30iv khash initial size to 8Yukihiro Matsumoto
2012-07-30allow specifying khash initial sizeYukihiro Matsumoto
2012-07-30Merge pull request #409 from monaka/pr-configurable-initial_hash_sizeYukihiro "Matz" Matsumoto
2012-07-30MRB_INITIAL_HASH_SIZE : Make the initial hash size configurable.Masaki Muranaka
2012-07-30configurable MRB_HEAP_PAGE_SIZEYukihiro Matsumoto
2012-07-30remove __STDC_LIMIT_MACROS for INT32_MAXYukihiro Matsumoto
2012-07-30fixed the comment EnglishYukihiro Matsumoto
2012-07-29Merge pull request #407 from silverhammermba/cppYukihiro "Matz" Matsumoto
2012-07-30Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-07-30do not use INT32_MAX; close #407Yukihiro Matsumoto
2012-07-29Merge pull request #406 from MobiRuby/mrbc_stdinYukihiro "Matz" Matsumoto
2012-07-29Make void casts explicit.Max Anselm
2012-07-29Remove unnecessary mrb_assoc_new prototypeMax Anselm
2012-07-29Make all(?) void casts explicit for C++Max Anselm
2012-07-29Define __STDC_LIMIT_MACROS for INT32_MAX in C++Max Anselm
2012-07-29Added mrbc support output to stdoutYuichiro MASUI
2012-07-29Merge pull request #405 from monaka/pr-remove-unimplemented-declarationYukihiro "Matz" Matsumoto
2012-07-29Merge pull request #404 from monaka/pr-cleanup-hashYukihiro "Matz" Matsumoto
2012-07-29Merge pull request #403 from masamitsu-murase/modify_return_value_of_mrbtestYukihiro "Matz" Matsumoto
2012-07-29Remove unimplemented declarations.Masaki Muranaka