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
2013-11-23
Modify build script for gcc.
crimsonwoods
2013-11-23
Updated the documentation to better match the way things work now that 172cd2...
Per Lundberg
2013-11-22
Merge pull request #1592 from perlun/auto-toolchain
Yukihiro "Matz" Matsumoto
2013-11-22
Merge pull request #1591 from iij/pr-fixed-arena-on-travis
Yukihiro "Matz" Matsumoto
2013-11-22
Automatically detect toolchain if it is visualcpp, and hence we drop vs2010.r...
Per Lundberg
2013-11-22
build with MRB_GC_FIXED_ARENA.
Tomoyuki Sahara
2013-11-22
Make mrb->arena variable sized. Use MRB_GC_FIXED_ARENA for old behavior.
Yukihiro "Matz" Matsumoto
2013-11-20
Merge pull request #1590 from iij/pr-declare-struct-mrb-irep
Yukihiro "Matz" Matsumoto
2013-11-21
declare struct mrb_irep.
Tomoyuki Sahara
2013-11-20
rename API mrb_str_dup_static() -> mrb_str_pool()
Yukihiro "Matz" Matsumoto
2013-11-20
need to free pooled string bodies as well
Yukihiro "Matz" Matsumoto
2013-11-20
mrb format should be portable among configurations (e.g. MRB_NAN_BOXING)
Yukihiro "Matz" Matsumoto
2013-11-20
resolve conflict
Yukihiro "Matz" Matsumoto
2013-11-19
irep->pool struct pool -> mrb_value
Miura Hideki
2013-11-19
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-11-19
parser_dump() is not used in mrbc; close #1561
Yukihiro "Matz" Matsumoto
2013-11-19
Merge pull request #1587 from perlun/patch-1
Yukihiro "Matz" Matsumoto
2013-11-19
Fixed so that it builds with VS2013. VLA:s are not supported, because of its ...
Per Lundberg
2013-11-18
Merge pull request #1584 from cremno/rename-mrb_exc_new3
Yukihiro "Matz" Matsumoto
2013-11-18
Merge pull request #1585 from cremno/codegen-fixes
Yukihiro "Matz" Matsumoto
2013-11-18
Merge pull request #1586 from cremno/gcc-std-gnu99
Yukihiro "Matz" Matsumoto
2013-11-19
clear ci->err after const set; revert 5b51b1; ref #1583
Yukihiro "Matz" Matsumoto
2013-11-18
GCC: add -std=gnu99 to CFLAGS
cremno
2013-11-18
renamed mrb_exc_new3 to mrb_exc_new_str
cremno
2013-11-18
codegen_malloc/realloc: static + simple mem alloc
cremno
2013-11-18
ci->err may be out of boud; close #1583
Yukihiro "Matz" Matsumoto
2013-11-18
write_debug_record should dump info recursively; close #1581
Yukihiro "Matz" Matsumoto
2013-11-18
check upper callinfo to call ensure block; close #1579
Yukihiro "Matz" Matsumoto
2013-11-18
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-11-17
Merge pull request #1582 from takahashim/warning-enum-irep_pool_type
Yukihiro "Matz" Matsumoto
2013-11-17
fix warning: "implicit conversion from enumeration type 'enum mrb_vtype' to d...
takahashim
2013-11-15
wrong size of filenames buffer
Yukihiro "Matz" Matsumoto
2013-11-15
should output debug info for child ireps; close #1575
Yukihiro "Matz" Matsumoto
2013-11-15
should not free buffer that is still accessed
Yukihiro "Matz" Matsumoto
2013-11-15
wrong size of filenames buffer
Yukihiro "Matz" Matsumoto
2013-11-15
add new function mrb_load_irep_file_cxt() and simplifies mruby.c
Yukihiro "Matz" Matsumoto
2013-11-15
fix irep memory leak
Yukihiro "Matz" Matsumoto
2013-11-15
enum mrb_vtype varies on compile time configuration, namely MRB_NAN_BOXING
Yukihiro "Matz" Matsumoto
2013-11-15
remove warning on NAN_BOXING
Yukihiro "Matz" Matsumoto
2013-11-14
Merge pull request #1573 from Fleurer/fix1572
Yukihiro "Matz" Matsumoto
2013-11-14
fix length check in read_section_debug(); fix #1572
fleuria
2013-11-14
remove possible free-after-realloc problem; close #1570
Yukihiro "Matz" Matsumoto
2013-11-14
remove unnecessary jump
Yukihiro "Matz" Matsumoto
2013-11-13
Merge pull request #1571 from bggd/patch-1
Yukihiro "Matz" Matsumoto
2013-11-13
Changed a variable declaration to top of block
bggd
2013-11-13
Changed a variable declaration to top of block
bggd
2013-11-13
load_exec() no longer return fixnum value for no_exec; should close #1569
Yukihiro "Matz" Matsumoto
2013-11-13
fclose input file
Yukihiro "Matz" Matsumoto
2013-11-13
pacify some warnings on OpenBSD
Yukihiro "Matz" Matsumoto
2013-11-13
fixnum in irep->pool may overflow
Yukihiro "Matz" Matsumoto
[prev]
[next]