• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mrubyを超漢字で動作させる


RSS
Rev. Time Author
87564dc 2015-09-02 22:56:27 Zachary Scott

Make travis happy

We have do this because mruby's test files are found using MRUBY_ROOT, like this:
mrbs = Dir.glob("#{MRUBY_ROOT}/test/t/*.rb")

74696ff 2015-09-02 22:29:01 Yukihiro "Matz" Matsumoto

Float << and >> should be more compatible to Fixnum

6ddd79f 2015-09-02 21:46:51 Yukihiro "Matz" Matsumoto

ensure must not be called before rescue; fix #2933

a8c5df2 2015-09-02 15:11:17 Yukihiro "Matz" Matsumoto

Merge pull request #2934 from zzak/master

Typo in mruby-bin-debugger/mrbgem.rake

6b32fa6 2015-09-02 15:10:51 Yukihiro "Matz" Matsumoto

Merge pull request #2932 from jbreeden/cpp11_compatibility_fix

C++11 Build Error: C++11 requires a space between literal and identifiers

14f0e4a 2015-09-02 15:09:50 Yukihiro "Matz" Matsumoto

update string.h.md; ref #2931

7ce5b21 2015-09-02 15:08:06 Yukihiro "Matz" Matsumoto

Merge pull request #2931 from Mav7/master

Updated string.h.md

c0ff5b4 2015-09-02 12:43:36 Zachary Scott

Typo in mruby-bin-debugger/mrbgem.rake

5ed13da 2015-09-02 10:12:53 jbreeden

C++ 11 requires a space between literal and identifiers

80598f4 2015-09-02 09:54:27 Zachary Scott

mruby-test should be opt-in

63d2d19 2015-09-02 06:45:53 Seba Gamboa

Expose MRuby source as a gem

8ad8c54 2015-09-02 02:50:27 Ralph Desir

Update string.h.md

64d7dec 2015-09-01 15:01:03 Yukihiro "Matz" Matsumoto

Merge pull request #2930 from suzukaze/version2

Refactor version macros, and add a global const variable

e9b4cb1 2015-09-01 13:55:08 Jun Hiroe

Add a global const variable MRUBY_RELEASE_NO

a2385c0 2015-09-01 13:54:52 Jun Hiroe

Refactor version.h macros

87f1281 2015-09-01 12:45:23 Yukihiro "Matz" Matsumoto

Merge pull request #2929 from Mav7/master

C string.h API documentation.

9257ee6 2015-09-01 12:41:07 Yukihiro "Matz" Matsumoto

Merge pull request #2927 from hone/bintest_subfolders

run bintests within subfolders of bintest/

d78d001 2015-09-01 12:16:45 Ralph Desir

Update string.h.md

b432f12 2015-09-01 07:54:42 Terence Lee

run bintests within subfolders of bintest/

00dd2df 2015-09-01 03:11:17 Ralph Desir

Update string.h.md

a2f6152 2015-08-31 12:55:55 Ralph Desir

Update string.h.md

0f2b364 2015-08-31 09:20:45 Ralph Desir(Mav7)

Added string markdown.

43b9312 2015-08-27 21:55:45 Yukihiro "Matz" Matsumoto

Merge pull request #2925 from suzukaze/test-string-freeze

Add String#freeze test

69e835c 2015-08-27 21:44:56 Jun Hiroe

Add String#freeze test

1a45447 2015-08-27 17:54:30 Yukihiro "Matz" Matsumoto

add String#freeze to the core

133d57c 2015-08-22 23:21:52 Zachary Scott

Add mruby-test build config and update :test task to use mrbgem binary

Removed old mrbgems_test.rake which was merged into mrbgem spec

c7d0f8e 2015-08-22 23:20:15 Zachary Scott

Refactor test/mrbtest.rake and tasks/mrbgems_test.rake into mrbgem.rake

383a7d2 2015-08-22 23:18:12 Zachary Scott

Move test source code and rake task to mrbgem

87e1167 2015-08-22 21:20:36 Yukihiro "Matz" Matsumoto

Merge pull request #2923 from yasuyuki/nil

Use #nil? instead of == nil.

fd2f2f2 2015-08-22 21:19:34 Yukihiro "Matz" Matsumoto

Merge pull request #2922 from gkta/refactor-mrubygem-code

Refactor mrubygem code (range.rb, numeric.rb, string.rb, array.rb, enum.rb)