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-12-19
Merge pull request #1610 from mruby-debian/for-upstream
Yukihiro "Matz" Matsumoto
2013-12-19
Fix typo from expornent to exponent
Nobuhiro Iwamatsu
2013-12-16
Merge pull request #1609 from carsonmcdonald/updateinstallinfo
Yukihiro "Matz" Matsumoto
2013-12-16
Update the INSTALL information to be more accurate
Carson McDonald
2013-12-15
Merge pull request #1608 from nanamiwang/vmcrash
Yukihiro "Matz" Matsumoto
2013-12-15
Fixed callinfo buffer overflow while calling ensure handlers
nanami
2013-12-10
Merge pull request #1607 from h2so5/avoid-recursive-inspection
Yukihiro "Matz" Matsumoto
2013-12-10
Avoid recursive instance variable inspections
h2so5
2013-12-09
modify test case to check #1606
Yukihiro "Matz" Matsumoto
2013-12-08
Merge pull request #1606 from bggd/patch-1
Yukihiro "Matz" Matsumoto
2013-12-08
Fix mod.constants cannot return the single character constant
bggd
2013-12-07
Merge pull request #1605 from suzukaze/test-array
Yukihiro "Matz" Matsumoto
2013-12-07
Fix ISO no in Array#* and Array#+
Jun Hiroe
2013-12-04
Merge pull request #1604 from carsonmcdonald/1477isatest
Yukihiro "Matz" Matsumoto
2013-12-05
remove unnecessary keep size adjustment in stack_extend_alloc(); close #1602
Yukihiro "Matz" Matsumoto
2013-12-04
Add is_a? test to cover issue 1477
Carson McDonald
2013-12-03
avoid top-level pool release at codegen_error() and fixed some memory leaks
Yukihiro "Matz" Matsumoto
2013-12-03
should not access scope after releasing memory pool
Yukihiro "Matz" Matsumoto
2013-12-02
Merge pull request #1601 from carsonmcdonald/srcaptosizet
Yukihiro "Matz" Matsumoto
2013-12-02
Change scapa and rcapa to size_t, use scapa.
Carson McDonald
2013-12-01
Merge pull request #1600 from take-cheeze/mrb_intern_lit
Yukihiro "Matz" Matsumoto
2013-12-01
add mrb_intern_lit for creating symbol from string literal
take_cheeze
2013-12-01
inline mrb_gc_arena_restore() and stack_extend() in VM loop
Yukihiro "Matz" Matsumoto
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-11-27
float objects in pool are objects when MRB_WORD_BOXING is set
Yukihiro "Matz" Matsumoto
2013-11-26
Merge pull request #1599 from kyab/fix_mrb_word_boxing
Yukihiro "Matz" Matsumoto
2013-11-26
Fix build error for MRB_WORD_BOXING
kyab
2013-11-25
Merge pull request #1597 from take-cheeze/mrbcfile
Yukihiro "Matz" Matsumoto
2013-11-26
move debug record size assertion to correct position
take_cheeze
2013-11-26
use mrbc of current build in non cross build
take_cheeze
2013-11-26
append defines instead of assigning
take_cheeze
2013-11-25
add CFLAGS as a fallback from CXXFLAGS; ref #1594
Yukihiro "Matz" Matsumoto
2013-11-25
Merge branch 'modify_toolchains_gcc' of https://github.com/crimsonwoods/mruby...
Yukihiro "Matz" Matsumoto
2013-11-25
remove MRB_PARSER_BUF_SIZE configuration; close #1596
Yukihiro "Matz" Matsumoto
2013-11-24
Merge pull request #1595 from take-cheeze/filename_realloc_fix
Yukihiro "Matz" Matsumoto
2013-11-24
Merge pull request #1593 from perlun/patch-1
Yukihiro "Matz" Matsumoto
2013-11-24
fix realloc error
take_cheeze
2013-11-24
add enable_debug method to MRuby::Build and build debug version in travis-ci
take_cheeze
2013-11-23
Modify referenced environment variables.
crimsonwoods
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
[next]