• 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. Hora Autor
18eb0e7 brightv-port 2014-07-19 20:33:16 ornse01

temporary comment out testing '__FILE__' syntax.
this fail in building at directory which differ from mruby source.

903c084 2014-07-08 00:38:12 ornse01

add array length for gcc 2.95.2

5c50bcd 2014-07-06 21:00:57 Yukihiro "Matz" Matsumoto

reformat else part; ref #2447

1300770 2014-07-06 19:30:29 Yukihiro "Matz" Matsumoto

Merge pull request #2447 from take-cheeze/reduce_ary_clear_alloc

Reduce allocation in shared RArray clearing.

6cbcbd5 2014-07-05 21:10:02 take_cheeze

Reduce allocation in shared RArray clearing.

c16bb3f 2014-07-04 21:52:51 Yukihiro "Matz" Matsumoto

Merge pull request #2446 from take-cheeze/fix_mrb_flo_to_fixnum

Fix type checking in `mrb_flo_to_fixnum`.

a50464f 2014-07-04 16:16:06 take_cheeze

Fix type checking in `mrb_flo_to_fixnum`.

742f857 2014-07-03 23:41:47 Yukihiro "Matz" Matsumoto

Merge pull request #2444 from take-cheeze/fix_mrb_hash_tbl

Always return non-NULL in `mrb_hash_tbl`.

77aefa1 2014-07-03 22:56:15 take_cheeze

Always return non-NULL in `mrb_hash_tbl`.

d2910a1 2014-07-03 21:45:28 Yukihiro "Matz" Matsumoto

Merge pull request #2442 from suzukaze/use-mrb-str-nofree-macro

Use RSTR_NOFREE_P in state.c

65512f6 2014-07-03 21:44:02 Yukihiro "Matz" Matsumoto

Merge pull request #2443 from suzukaze/use-mrb-str-emebed-macro

Use *_EMBED_* macro in state.c

628615d 2014-07-03 21:43:12 Yukihiro "Matz" Matsumoto

Merge pull request #2432 from take-cheeze/toolchains

Add method `toolchains` and `primary_toolchain` to `MRuby::Build`.

569ea74 2014-07-03 18:26:42 Jun Hiroe

Use *_EMBED_* macro in state.c

bd82d7c 2014-07-03 18:10:51 Jun Hiroe

Use RSTR_NOFREE_P in state.c

9a5f98f 2014-07-03 08:49:05 Yukihiro "Matz" Matsumoto

Merge pull request #2440 from suzukaze/add-pr-docs2

Add a caution to Your Pull Request document. (suggested by Matz) close #2437

9548678 2014-07-03 08:27:18 Jun Hiroe

Add a caution to Your Pull Request document.

d8cc39e 2014-07-03 08:12:05 Yukihiro "Matz" Matsumoto

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

f452abd 2014-07-03 08:11:52 Yukihiro "Matz" Matsumoto

fiber stack should not be cleared by zero when MRB_NAN_BOXING is set; close #2439

9943894 2014-07-03 07:19:53 Yukihiro "Matz" Matsumoto

Merge pull request #2438 from AE9RB/upstream

Ensure RVALUE is large enough for word boxing types.

5486e89 2014-07-03 01:50:38 David Turnbull

Ensure RVALUE is large enough for word boxing types.

bcfcbc9 2014-07-02 22:21:50 Yukihiro "Matz" Matsumoto

Merge pull request #2436 from take-cheeze/mrb_args_arg

Use `MRB_ARGS_ARG(n, o)` instead of `MRB_ARGS_REQ(n) | MRB_ARGS_OPT(o)`.

8106760 2014-07-02 21:11:12 take_cheeze

Use `MRB_ARGS_ARG(n, o)` instead of `MRB_ARGS_REQ(n) | MRB_ARGS_OPT(o)`.

e749267 2014-07-02 10:28:10 Yukihiro "Matz" Matsumoto

time overflow check; ref #2337

ad50277 2014-07-02 09:13:37 Yukihiro "Matz" Matsumoto

Merge pull request #2434 from AE9RB/master

Fix MRB_WORD_BOXING by correctly telling GC which mrb_value types are im...

ed5c13b 2014-07-02 07:23:23 David Turnbull

Fix MRB_WORD_BOXING by correctly telling GC which mrb_value types are immediate.

aa441c2 2014-07-02 00:15:09 Yukihiro "Matz" Matsumoto

Merge pull request #2433 from take-cheeze/mirb_bool_val

Use `TRUE` instead of `1` in mirb code.

a656daf 2014-06-30 23:26:23 take_cheeze

Use `TRUE` instead of `1` in mirb code.

ef57fd5 2014-06-29 20:32:12 take_cheeze

Add method `toolchains` and `primary_toolchain` to `MRuby::Build`.
* To check imported toolchains for setting up toolchain specific things.
* `primary_toolchain` returns the main toolchain name of the build.

618ef17 2014-06-29 18:40:20 Yukihiro "Matz" Matsumoto

Merge pull request #2431 from ksss/warning-objectspace

Reduce warning for enumeration

bdbc1f0 2014-06-29 09:52:18 ksss

Reduce warning for enumeration

22 enumeration values not handled in switch: 'MRB_TT_FALSE',
'MRB_TT_FREE', 'MRB_TT_TRUE'... [-Wswitch]