• 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
580b026 2012-05-06 19:24:39 Daniel Bovensiepen

Some fixes for the Documentation of Hash and Kernel

dea4ccd 2012-05-06 19:16:26 Daniel Bovensiepen

Add documentation to Range

b032acd 2012-05-06 19:16:02 Daniel Bovensiepen

Modify documentation of Numeric

55f143d 2012-05-06 19:15:38 Daniel Bovensiepen

Add documentation to Kernel

8f4c1af 2012-05-06 19:15:23 Daniel Bovensiepen

Add documentation to Hash

b584bb7 2012-05-06 19:15:02 Daniel Bovensiepen

Modify documentation of Array

4f9a7e9 2012-05-06 02:15:25 Yukihiro Matsumoto

test_time should pass

56817a9 2012-05-06 02:14:51 Yukihiro Matsumoto

mrb_get_arg(i/f) should set zero from nil

6f532a0 2012-05-06 00:54:37 Yukihiro "Matz" Matsumoto

Merge pull request #93 from k-tsj/fix-splat-segv

Fix SEGV caused by using the splat operator for non arrays

88d7697 2012-05-06 00:53:40 Yukihiro Matsumoto

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

b0e94d8 2012-05-06 00:52:22 Yukihiro Matsumoto

Time class available; based on code from @beoran; sorry for jumbo patch

912d89d 2012-05-06 00:25:09 Yukihiro "Matz" Matsumoto

Merge pull request #100 from k-tsj/remove-debug-message

Remove debug message

55da4cd 2012-05-06 00:18:46 Yukihiro Matsumoto

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

ef8fe62 2012-05-05 16:32:25 Kazuki Tsujimoto

Remove debug message

803dcb5 2012-05-05 09:03:16 Yukihiro Matsumoto

more hash refactored

e0460c1 2012-05-05 08:55:58 Yukihiro Matsumoto

hash refactored

c9a51c4 2012-05-05 07:59:15 Yukihiro Matsumoto

use int8_t for tt

53d8339 2012-05-05 07:49:10 Yukihiro Matsumoto

remove unused argc check

bf66528 2012-05-05 07:48:36 Yukihiro Matsumoto

typo fixed

a18ab06 2012-05-05 07:46:33 Yukihiro Matsumoto

mrb_get_args(i) should convert using to_int

b780e63 2012-05-05 07:41:02 Yukihiro Matsumoto

mrb_get_args(f) should convert using to_f

eac8e4a 2012-05-05 00:21:23 Yukihiro Matsumoto

move mrb_obj_is_instance_of from range.c to kernel.c

885cb32 2012-05-05 00:14:56 Yuichiro MASUI

add Object.const_missing

0248ea5 2012-05-04 23:18:02 Yukihiro Matsumoto

remove unused ruby_xfree

264f500 2012-05-04 23:16:05 Yukihiro Matsumoto

make convert_type private

e806f55 2012-05-04 22:39:21 Yukihiro Matsumoto

move mrb_str_new prototype to mruby.h

91a9054 2012-05-04 21:23:34 Yukihiro "Matz" Matsumoto

Merge pull request #96 from k-tsj/fix-return-segv

Fix SEGV when returning from terminated method

f255d33 2012-05-04 21:19:36 Yukihiro "Matz" Matsumoto

Merge pull request #97 from k-tsj/fix-include-segv

Fix SEGV when including an object other than Module

428e45b 2012-05-04 21:03:43 Yukihiro "Matz" Matsumoto

Merge pull request #95 from k-tsj/fix-localjumperror-message

LocalJumpError message contained garbage characters

6545fe2 2012-05-04 19:57:02 Kazuki Tsujimoto

Fix SEGV when including an object other than Module