Commit Graph

3518 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto 259fcf2ee0 Merge pull request #1384 from xxuejie/customize-build-dir
Allow programmers to specify build path manually
2013-07-16 09:48:52 -07:00
Yukihiro "Matz" Matsumoto 6ee9858b67 Merge pull request #1385 from suzukaze/refactor-return
Repalace int with mrb_bool because a return value is boolean.
2013-07-16 09:38:09 -07:00
Jun Hiroe 8e42868600 Repalace int with mrb_bool because a return value is boolean. 2013-07-15 23:17:12 +09:00
Xuejie "Rafael" Xiao 122770d17f Allow programmers to specify build path manually 2013-07-15 11:43:19 +08:00
Yukihiro "Matz" Matsumoto 18c167b8b5 Merge pull request #1380 from suzukaze/refactor-pool.c
Replace 0 with NULL because struct pointer is set NULL in.
2013-07-14 18:41:12 -07:00
Yukihiro "Matz" Matsumoto f92e983e9c Merge pull request #1381 from suzukaze/refactor2-pool.c
Replace int with mrb_bool because a return value is boolean.
2013-07-14 18:40:50 -07:00
Jun Hiroe efac8db674 Replace int with mrb_bool because a return value is boolean. 2013-07-14 23:51:44 +09:00
Jun Hiroe 65736fa36c Replace 0 with NULL because struct pointer is set NULL in. 2013-07-14 23:42:31 +09:00
Yukihiro "Matz" Matsumoto 56a3952b66 Merge pull request #1379 from suzukaze/refactor-gc.c
Replace 0 with NULL because set NULL in sturct pointer.
2013-07-14 06:00:27 -07:00
Yukihiro "Matz" Matsumoto 8e6ca38416 Merge pull request #1378 from suzukaze/refactor2-vm.c
Replace 0 with FALSE and replace 1 with TRUE.
2013-07-14 06:00:06 -07:00
Yukihiro "Matz" Matsumoto 66161f4723 Merge pull request #1377 from suzukaze/add-comments-in-variable.c
Add comments in variable.c
2013-07-14 05:59:38 -07:00
Yukihiro "Matz" Matsumoto 5b0907b470 Merge pull request #1376 from suzukaze/replace-mrb_intern-in-random.c
Replace mrb_intern() with mrb_intern2() in random.c
2013-07-14 05:58:55 -07:00
Yukihiro "Matz" Matsumoto ebae4dffdf Merge pull request #1375 from suzukaze/replace-mrb_intern
Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr().
2013-07-14 05:57:48 -07:00
Yukihiro "Matz" Matsumoto 8cb31d9f99 Merge pull request #1374 from suzukaze/refactor-vm.c
Replace 0 with NULL because NULL is used in struct pointer.
2013-07-14 05:57:03 -07:00
Jun Hiroe 16031af1e7 Replace 0 with NULL because set NULL in sturct pointer. 2013-07-14 05:27:39 +09:00
Jun Hiroe f7855764bc Replace int with mrb_bool because return a value is boolean. 2013-07-14 05:08:33 +09:00
Jun Hiroe 900b680006 Replace 0 with FALSE and replace 1 with TRUE. 2013-07-14 04:38:22 +09:00
Jun Hiroe 6bab0c65f0 Add comments in variable.c 2013-07-14 04:10:45 +09:00
Jun Hiroe e8b31f286b Replace mrb_intern() with mrb_intern2() in random.c 2013-07-14 01:09:38 +09:00
Jun Hiroe 3cf1a9beae Replace mrb_intern() with mrb_intern2() or mrb_intern_cstr(). 2013-07-14 00:39:21 +09:00
Jun Hiroe 66c5b0d3fa Replace 0 with NULL because NULL is used in struct pointer. 2013-07-14 00:03:28 +09:00
Yukihiro "Matz" Matsumoto 5b3d531d79 singleton class super initialize failed 2013-07-13 23:28:59 +09:00
Yukihiro "Matz" Matsumoto 24fb4bf17a make_metaclass should skip MRB_TT_ICLASS; close #1369 2013-07-13 21:53:00 +09:00
Yukihiro "Matz" Matsumoto cbb06d95b6 Merge pull request #1368 from suzukaze/add-comments-in-opcode.h
Add comments in opcode.h
2013-07-12 18:43:50 -07:00
Yukihiro "Matz" Matsumoto 4e469bf6c1 Merge pull request #1367 from suzukaze/fix-indent-opcode.h
Fix indents in opcode.h.
2013-07-12 18:42:42 -07:00
Yukihiro "Matz" Matsumoto cd05c669ca make_metaclass should skip MRB_TT_ICLASS; close #1369 2013-07-13 10:41:09 +09:00
Jun Hiroe b86409c364 Fix comments in opcode.h 2013-07-12 23:12:28 +09:00
Jun Hiroe dd719383d0 Add comments in opcode.h 2013-07-12 22:18:35 +09:00
Jun Hiroe 31c3c70227 Fix indents in opcode.h. 2013-07-12 21:31:36 +09:00
Yukihiro "Matz" Matsumoto b0d7902a2f Merge pull request #1366 from authorNari/patch-1
add the name 'Narihiro Nakamura'
2013-07-11 21:31:19 -07:00
Narihiro Nakamura 31d4087726 add the name 'Narihiro Nakamura' 2013-07-12 13:05:58 +09:00
Yukihiro "Matz" Matsumoto 4fdb1880af Merge pull request #1365 from suzukaze/refactor-using-REGEXP_CLASS
Refactor codes using REGEXP_CLASS define.
2013-07-11 19:29:55 -07:00
Yukihiro "Matz" Matsumoto 696ce7b2e5 Merge pull request #1364 from suzukaze/refactor-in-mrb-intern
Replace mrb_intern() func with mrb_intern2() or mrb_intern_cstr() func.
2013-07-11 17:24:28 -07:00
Jun Hiroe b8f4e47676 2.Replace mrb_intern() func with mrb_intern2() func or mrb_intern_cstr() func. 2013-07-12 01:32:49 +09:00
Jun Hiroe 87ec819a2c Refactor codes using REGEXP_CLASS define. 2013-07-12 01:12:25 +09:00
Jun Hiroe 883c45b931 Replace mrb_intern() func with mrb_intern2() func or mrb_intern_cstr() func. 2013-07-12 01:00:50 +09:00
Yukihiro "Matz" Matsumoto 2fd57d1519 Merge branch 'master' of github.com:mruby/mruby 2013-07-12 00:24:12 +09:00
Yukihiro "Matz" Matsumoto ea4080e9f2 mark stacks in final_marking; close #1359; close #1362 2013-07-12 00:23:37 +09:00
Yukihiro "Matz" Matsumoto 8b29f10ba9 factor out context stack marking 2013-07-12 00:15:50 +09:00
Yukihiro "Matz" Matsumoto d148f4d573 Merge pull request #1363 from suzukaze/refactor-class.c
Replace mrb_intern() with mrb_intern_cstr().
2013-07-11 06:38:42 -07:00
Jun Hiroe e4e51a8aaa Replace mrb_intern() with mrb_intern_cstr(). 2013-07-11 21:43:58 +09:00
Yukihiro "Matz" Matsumoto 3d792b9762 Merge branch 'kyab-toplevel_ext' 2013-07-11 15:03:56 +09:00
Yukihiro "Matz" Matsumoto 2e1532b88d add mruby-toplevel-ext as default 2013-07-11 15:03:19 +09:00
Yukihiro "Matz" Matsumoto 176f4ffe21 add private/protected/public to main 2013-07-11 14:54:14 +09:00
Yukihiro "Matz" Matsumoto 9ba5c800c2 Merge branch 'toplevel_ext' of https://github.com/kyab/mruby into kyab-toplevel_ext 2013-07-11 14:51:17 +09:00
Yukihiro "Matz" Matsumoto b68ef2e634 add dummy visibility methods (public/protected/private) that do nothing; ref #1357 2013-07-11 14:49:17 +09:00
Yukihiro "Matz" Matsumoto 86bb4899ba Merge pull request #1360 from suzukaze/refactor-string.c
Replace 0 with '\0' as nul terminated string.
2013-07-10 09:22:18 -07:00
Jun Hiroe 39b78ee48c Replace 0 with '\0' as nul terminated string. 2013-07-11 01:08:40 +09:00
Yukihiro "Matz" Matsumoto b8a46227ee put pointer tables before bitmap to avoid alignment issues; ref #1353 2013-07-10 13:14:40 +09:00
Yukihiro "Matz" Matsumoto 1ffd25d572 mrb_bob_missing to use mrb_get_args("n") 2013-07-10 09:37:24 +09:00