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-08-23
add mrb_string_type().
Tomoyuki Sahara
2013-08-19
Merge pull request #1481 from suichu/patch
Yukihiro "Matz" Matsumoto
2013-08-19
add x86_64-darwin host platform.
taku toyama
2013-08-18
Merge pull request #1480 from wanabe/patch-1
Yukihiro "Matz" Matsumoto
2013-08-19
android doesn't have log2
wanabe
2013-08-18
Merge pull request #1479 from chenyukang/remove_return
Yukihiro "Matz" Matsumoto
2013-08-18
remove unnecessary return
Yukang
2013-08-14
Merge pull request #1475 from carsonmcdonald/fixparseerror
Yukihiro "Matz" Matsumoto
2013-08-14
Fix return block argument error
Carson McDonald
2013-08-15
use newer DATA API
Yukihiro "Matz" Matsumoto
2013-08-15
remove Ruby defined Class#new
Yukihiro "Matz" Matsumoto
2013-08-15
remove alloc from Time class
Yukihiro "Matz" Matsumoto
2013-08-15
redesign mruby/data.h API; use DATA_PTR() for raw data pointer, DATA_GET_PTR(...
Yukihiro "Matz" Matsumoto
2013-08-15
implement Class.new in C again
Yukihiro "Matz" Matsumoto
2013-08-15
add compatibility macro mrb_class_new_instance()
Yukihiro "Matz" Matsumoto
2013-08-14
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-08-14
check d->type before accessing d->type->dfree; #1474 #858
Yukihiro "Matz" Matsumoto
2013-08-14
define allocation method for Time class; close #1474
Yukihiro "Matz" Matsumoto
2013-08-14
Merge pull request #1473 from carsonmcdonald/fixclassnew
Yukihiro "Matz" Matsumoto
2013-08-14
longjmp too far when exception raised from C function called from mrb_funcall()
Yukihiro "Matz" Matsumoto
2013-08-13
Test for Class#inherited
Carson McDonald
2013-08-13
Fix inerited to inherited
Carson McDonald
2013-08-13
Add test for Class.new(*args)
Carson McDonald
2013-08-13
Merge pull request #1472 from JackDanger/jackdanger/add-line-numbers-to-irb
Yukihiro "Matz" Matsumoto
2013-08-13
Merge pull request #1470 from carsonmcdonald/morefixfor1467
Yukihiro "Matz" Matsumoto
2013-08-13
Merge pull request #1469 from carsonmcdonald/removedebug
Yukihiro "Matz" Matsumoto
2013-08-13
Adding line numbers to the output of mirb.
Jack Danger Canty
2013-08-13
Add two tests for issue #1467
Carson McDonald
2013-08-13
This check and class change is redundant because it is done in class.c#mrb_in...
Carson McDonald
2013-08-13
Remove debug printf
Carson McDonald
2013-08-14
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-08-14
ci->target_class should point to ICLASS, not MODULE; close #1467
Yukihiro "Matz" Matsumoto
2013-08-13
Merge pull request #1468 from suzukaze/add-array-test
Yukihiro "Matz" Matsumoto
2013-08-13
I add ISO test '15.2.12.3' included modules in Arrray
Jun Hiroe
2013-08-13
define Class#new in ruby to call #initialize
Yukihiro "Matz" Matsumoto
2013-08-12
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-08-12
Merge pull request #1460 from Fleurer/fix-1459
Yukihiro "Matz" Matsumoto
2013-08-12
fix #1459
fleuria
2013-08-11
Merge pull request #1458 from suzukaze/fix-iso-no-in-string-class
Yukihiro "Matz" Matsumoto
2013-08-12
use CHAR_BIT instead of bare 8
Yukihiro "Matz" Matsumoto
2013-08-12
move (void) cast after declarations
Yukihiro "Matz" Matsumoto
2013-08-11
I fix ISO No in String class in comparison with ISO_IEC_30170_2012(E)-Charact...
Jun Hiroe
2013-08-10
Silence 'unused parameter' warnings
Jonas Kulla
2013-08-09
Merge pull request #1450 from Fleurer/cleanup-warninigs
Yukihiro "Matz" Matsumoto
2013-08-09
def statement and define_method now return symbol a la Ruby2.1
Yukihiro "Matz" Matsumoto
2013-08-09
clean up the warnings when GC_PROFILE is on
fleuria
2013-08-09
remove duplicated incremental_gc_until() in generational GC; #1449
Yukihiro "Matz" Matsumoto
2013-08-09
Merge pull request #1449 from Fleurer/fix-comment-for-major-gc
Yukihiro "Matz" Matsumoto
2013-08-09
add comments for major GC
fleuria
2013-08-08
Merge pull request #1448 from cremno/bison-3.0-pure_parser-warning
Yukihiro "Matz" Matsumoto
[next]