• 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
de67c32 2012-05-01 23:05:27 Yukihiro Matsumoto

remove round(3) to avoid -std=c99

4fd2604 2012-05-01 18:17:58 Yukihiro Matsumoto

remove ruby_strdup() prototype

4390ff1 2012-05-01 08:14:56 Yukihiro Matsumoto

Makefile: run make at src first

7c90803 2012-05-01 07:41:37 Yukihiro "Matz" Matsumoto

Merge pull request #79 from rystyle/whitespace

rm whitespace mix

4ec6d41 2012-05-01 06:29:19 roco

rm whitespace

6b739d9 2012-05-01 05:54:55 Yukihiro "Matz" Matsumoto

Merge pull request #78 from MobiRuby/remove_ios_tasks

remove ios compile tasks

af4de46 2012-05-01 01:52:28 Yuichiro MASUI

remove ios compile tasks

8982e6b 2012-04-30 23:16:31 Yukihiro "Matz" Matsumoto

Merge pull request #77 from bovi/master

make clean doesn't clean complete

761ed34 2012-04-30 15:42:33 Daniel Bovensiepen

Add dependency file to 'clean' target

db99923 2012-04-30 10:58:36 Yukihiro Matsumoto

build process restructured

f8fb947 2012-04-30 00:27:25 Yukihiro Matsumoto

add -O3 to CFLAGS by default

fc66d30 2012-04-30 00:27:02 Yukihiro Matsumoto

remove bit field from mrb_value

943bef2 2012-04-30 00:08:50 Yukihiro Matsumoto

changed type of mrb_int to plain int by default

0143510 2012-04-30 00:07:39 Yukihiro Matsumoto

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

3725fe6 2012-04-30 00:06:01 Yukihiro Matsumoto

return value of mrb_obj_is_kind_of() should be int (used as boolean); fix #71

ef6c8cd 2012-04-28 23:44:41 Yukihiro "Matz" Matsumoto

Merge pull request #69 from k-tsj/fix-proc-segv

Use mrb_get_args instead of direct stack access

a893a48 2012-04-28 23:39:54 Yukihiro Matsumoto

use readint/readfloat instead of sscanf

0c5eba8 2012-04-28 23:34:11 Yukihiro Matsumoto

strtof() may not be available on some platform; use strtod() then cast to float

8ce5893 2012-04-28 09:45:56 Kazuki Tsujimoto

Use mrb_get_args instead of direct stack access

2b6be16 2012-04-28 00:56:39 Yukihiro "Matz" Matsumoto

Merge pull request #61 from pbhogan/fix-warnings

Fix various warnings

fdd4920 2012-04-28 00:45:33 Yukihiro Matsumoto

accessing out of region; fix #68

21a23c0 2012-04-28 00:32:48 Yukihiro Matsumoto

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

32db0e5 2012-04-28 00:32:34 Yukihiro Matsumoto

struct RString member should not be mrb_value

3afb248 2012-04-27 19:17:46 Yukihiro "Matz" Matsumoto

Merge pull request #67 from mattn/fix_null_deref

Avoid to crash when "mruby -e p"

9e45eb1 2012-04-27 19:15:19 Yukihiro Matsumoto

object iv table can be NULL; close #66

0803a2e 2012-04-27 19:08:32 mattn

Avoid to crash when "mruby -e p"

ee30c5a 2012-04-27 18:31:45 Yukihiro Matsumoto

allow float/double switch

c8f8f83 2012-04-27 18:31:02 Yukihiro Matsumoto

initialize ARGV when program is specified by -e

b9a806f 2012-04-27 18:14:07 Yukihiro "Matz" Matsumoto

Merge pull request #64 from mattn/argv

add ARGV.

6d02f78 2012-04-27 15:06:38 mattn

add ARGV.