Commit Graph

15065 Commits

Author SHA1 Message Date
Robert Rowe e47e8a2512 Fix the androideabi toolchain not matching host
The included method of determining the host platform in the androideabi
would not match to windows if RUBY_PLATFORM returned mingw, wince, or
emx. As an added pre-caution, using a case statement with regexp
matching will better determine the host platform since it won't be case
sensitive and for windows is set to match more specifially than just
"win".
2013-07-08 21:16:16 -07:00
Jun Hiroe 948b1716a0 Refactor true_or() and false_and() in object.c. 2013-07-08 22:25:04 +09:00
Yukihiro "Matz" Matsumoto f774e3f929 Merge pull request #1354 from wanabe/call-inherited
call Class#inherited when Class.new(klass)
2013-07-07 17:08:46 -07:00
Yukihiro "Matz" Matsumoto f941dbe78f Merge pull request #1353 from mirichi/khash
khash.h optimizes more.
2013-07-07 17:07:57 -07:00
hoge 71fd1375d2 call Class#inherited when Class.new(klass) 2013-07-07 23:05:37 +09:00
mirichi cdb23edf31 It optimizes more. 2013-07-07 22:17:44 +09:00
Yukihiro "Matz" Matsumoto 06fae56f4b Merge pull request #1352 from k-tsj/change-param-type-to-suppress-warnings
Change parameter type to suppress -Wsign-compare warnings
2013-07-07 05:05:10 -07:00
Yukihiro "Matz" Matsumoto 558139220a Merge pull request #1349 from mirichi/khash
kh_resize_##name bug fixed.
2013-07-07 05:03:59 -07:00
Kazuki Tsujimoto 8ab83f763d Change parameter type to suppress -Wsign-compare warnings 2013-07-07 14:18:37 +09:00
mirichi 550905000c kh_resize_##name bug fixed. 2013-07-07 09:23:50 +09:00
Yukihiro "Matz" Matsumoto 5f74721e02 Merge pull request #1348 from carsonmcdonald/shiftwarningfix
Fix signed/unsigned warning in numeric shift
2013-07-06 10:08:42 -07:00
Carson McDonald 9a5e78ae67 Change width to size_t to fix warning 2013-07-06 08:54:18 -04:00
Carson McDonald 1d27d4e03f Add a few more shift tests 2013-07-06 08:53:40 -04:00
Yukihiro "Matz" Matsumoto bccf1259f5 Merge pull request #1347 from mirichi/khash
khash.h optimize
2013-07-05 19:43:20 -07:00
Yukihiro "Matz" Matsumoto 54ba24061f Merge pull request #1345 from kyab/doc_update_verbose
[doc]Introduce ./minirake -v
2013-07-05 19:40:47 -07:00
Yukihiro "Matz" Matsumoto 850e703e1e Merge pull request #1346 from kyab/doc_update_gem_pull
[doc]Introduce ./minirake --pull_gems
2013-07-05 19:40:21 -07:00
Yukihiro "Matz" Matsumoto a0088cac3c Merge pull request #1344 from suzukaze/fix-indent-in-object.c
Fix indents in object.c.
2013-07-05 19:39:39 -07:00
Yukihiro "Matz" Matsumoto 6be55e9a46 Merge pull request #1343 from suzukaze/refactor-range-c
Refactor mrb_range_beg_len() func in range.c
2013-07-05 19:39:08 -07:00
Yukihiro "Matz" Matsumoto e9e04e52a8 Merge pull request #1342 from suzukaze/add-name-in-AUTHORS
Add the name 'Jun Hiroe' in AUTHORS.
2013-07-05 19:38:44 -07:00
mirichi 00353a3c42 khash optimize 2013-07-06 09:10:42 +09:00
mirichi c3e81aca65 Merge remote-tracking branch 'upstream/master' 2013-07-06 08:31:01 +09:00
kyab 63c369e862 [doc]Introduce ./minirake --pull_gems 2013-07-05 22:44:27 +09:00
kyab 3a55ab33eb [doc]Introduce ./minirake -v 2013-07-05 22:34:52 +09:00
Jun Hiroe 2f62f74d0d Fix indents in object.c. 2013-07-05 21:53:00 +09:00
Jun Hiroe 780930cbf5 Refactor mrb_range_beg_len() func in range.c 2013-07-05 21:21:17 +09:00
Jun Hiroe 775c2d81b7 Add the name 'Jun Hiroe' in AUTHORS. 2013-07-05 21:00:15 +09:00
Yukihiro "Matz" Matsumoto d4b8fdd7a5 Merge branch 'master' of github.com:mruby/mruby 2013-07-05 10:31:49 +09:00
Yukihiro "Matz" Matsumoto 573c9913a1 resolve AUTHORS conflict 2013-07-05 10:31:15 +09:00
Yukihiro "Matz" Matsumoto f6bed3aa3a Merge pull request #1339 from suzukaze/add-comments-in-mruby-h
Add comments in mrb_state struct.
2013-07-04 18:29:24 -07:00
Yukihiro "Matz" Matsumoto 8c838b0700 name format updated for MATSUMOTO Ryosuke 2013-07-05 10:28:33 +09:00
Yukihiro "Matz" Matsumoto 7df8f0656b Merge pull request #1341 from mattn/yet_another_matsumoto
Add yet another Matsumoto(s)
2013-07-04 18:26:55 -07:00
mattn e8a20cb2a1 Add yet another Matsumoto 2013-07-05 09:52:04 +09:00
kyab 3b22597274 Could you add me to AUTHORS? 2013-07-04 22:18:27 +09:00
kyab 8eab806da8 Add --pull_gems option to minirake 2013-07-04 22:09:05 +09:00
Jun Hiroe f40bd6cb47 Add comments in mrb_state struct. 2013-07-04 21:17:20 +09:00
Yukihiro "Matz" Matsumoto 4c8fd5210e Merge pull request #1337 from suzukaze/add-comments-in-class-c
Add comments in mrb_get_args() func.
2013-07-03 08:59:07 -07:00
Yukihiro "Matz" Matsumoto fb44a674fb Merge pull request #1336 from carsonmcdonald/warnfix3
More unsigned signed warning fixes
2013-07-03 08:56:40 -07:00
Jun Hiroe db678329c0 Add comments in mrb_get_args() func. 2013-07-03 21:28:24 +09:00
Carson McDonald e57da6ae2a Fix signed/unsigned warning, size_t for start_index was discarded. 2013-07-03 07:15:30 -04:00
Carson McDonald c7f9ac79b7 Fix signed/unsigned warning. 2013-07-03 07:07:44 -04:00
Carson McDonald 2afae56c8e Fix signed/unsigned warning, make pcapa a size_t 2013-07-03 06:52:19 -04:00
Yukihiro "Matz" Matsumoto 228bab85d6 Merge pull request #1334 from suzukaze/refactor-class-c
Refactor mrb_define_class() method in class.c.c
2013-07-02 12:48:23 -07:00
Jun Hiroe 799dd0b777 Refactor mrb_define_class() method in class.c.c 2013-07-03 00:13:57 +09:00
kyab 6a21667602 Add include for toplevel self(main) 2013-07-02 23:50:35 +09:00
Yukihiro "Matz" Matsumoto a77a638d5d Merge pull request #1328 from h2so5/add-object-instance-exec
Add Object#instance_exec
2013-07-02 04:15:50 -07:00
Yukihiro "Matz" Matsumoto 3e94ced5c5 Merge pull request #1332 from suzukaze/refactor-array-c
Refactor mrb_ary_equal() func and mrb_ary_eql() func in array.c.
2013-07-02 04:12:45 -07:00
Yukihiro "Matz" Matsumoto 262fe15c06 Merge pull request #1331 from suzukaze/add-range-test
Add Range#eql? test case.
2013-07-02 04:11:40 -07:00
Yukihiro "Matz" Matsumoto b119330158 Merge pull request #1330 from suzukaze/refactor-gc-c
Refactor mrb_realloc() func in gc.c.
2013-07-02 04:11:04 -07:00
Yukihiro "Matz" Matsumoto 4fce956f3f Merge pull request #1329 from carsonmcdonald/unsignedsignedfix2
Unsigned signed warning fixes
2013-07-02 04:10:13 -07:00
Jun Hiroe 72892cb14a Refactor mrb_ary_eql() func in array.c. 2013-07-01 23:53:48 +09:00