• 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
7e1df10 2012-05-04 18:34:13 Kazuki Tsujimoto

Fix SEGV when returning from terminated method

1c2f374 2012-05-04 18:18:54 Kazuki Tsujimoto

LocalJumpError message contained garbage characters

5a6193f 2012-05-04 13:49:57 Yukihiro Matsumoto

remove unused eval_intern.h; make clean first

300f97a 2012-05-04 09:19:55 Yukihiro Matsumoto

mrb_closure_new uses current irep's nlocals instead of blocks; a patch from @tociyuki

f3599bb 2012-05-03 23:42:38 Yukihiro Matsumoto

library file name renamed to libmruby.a on all platforms

050cb3d 2012-05-03 21:38:35 Yukihiro "Matz" Matsumoto

Merge pull request #92 from bovi/master

Add documentation

93f7924 2012-05-03 21:16:51 Kazuki Tsujimoto

Fix SEGV caused by using the splat operator for non arrays

04f74c9 2012-05-03 18:51:02 Daniel Bovensiepen

Add documentation to Exception

ac21975 2012-05-03 18:46:23 Daniel Bovensiepen

Add documentation to Enumerable

be20e99 2012-05-03 17:43:44 Daniel Bovensiepen

Add documentation to String

1032e9e 2012-05-03 10:35:31 Yukihiro Matsumoto

allow spaces between lambda arrow and
parenthesis. [ruby-dev:45605][Feature #6390]

7e4c545 2012-05-03 08:21:56 Yukihiro Matsumoto

Merge branch 'master' of github.com:mruby/mruby

da9fa23 2012-05-03 07:20:25 Yukihiro "Matz" Matsumoto

Merge pull request #89 from bovi/master

Add documentation for Array, Struct and Kernel

0c6bd79 2012-05-03 07:16:34 Yukihiro Matsumoto

Merge branch 'master' of github.com:mruby/mruby

a53f7f1 2012-05-03 07:16:22 Yukihiro "Matz" Matsumoto

Merge pull request #88 from takahashim/fix-add-header

add header "mruby/data.h" in src/etc.c

91da182 2012-05-02 22:28:54 Daniel Bovensiepen

Add documentation for Struct

2c48bf4 2012-05-02 22:19:00 Daniel Bovensiepen

Add Documentation for Array

514e271 2012-05-02 21:12:05 takahashim

add header "mruby/data.h"

etc.c use DATA_TYPE()

f8e5002 2012-05-02 21:04:20 Yuichiro MASUI

fixed #86 memory alignment error on ARM

3ea3a08 2012-05-02 20:23:52 Daniel Bovensiepen

Add documentation for Kernel

65f6acc 2012-05-02 18:38:58 Yukihiro Matsumoto

remove unused vm_core.h

0026d5f 2012-05-02 16:46:13 Yukihiro Matsumoto

run make -c mrblib from top

af2ceeb 2012-05-02 10:12:11 Yukihiro Matsumoto

Merge branch 'master' of github.com:mruby/mruby

39cf53d 2012-05-02 10:11:56 Yukihiro Matsumoto

rename ritevm.a to mruby.a

9b39ce3 2012-05-02 08:53:52 Yukihiro "Matz" Matsumoto

Merge pull request #83 from carsonmcdonald/symunionfix

Fixed issue with reference to i in union, should have been sym

2fe3ffc 2012-05-02 08:53:13 Yukihiro "Matz" Matsumoto

Merge pull request #82 from bovi/master

Additional Integer Documentation

e1f7617 2012-05-02 08:51:43 Yukihiro Matsumoto

numeric.c: big restructuring; coercing removed, indentation fixed, unnecessary code removed

88cdb52 2012-05-02 02:08:37 Carson McDonald

Fixed issue with reference to i in union, should have been sym

42197ae 2012-05-02 00:43:49 Daniel Bovensiepen

Add some more documentation for Integer

f373169 2012-05-02 00:10:18 Yukihiro Matsumoto

numeric.c: remove dependency to encoding.h