• 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
65066f1 2015-08-03 21:20:57 Yukihiro "Matz" Matsumoto

Merge pull request #2907 from hone/path

be able to source with :path for mrbgems

95412ae 2015-08-03 13:24:04 Yukihiro "Matz" Matsumoto

better hash value from enumerables; fix #2906

5c055d6 2015-08-02 22:03:12 Terence Lee

be able to source with :path for mrbgems

52a9712 2015-08-01 16:16:22 Yukihiro "Matz" Matsumoto

link libncurses when there's /usr/include/curses.h; fix #2905

f0040b5 2015-07-30 16:46:31 Yukihiro "Matz" Matsumoto

vm: execute ensure without exception at the top of the fiber; fix #2904

89ebb0c 2015-07-30 16:45:31 Yukihiro "Matz" Matsumoto

vm: execute ensure at the top of the fiber; fix #2903

5b11d51 2015-07-30 10:45:36 Yukihiro "Matz" Matsumoto

Merge pull request #2901 from cremno/fix-ruby-bug-11380

pop cmdarg in lambda body; fix [ruby-bug#11380]

1a98512 2015-07-30 04:05:33 cremno

always call frexp() instead of frexpl()

No values that can only be represented as long double
are passed since mrb_float is either float or double.

ca49936 2015-07-30 03:52:32 cremno

pop cmdarg in lambda body; fix [ruby-bug#11380]

regression introduced by 2fe556d9c039839c20965a2c90dff703f04e40ec

0da057d 2015-07-29 11:44:23 Yukihiro "Matz" Matsumoto

Merge pull request #2900 from joans321/enhance-mrbgem-build

mrbgem compile should be depend on mrbgem.rake

8f3f731 2015-07-29 11:41:32 Yukihiro "Matz" Matsumoto

Merge pull request #2899 from zzak/shallow-clone-mgem

Shallow clone mgem source

923e04c 2015-07-28 06:16:37 Zachary Scott

Shallow clone mgem source

1a8843d 2015-07-27 18:17:00 Yukihiro "Matz" Matsumoto

Merge pull request #2898 from joans321/update-mrbgems-doc

update mrbgems doc

578db29 2015-07-27 13:22:23 xuejianqing

mrbgem compile should be depend on mrbgem.rake

54c853f 2015-07-26 22:52:56 xuejianqing

update mrbgems doc

c916834 2015-07-26 21:08:24 Yukihiro "Matz" Matsumoto

Merge pull request #2897 from joans321/fix-android-gcc-version

fix android compile bug : uninitialized constant GCC_VERSION

007d26f 2015-07-25 19:43:27 xuejianqing

fix android compile bug : uninitialized constant GCC_VERSION

156dd27 2015-07-23 14:41:53 Yukihiro "Matz" Matsumoto

Merge pull request #2896 from sagmor/custom-gcc-version

Add ability to change compiler versions for androideabi

f017044 2015-07-23 09:57:20 Seba Gamboa

Add ability to change compiler versions for androideabi

0f5386d 2015-07-20 11:15:48 Yukihiro "Matz" Matsumoto

Merge pull request #2894 from suzukaze/fix-docs

Fix indents; Indent is two spaces; Delete tabs [skip ci]

18a0900 2015-07-19 23:04:13 Jun Hiroe

Fix indents; Indent is two spaces; Delete tabs [skip ci]

4ebe947 2015-07-18 16:19:27 Yukihiro "Matz" Matsumoto

Merge pull request #2892 from Mav7/master

Added documentation for hash.

6619dc4 2015-07-18 03:43:55 Ralph Desir(Mav7)

Deleted range and string markdowns for now.

f282d94 2015-07-18 03:25:15 Ralph Desir

Update hash.h.md

78a40fc 2015-07-18 03:21:13 Ralph Desir

Update hash.h.md

34fc856 2015-07-17 11:37:30 Yukihiro "Matz" Matsumoto

Merge pull request #2890 from jbreeden/sub_pattern_not_found

Don't crash if pattern not found for sub

08c12ab 2015-07-17 07:33:07 Jared Breeden

Don't crash if pattern not found for sub

26bee4a 2015-07-17 05:25:27 Corey Powell

Added mrb_prepend_module to mruby header

ae1ece7 2015-07-17 05:25:14 Corey Powell

Make include_module_at static

Since I can't forsee any reason to use it directly inplace of using
prepend/include

6c94b2d 2015-07-16 21:56:38 Yukihiro "Matz" Matsumoto

Merge pull request #2889 from takkaw/fix_build_cygwin64

64bit Cygwin also doesn't have frexpl(3)