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-08-01
add Math::TOLERANCE
Yukihiro Matsumoto
2012-08-01
too much peephole optimization
Yukihiro Matsumoto
2012-08-01
remove stupid debug print
Yukihiro Matsumoto
2012-08-01
float do not have enough precision to round if MRB_USE_FLOAT is set
Yukihiro Matsumoto
2012-08-01
float do not have enough precision to represent Fixnum if MRB_USE_FLOAT is set
Yukihiro Matsumoto
2012-07-31
float do not have enough precision if MRB_USE_FLOAT is set
Yukihiro Matsumoto
2012-07-31
codegen optimization based on http://d.hatena.ne.jp/mirichi/20120730/p1 [Japa...
Yukihiro Matsumoto
2012-07-31
Merge pull request #412 from monaka/pr-add-parameter-for-pool
Yukihiro "Matz" Matsumoto
2012-07-31
POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters.
Masaki Muranaka
2012-07-31
Remove redundant code in mrb_array_aget().
Masaki Muranaka
2012-07-31
mark mrb->exc object
Yukihiro Matsumoto
2012-07-31
reduce restoration of arena_idx in vm loop
Yukihiro Matsumoto
2012-07-30
use const MRB_IV_INITIAL_SIZE
Yukihiro Matsumoto
2012-07-30
iv khash initial size to 8
Yukihiro Matsumoto
2012-07-30
configurable MRB_HEAP_PAGE_SIZE
Yukihiro Matsumoto
2012-07-29
Merge pull request #407 from silverhammermba/cpp
Yukihiro "Matz" Matsumoto
2012-07-30
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-07-30
do not use INT32_MAX; close #407
Yukihiro Matsumoto
2012-07-29
Make void casts explicit.
Max Anselm
2012-07-29
Remove unnecessary mrb_assoc_new prototype
Max Anselm
2012-07-29
Make all(?) void casts explicit for C++
Max Anselm
2012-07-29
mrb_hash_delete_key(), mrb_hash_keys() : Declare as static.
Masaki Muranaka
2012-07-29
Merge pull request #402 from monaka/pr-remove-commented-out-code
Yukihiro "Matz" Matsumoto
2012-07-29
Remove commented out code.
Masaki Muranaka
2012-07-29
Modify mrb_vm_define_class.
Masamitsu MURASE
2012-07-29
fix segmentation fault in Array#first
Akira Kuroda
2012-07-28
Merge pull request #398 from masamitsu-murase/modify_hash_shift
Yukihiro "Matz" Matsumoto
2012-07-28
Protect deleted key and value from GC.
Masamitsu MURASE
2012-07-28
Modify ci->nregs.
Masamitsu MURASE
2012-07-28
more peephole optimization on OP_MOVE
Yukihiro Matsumoto
2012-07-27
remove <stdio.h> that added for debugging
Yukihiro Matsumoto
2012-07-27
adjust ci->nregs for C implemented methods
Yukihiro Matsumoto
2012-07-27
temporary protection not to access out of stack
Yukihiro Matsumoto
2012-07-25
Undefine new for class rather than instance.
Max Anselm
2012-07-24
Merge pull request #393 from akuroda/array_last_fix
Yukihiro "Matz" Matsumoto
2012-07-25
const reference from instance_eval should not cause SEGV
Yukihiro Matsumoto
2012-07-25
fix segmentation fault in Array#last
Akira Kuroda
2012-07-24
instance_eval should set target_class in the block
Yukihiro Matsumoto
2012-07-24
instance_eval should raise NotImplementedError on string argument
Yukihiro Matsumoto
2012-07-23
treat exceptional usec value
Yukihiro Matsumoto
2012-07-23
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-07-23
Use memcpy instead of strncpy
Masaki Muranaka
2012-07-23
remove duplicated variable declaration
Yukihiro Matsumoto
2012-07-23
separate sec and usec in mrb_time_plus
Yukihiro Matsumoto
2012-07-23
time.c: separate sec and usec to keep precisions
Yukihiro Matsumoto
2012-07-22
Merge pull request #391 from crimsonwoods/android_ndk_support
Yukihiro "Matz" Matsumoto
2012-07-22
Time.at should take optional second argument
Yukihiro Matsumoto
2012-07-22
fix: SIZE_MAX is not defined in "stdint.h"
crimsonwoods
2012-07-22
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-07-22
mruby should print exception
Yukihiro Matsumoto
[next]