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
/
test
Age
Commit message (
Expand
)
Author
2013-04-10
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-04-09
although I understand the intntion of 039679f1, consuming all memory in the t...
Yukihiro "Matz" Matsumoto
2013-04-06
Add a comment. Kernel#require is defined in the mrbgem.
Masaki Muranaka
2013-04-06
Add some tests.
Masaki Muranaka
2013-04-05
Fix exit
mattn
2013-04-04
Add one more test for NameError#initialize. As we support NameError#name.
Masaki Muranaka
2013-04-04
Add test for NameError#name
Masaki Muranaka
2013-04-02
Add comments: some methods is defined in mrbgems.
Masaki Muranaka
2013-04-02
Add comments: eval method is defined in mrbgems.
Masaki Muranaka
2013-04-02
Add "Comparable" to labels.
Masaki Muranaka
2013-04-02
Add test cases.
Masaki Muranaka
2013-04-01
bugfix: Kernel#!=, and add #!= testcase.
Kouki Ooyatsu
2013-03-27
resolve conflict from #964
Yukihiro Matz Matsumoto
2013-03-24
Add stdio.h. This is just for now. We should discuss about remote tests later.
Masaki Muranaka
2013-03-19
%I %i literal
FUKUZAWA-Tadashi
2013-03-17
bugfix about escaping '\n'
FUKUZAWA-Tadashi
2013-03-17
refactor heredoc identifier
FUKUZAWA-Tadashi
2013-03-17
implement literal %W %w %s
FUKUZAWA-Tadashi
2013-03-17
resolve conflict from #1017
Yukihiro Matz Matsumoto
2013-03-17
refine abf1b18 to remove nested if
Yukihiro Matz Matsumoto
2013-03-16
Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...
Masaki Muranaka
2013-03-16
Remove unused string.h.
Masaki Muranaka
2013-03-16
Remove strncmp(). It enables to process various options.
Masaki Muranaka
2013-03-13
Cut off eval_test from main
kano4
2013-03-12
Add static declaration
kano4
2013-03-08
Change unsigned char to uint8_t
Yuichiro MASUI
2013-03-08
New mrb format. The detail is in https://github.com/mruby/mruby/issues/944
Yuichiro MASUI
2013-03-03
implement heredoc
FUKUZAWA-Tadashi
2013-03-02
bugfix: assert_raise
Akira Yumiyama
2013-03-01
Pluggable Struct
mattn
2013-02-28
Move Math::TOLERANCE to mruby-math
Daniel Bovensiepen
2013-02-28
Pluggable Math
mattn
2013-02-27
Merge pull request #889 from mattn/pluggable_time
Yukihiro "Matz" Matsumoto
2013-02-27
Increase TEST_INFINITE_RECURSION_MAX value from 100000 to 1000000 because mod...
Masamitsu MURASE
2013-02-26
Pluggable Time class
mattn
2013-02-25
Add skip method for test
mattn
2013-02-25
rename assert_raises to assert_raise
Yukihiro Matz Matsumoto
2013-02-25
remove assert_instance_of and assert_kind_of which might hinder duck typing
Yukihiro Matz Matsumoto
2013-02-25
rename assert_includes to assert_include
Yukihiro Matz Matsumoto
2013-02-25
Merge branch 'pr-mrbtest-assert-ext' of https://github.com/iij/mruby into iij...
Yukihiro Matz Matsumoto
2013-02-25
Add more tests for `begin` and `rescue`.
Masamitsu MURASE
2013-02-23
Support to build on pwd != mruby source root
Yuichiro MASUI
2013-02-22
add assert_{includes,instance_of,kind_of,raises} methods.
Akira Yumiyama
2013-02-20
update String#gsub test
Akira Yumiyama
2013-02-18
adopt String#gsub to fixed split behavior
Yukihiro Matz Matsumoto
2013-02-17
Merge pull request #849 from iij/pr-mrbtest-assert-ext
Yukihiro "Matz" Matsumoto
2013-02-18
add assert_{true,nil,equal} methods.
Akira Yumiyama
2013-02-17
Merge pull request #847 from bovi/gsub
Yukihiro "Matz" Matsumoto
2013-02-17
String#gsub fix with last character
Daniel Bovensiepen
2013-02-16
Add Module#remove_const test
Daniel Bovensiepen
[next]