• 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
8b36709 2012-04-24 17:41:28 Yukihiro Matsumoto

move header files {irep,dump,cdump,ritehash}.h to /include/mruby

2970b6a 2012-04-24 16:03:42 Yukihiro Matsumoto

change type of RString.size from size_t to long

2fc1b8a 2012-04-24 15:59:50 Yukihiro Matsumoto

mv variable.h to mruby/variable.h

a5c0d2a 2012-04-24 11:00:06 Yukihiro Matsumoto

remove st_hash_type comment

d4ef3ba 2012-04-23 18:30:49 Yukihiro Matsumoto

remove code for unsupported taint-mode

1605ec8 2012-04-23 18:25:08 Yukihiro Matsumoto

wrong type argument for mrb_funcall

a45c239 2012-04-23 18:14:18 Yukihiro Matsumoto

fix inheritance chain; fix #41

0e2c8ec 2012-04-23 17:17:14 Yukihiro "Matz" Matsumoto

Merge pull request #44 from unak/__end__

``__END__'' must start at the beginning of the line.

9a5e93b 2012-04-23 17:08:44 NAKAMURA Usaku

``__END__'' must start at the beginning of the line.

daedb2b 2012-04-23 15:49:53 Yukihiro "Matz" Matsumoto

Merge pull request #43 from unak/__end__

Support ``__END__'' as the mark of the end of a script (ISO Ruby).

6db869c 2012-04-23 14:42:05 NAKAMURA Usaku

Support ``__END__'' as the mark of the end of a script (ISO Ruby).

c804875 2012-04-23 11:51:47 mimaki

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

Conflicts:
src/variable.c

8354436 2012-04-23 11:46:16 mimaki

add file header

3f0b987 2012-04-23 10:50:39 Yukihiro "Matz" Matsumoto

Merge pull request #42 from takahashim/fix-clean-mrblib

Force to remove mrblib/mrblib.d

359fe9d 2012-04-23 10:20:36 takahashim

force to remove mrblib/mrblib.d

1f87caa 2012-04-23 09:42:29 snaba

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

cf6e796 2012-04-23 08:58:19 Yukihiro "Matz" Matsumoto

Merge pull request #35 from fceller/master

simple fix for underflow / capture errors and warnings

7feb68e 2012-04-23 08:55:49 Yukihiro "Matz" Matsumoto

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

Fix SEGV when calling Proc object created by Proc.new

484a5f6 2012-04-23 08:45:29 Yukihiro "Matz" Matsumoto

Merge pull request #39 from MobiRuby/make_clean

Fixed to forget to remove some files on 'make clean'

a639479 2012-04-23 08:43:16 Yukihiro Matsumoto

update .gitignore based on pull-request #36

7fdb563 2012-04-23 08:37:56 Yukihiro "Matz" Matsumoto

Merge pull request #40 from w-x-l/master

Ignore files created from building

afefad8 2012-04-23 05:33:12 Wuffers Lightwolf

Ignore files made from build

f9d4a5a 2012-04-23 03:06:01 Yuichiro MASUI

Fixed to forget to remove some files on 'make clean'

5859a20 2012-04-22 19:23:44 Kazuki Tsujimoto

Fix SEGV when calling Proc object created by Proc.new

844d7d4 2012-04-22 15:53:55 Frank Celler

allow errors & warning to be captured

9760b7f 2012-04-22 14:40:31 Frank Celler

simple fix for underflow

fc12552 2012-04-22 06:30:34 Frank Celler

only increment position, if no error has occured

2b9ed5a 2012-04-21 21:08:43 Yukihiro "Matz" Matsumoto

Merge pull request #31 from lucasdicioccio/master

simple typo in a comment

669cfc7 2012-04-21 19:02:12 lucas dicioccio

typo in the node's comment

9676edd 2012-04-21 18:59:02 Yukihiro Matsumoto

replace st.[ch] to remove SIZEOF_ST_INDEX_T