Commit Graph

2471 Commits

Author SHA1 Message Date
Carson McDonald c261fffa68 Fix typo 2013-03-11 09:12:33 -04:00
Yukihiro "Matz" Matsumoto d41e13e25d Merge pull request #974 from masuidrive/change_default_gem_path
Change default gem path.
2013-03-10 08:00:17 -07:00
Yuichiro MASUI ab8a5aa572 Change default gem path. 2013-03-10 14:51:59 +09:00
Yukihiro Matz Matsumoto b783311ec4 Merge branch 'master' of github.com:mruby/mruby 2013-03-09 00:39:45 +09:00
Yukihiro Matz Matsumoto 318ad9c802 OP_ARRAY may overflow ARG_C 2013-03-09 00:39:08 +09:00
Yukihiro "Matz" Matsumoto 3c5bf780e4 Merge pull request #970 from masuidrive/fix_building_script
Fixed #969
2013-03-08 05:43:49 -08:00
Yukihiro "Matz" Matsumoto cec28739ae Merge pull request #968 from kouki-o-iij/pr-mrbgem-numeric-ext
add mrbgems/ext/mruby-numeric, and method: Integer#chr
2013-03-08 05:43:07 -08:00
Yukihiro "Matz" Matsumoto c881a6a264 Merge pull request #967 from iij/pr-string-strip
add "strip" family methods of String to mruby-string-ext
2013-03-08 05:41:03 -08:00
Yuichiro MASUI d1359e7a6f Fixed #969 2013-03-08 21:37:27 +09:00
Kouki Ooyatsu d3ff90f5fc fix comment 2013-03-08 10:42:28 +09:00
Kouki Ooyatsu 6dfc276230 add Integer#chr test case: multibyte (raise RangeError) 2013-03-08 10:42:18 +09:00
Kouki Ooyatsu 6c066302e2 add mrbgems/ext/mruby-numeric, and method: Integer#chr 2013-03-08 10:05:41 +09:00
Tomoyuki Sahara 11edea3880 add "strip" family to String. 2013-03-08 09:45:04 +09:00
Yukihiro "Matz" Matsumoto aa73a1068f Merge pull request #966 from monaka/pr-add-dump-method-to-String-class
Add String#dump method.
2013-03-07 15:25:57 -08:00
Yukihiro "Matz" Matsumoto f9fd5d9d1b Merge pull request #965 from cremno/mrbc-multiple-outfiles-mem-leak
mrbc: exit if "-o" is specified multiple times
2013-03-07 15:25:11 -08:00
Masaki Muranaka 63a56ddd31 Add String#dump method. 2013-03-08 06:30:42 +09:00
Yukihiro Matz Matsumoto cdd41a33de unify mrb_ary_new{,_elts,_from_values}; mrb_ary_from_values() is a winner 2013-03-08 05:18:33 +09:00
Cremno 245c095da7 mrbc: exit if outfile is specified multiple times 2013-03-07 19:45:57 +01:00
Yukihiro "Matz" Matsumoto 7d47096434 Merge pull request #962 from masahino/fix_branch_option
fix handling of :branch option of gem.conf
2013-03-07 06:49:02 -08:00
Yukihiro "Matz" Matsumoto 7ce2d26364 Merge pull request #963 from skandhas/pr-add-mrbgems-mruby-string-ext
add mrbgems/mruby-string-ext, and method: String#getbyte
2013-03-07 06:21:52 -08:00
Yukihiro "Matz" Matsumoto 9736d44d5c Merge pull request #961 from monaka/pr-support-user-defined-loadable-build
Add Support to build loadable modules defined in mrbgems.
2013-03-07 06:20:24 -08:00
skandhas 7cd583ef27 add mrbgems/mruby-string-ext, and method: String#getbyte 2013-03-07 21:47:00 +08:00
masahino f210480652 fix handling of :branch option of gem.conf 2013-03-07 22:43:50 +09:00
Masaki Muranaka a0102317b4 Apply @masuidrive's review point. @bins should be Array. 2013-03-07 16:02:20 +09:00
Masaki Muranaka cb2ad2c439 Add Support to build loadable modules defined in mrbgems. 2013-03-07 14:23:26 +09:00
Yukihiro Matz Matsumoto 2e95f638cd Cut off mrb_irep_free from mrb_close; based on a patch from @matsumoto-r; close #951 2013-03-06 15:22:46 +09:00
Yukihiro "Matz" Matsumoto 9e8f254fb0 Merge pull request #957 from mattn/no_ambiguous
Remove warning for regexp
2013-03-05 22:01:35 -08:00
Yukihiro "Matz" Matsumoto 6b2b6b15b2 Merge pull request #954 from carsonmcdonald/arrcrashfix
Add null check after mrb_realloc for array
2013-03-05 21:59:43 -08:00
mattn 1d42e8caa8 Remove warning for regexp 2013-03-06 14:40:39 +09:00
Carson McDonald f792552a5e Add null check after mrb_realloc for array 2013-03-05 15:22:10 -05:00
Yukihiro "Matz" Matsumoto 6d0e2519dd Merge pull request #952 from kano4/master
Add include guard in node.h and Replace tabs with spaces
2013-03-05 06:22:43 -08:00
kano4 4bc4380335 Add include guard in node.h 2013-03-05 23:09:34 +09:00
kano4 fbbe6309fc Replace tabs with spaces 2013-03-05 23:06:44 +09:00
Yukihiro "Matz" Matsumoto 83c5274a71 Merge pull request #949 from mattn/find_symbol
Skip end of loop in mrb_sym2name_len
2013-03-04 23:59:18 -08:00
Yukihiro "Matz" Matsumoto f962068d40 Merge pull request #950 from monaka/pr-remove-macro-RB_GC_GUARD
Remove RB_GC_GUARD(x) macro.
2013-03-04 23:58:09 -08:00
Yukihiro Matz Matsumoto 4433bde8b0 skip empty OP_STRCAT 2013-03-05 16:56:25 +09:00
Masaki Muranaka 95c34a90ca Remove RB_GC_GUARD(x) macro. See also mruby/mruby#948. 2013-03-05 13:00:17 +09:00
mattn 9d3a864a86 Skip end of loop in mrb_sym2name_len 2013-03-05 10:48:05 +09:00
Yukihiro "Matz" Matsumoto 5a153851c3 Merge pull request #947 from monaka/pr-cleanup-stdio-calls-20130304
Cleanup stdio related.
2013-03-04 15:49:08 -08:00
Yukihiro "Matz" Matsumoto f074951ada Merge pull request #946 from monaka/pr-add-more-accessor-to-mrbgem_spec
Add accessor: version, description, summary, homepage.
2013-03-04 15:47:10 -08:00
Masaki Muranaka 61c16b4db4 Add accessor: version, description, summary, homepage. 2013-03-05 02:10:22 +09:00
Yukihiro Matz Matsumoto 21847865b1 use mrb_str_buf_new to create a buffer to be used by mrb_str_buf_cat 2013-03-05 01:45:13 +09:00
Masaki Muranaka 0e662e3bcd Make some printf enclose in #ifdef ENABLE_STDIO. 2013-03-05 01:43:57 +09:00
Yukihiro "Matz" Matsumoto a165fce1f2 Merge pull request #937 from monaka/pr-remove-snprintf-from-localjump_error
Reduce a snprintf() call in localjump_error().
2013-03-04 08:41:46 -08:00
Masaki Muranaka 6ae3a1b83e Modify API configuration.
C API mrb_p() is always callable.
  - But it will do nothing when ENABLE_STDIO is not defined.

  Kernel#__printstr__ is always callable.
  - But it will do nothing when ENABLE_STDIO is not defined.
2013-03-05 01:38:51 +09:00
Masaki Muranaka 5a025813b5 Include stdio.h in mrbconf.h instead of C extension sources. 2013-03-05 01:38:51 +09:00
Yukihiro "Matz" Matsumoto ec70b2ab4d Merge pull request #945 from carsonmcdonald/refguidelines
Added a link to the contribution guidelines in the README
2013-03-04 08:24:36 -08:00
Carson McDonald e301d7efd4 Added a link to the contribution guidelines in the README 2013-03-04 11:06:39 -05:00
Yukihiro Matz Matsumoto aa98c575f5 proper irep pool duplication check for strings 2013-03-05 00:34:23 +09:00
Yukihiro Matz Matsumoto 6be56ef1fb save/restore arena index for each codedump iteration 2013-03-05 00:32:38 +09:00