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-07-30
add description of MRB_IV_INITIAL_SIZE
Yukihiro Matsumoto
2012-07-30
khash refactoring; no more MRB_KHASH_INITIAL_SIZE
Yukihiro Matsumoto
2012-07-30
use const MRB_IV_INITIAL_SIZE
Yukihiro Matsumoto
2012-07-30
add description of MRB_HEAP_PAGE_SIZE
Yukihiro Matsumoto
2012-07-30
better mrbconf decsription
Yukihiro Matsumoto
2012-07-30
iv khash initial size to 8
Yukihiro Matsumoto
2012-07-30
allow specifying khash initial size
Yukihiro Matsumoto
2012-07-30
Merge pull request #409 from monaka/pr-configurable-initial_hash_size
Yukihiro "Matz" Matsumoto
2012-07-30
MRB_INITIAL_HASH_SIZE : Make the initial hash size configurable.
Masaki Muranaka
2012-07-30
configurable MRB_HEAP_PAGE_SIZE
Yukihiro Matsumoto
2012-07-30
remove __STDC_LIMIT_MACROS for INT32_MAX
Yukihiro Matsumoto
2012-07-30
fixed the comment English
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
Merge pull request #406 from MobiRuby/mrbc_stdin
Yukihiro "Matz" 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
Define __STDC_LIMIT_MACROS for INT32_MAX in C++
Max Anselm
2012-07-29
Added mrbc support output to stdout
Yuichiro MASUI
2012-07-29
Merge pull request #405 from monaka/pr-remove-unimplemented-declaration
Yukihiro "Matz" Matsumoto
2012-07-29
Merge pull request #404 from monaka/pr-cleanup-hash
Yukihiro "Matz" Matsumoto
2012-07-29
Merge pull request #403 from masamitsu-murase/modify_return_value_of_mrbtest
Yukihiro "Matz" Matsumoto
2012-07-29
Remove unimplemented declarations.
Masaki Muranaka
2012-07-29
mrb_hash_delete_key(), mrb_hash_keys() : Declare as static.
Masaki Muranaka
2012-07-29
Modify return value of mrbtest.
Masamitsu MURASE
2012-07-29
Merge pull request #402 from monaka/pr-remove-commented-out-code
Yukihiro "Matz" Matsumoto
2012-07-29
Merge pull request #401 from masamitsu-murase/modify_class_inheritance
Yukihiro "Matz" Matsumoto
2012-07-29
Merge pull request #400 from monaka/pr-add-myself
Yukihiro "Matz" Matsumoto
2012-07-29
Remove commented out code.
Masaki Muranaka
2012-07-29
Modify test for Class.
Masamitsu MURASE
2012-07-29
Modify mrb_vm_define_class.
Masamitsu MURASE
2012-07-29
Add Masaki Muranaka.
Masaki Muranaka
2012-07-28
Merge pull request #399 from akuroda/array_first_fix
Yukihiro "Matz" Matsumoto
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
Merge pull request #397 from masamitsu-murase/modify_op_send
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-26
do not use TrueClass/FalseClass.new
Yukihiro Matsumoto
2012-07-26
Merge pull request #395 from monaka/pr-add-more-test-for-array
Yukihiro "Matz" Matsumoto
2012-07-26
Merge pull request #394 from silverhammermba/master
Yukihiro "Matz" Matsumoto
2012-07-25
Undefine new for class rather than instance.
Max Anselm
2012-07-25
Add tests for coverage.
Masaki Muranaka
2012-07-24
Merge pull request #393 from akuroda/array_last_fix
Yukihiro "Matz" Matsumoto
[prev]
[next]