• 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
0d05555 2015-08-22 19:57:11 INOUE Yasuyuki

Use #nil? instead of == nil.

85f0dd7 2015-08-21 14:56:49 go.kikuta

enum.rb: refactor code (remove redundant code)

931a722 2015-08-21 14:56:49 go.kikuta

array.rb: refactor (use onliner code if possible)

11524f6 2015-08-21 14:54:01 go.kikuta

string.rb: refactor code (remove redundant code)

cb870de 2015-08-21 14:54:00 go.kikuta

numeric.rb: refactor code (Avoid using {...} for multi-line blocks, Surrounding space missing in default value assignment)

cf588bd 2015-08-21 14:54:00 go.kikuta

range.rb: refactor code (use ! instead of not, use favor modifier if and unless usage when having a single-line body)

71f2975 2015-08-20 13:18:05 Yukihiro "Matz" Matsumoto

Merge pull request #2921 from gkta/refactor-array

array.rb: refactor some code

c326f06 2015-08-19 16:17:06 go.kikuta

array.rb: refactor some code

05625cd 2015-08-18 04:09:07 Yukihiro "Matz" Matsumoto

Merge pull request #2920 from cremno/fix-irep-float-dump-format-string-for-mrb_use_float

irep dump: fix format string for MRB_USE_FLOAT

15f2787 2015-08-18 04:08:42 Yukihiro "Matz" Matsumoto

Merge pull request #2919 from cremno/delete-duplicate-definition-of-exception-exception

delete duplicate definition of Exception.exception

eec00cc 2015-08-18 03:51:25 cremno

delete duplicate definition of Exception.exception

It overwrote the original definition in src/error.c, line 446.

ad50a6c 2015-08-18 03:39:24 cremno

fix irep float dump format string for MRB_USE_FLOAT

IEC 60559 single format has 6 to 9 significant decimal digits precision.

However the printf conversion specifier e (and E, of course) already
writes 1 digit - the one before the decimal point - and precision
specifies the number of digits to write after the decimal point.

8e72558 2015-08-17 07:41:21 felixjones

Added mrb_get_argc and mrb_get_mid

a173125 2015-08-12 12:11:43 Yukihiro "Matz" Matsumoto

Merge pull request #2913 from gkta/remove-duplicate-len-check

Remove duplicated RARRAY_LEN check in ary_elt

c7fad5a 2015-08-12 10:20:55 go.kikuta

Remove duplicated RARRAY_LEN check

1fd9dca 2015-08-11 19:24:36 Yukihiro "Matz" Matsumoto

Merge pull request #2912 from gkta/remove-nonneed-tmp-value

Remove non-need tmp value in mrb_obj_to_sym

96c948d 2015-08-11 18:02:12 go.kikuta

Remove non-need tmp value

2574ada 2015-08-11 16:27:48 Yukihiro "Matz" Matsumoto

compiler: allow "class A end" by tweaking the superclass rule like CRuby2.3

e4f32ad 2015-08-10 15:19:32 Yukihiro "Matz" Matsumoto

codegen: don't need to genop(); just update s->iseq directly

dfaff83 2015-08-10 15:11:00 Yukihiro "Matz" Matsumoto

codegen: add peep hole optimization to skip overridden OP_MOVE

b34ee9a 2015-08-10 14:55:48 Yukihiro "Matz" Matsumoto

codegen: reserve stack region for OP_APOST; fix #2824

5af770c 2015-08-10 11:41:01 Yukihiro "Matz" Matsumoto

prevent out-of-bounds ensure clause access; fix #2910

0c7d29d 2015-08-07 15:30:52 Yukihiro "Matz" Matsumoto

FIXABLE() may work wrong on MRB_INT64; fix #2909

4fdf492 2015-08-05 11:28:41 Yukihiro "Matz" Matsumoto

add String#setbyte and String#byteslice to mruby-string-ext

6f745e2 2015-08-04 11:03:27 Yukihiro "Matz" Matsumoto

Merge pull request #2908 from BanzaiMan/ha-feature-containers

Add build on Trusty and OS X

bfcc55f 2015-08-04 09:34:45 Hiro Asari

Try building on Xcode 6.4

The default 6.1 was slow

e3361fb 2015-08-04 09:25:35 Hiro Asari

Add OS X build to the matrix

fca9522 2015-08-04 08:55:44 Hiro Asari

Build matrix of size 2

dd61295 2015-08-04 08:47:49 Hiro Asari

Update package list

996d0c0 2015-08-04 08:22:46 Hiro Asari

Set language, and use the new Trusty env