Commit Graph

1436 Commits

Author SHA1 Message Date
Daniel Bovensiepen d6f2f55b46 Add Support for Ruby Extensions, C Extensions and Test Integration 2012-09-21 19:56:28 +08:00
Daniel Bovensiepen f93572c531 Optimize Makefile 2012-09-20 18:41:16 +08:00
Daniel Bovensiepen 3d323802de Merge remote-tracking branch 'upstream/master' into mrbgems 2012-09-20 18:40:31 +08:00
Yukihiro Matsumoto 15cf8fdea4 Merge branch 'master' of github.com:mruby/mruby 2012-09-20 18:27:08 +09:00
Yukihiro Matsumoto 44b28a83f8 OP_CALL for cfunc must restore callinfo; close #476 2012-09-20 18:26:51 +09:00
Daniel Bovensiepen a8d418d5b1 Remove TODO. This point is finished 2012-09-20 01:35:57 +08:00
Daniel Bovensiepen 9a11c45e64 Integrate tests into mrbgems 2012-09-20 01:31:26 +08:00
Daniel Bovensiepen 19fa4a0993 Add default makefile for Gems 2012-09-20 00:27:56 +08:00
Daniel Bovensiepen ab548b1c19 add hello world test program 2012-09-19 23:18:35 +08:00
Daniel Bovensiepen e7425584e3 Modify information messages 2012-09-19 23:01:13 +08:00
Daniel Bovensiepen 48c84cbc2e Ignore generated files 2012-09-19 09:39:45 +09:00
Daniel Bovensiepen c0ff4fed3b Merge remote-tracking branch 'upstream/master' into mrbgems 2012-09-19 09:36:35 +09:00
Daniel Bovensiepen 17c877011d Some additional changes to compile properly 2012-09-19 09:34:24 +09:00
Daniel Bovensiepen ea68cb1beb remove second gem 2012-09-19 07:41:02 +09:00
Daniel Bovensiepen c6a520c6b5 Built generator for an variable amount of gems 2012-09-19 07:27:07 +09:00
Yukihiro "Matz" Matsumoto 1afda93c7a Merge pull request #475 from bovi/contributing
More Contributing Documentation
2012-09-18 06:30:04 -07:00
Yukihiro "Matz" Matsumoto 25a98d2b89 Merge pull request #474 from monaka/pr-generic-sh-elf-support
Generic sh-elf target support.
2012-09-18 06:29:19 -07:00
Daniel Bovensiepen 5e16c2309f re-formulate some sentences 2012-09-18 22:20:05 +09:00
Daniel Bovensiepen 2493915a72 Emphasis commands 2012-09-18 21:38:15 +09:00
Daniel Bovensiepen fcf38cc86b Add a contribution information file 2012-09-18 21:36:00 +09:00
Masaki Muranaka a55ffc78e8 Generic sh-elf target support. 2012-09-18 13:14:54 +09:00
Daniel Bovensiepen ac235e25e5 Relocate files 2012-09-17 10:23:51 +09:00
Yukihiro "Matz" Matsumoto 4bf51cdd42 Merge pull request #473 from bovi/integer-step-test
Add test case for Integer#step
2012-09-15 10:48:20 -07:00
Yukihiro "Matz" Matsumoto 8bed663762 Merge pull request #472 from bovi/kernel-to-s-test
Don't check ObjectID of Kernel#to_s. Only class check of instance
2012-09-15 10:48:04 -07:00
Daniel Bovensiepen b4647224b7 Add test case for Integer#step 2012-09-15 17:13:56 +09:00
Daniel Bovensiepen 3ee1565c7b Remove old location of md5 source 2012-09-15 15:50:34 +09:00
Daniel Bovensiepen 0101e47a27 Relocated md5 source 2012-09-15 15:47:43 +09:00
Daniel Bovensiepen 85bc533f90 Small modifications for location 2012-09-15 15:40:20 +09:00
Yukihiro Matsumoto ef17231bd7 Integer#step added 2012-09-15 15:04:51 +09:00
Yukihiro Matsumoto 4de0a2afbf Numeric#{upto,downto}: limit may not be an integer 2012-09-15 14:48:31 +09:00
Daniel Bovensiepen e44c3fc8aa Don't check ObjectID of Kernel#to_s. Only class check of instance 2012-09-15 14:14:25 +09:00
Daniel Bovensiepen a941934045 Add TODOs to finalize gems 2012-09-13 22:31:23 +09:00
Yukihiro Matsumoto f0f113ef0e should define String#+ (non inlined); close #469 2012-09-13 22:28:04 +09:00
Daniel Bovensiepen f89e722ef0 Add a first implementation of mrbgems with one fixed MD5 gem 2012-09-13 22:24:16 +09:00
Daniel Bovensiepen cd72971adc make mrbc aware of the gem init 2012-09-13 22:23:51 +09:00
Daniel Bovensiepen d3d21cbdfe Add init function for gems to init of core 2012-09-13 22:23:25 +09:00
Daniel Bovensiepen 50c21a9350 Change mrblib Makefile to include gems 2012-09-13 22:22:56 +09:00
Daniel Bovensiepen 738a8775e9 change global Makefile by adding mrbgems to it 2012-09-13 22:22:32 +09:00
Yukihiro Matsumoto 8d97a8e069 Merge branch 'master' of github.com:mruby/mruby 2012-09-13 05:56:46 +09:00
Yukihiro "Matz" Matsumoto 75002290b0 Merge pull request #468 from iij/pr-exception-without-mesg
check if an Exception instance has a "mesg" attribute
2012-09-12 13:56:35 -07:00
Tomoyuki Sahara 7a7f267b88 check if an Exception instance has a "mesg" attribute
fix the issue that "Exception.new.inspect" causes SIGSEGV.
2012-09-12 20:08:56 +09:00
Yukihiro Matsumoto 540066c9e2 mrb_sym can be short integer; reduced 10KB 2012-09-12 16:20:32 +09:00
Yukihiro Matsumoto 3a49dfd198 remoce duplicate declaration of TOUPPER/TOLOWER 2012-09-12 16:09:03 +09:00
Yukihiro "Matz" Matsumoto 0475196d26 Merge pull request #467 from iij/pr-fix-include-path-proc
Fix include path in proc.h.
2012-09-12 00:05:45 -07:00
Yukihiro "Matz" Matsumoto e6a582a623 Merge pull request #466 from iij/pr-signed-char
two more wrapper macros for ctype.h
2012-09-12 00:05:15 -07:00
Kouki Ooyatsu b3a7699c2b Fix include path in proc.h. 2012-09-12 14:35:38 +09:00
Tomoyuki Sahara 32b88c72af two more wrapper macros for ctype.h
we need them on the platform where 'char' is signed.
2012-09-12 14:02:58 +09:00
Yukihiro Matsumoto 54101eec43 typo fixed 2012-09-12 07:41:28 +09:00
Yukihiro Matsumoto cdbd116c49 Merge branch 'master' of github.com:mruby/mruby 2012-09-12 07:40:38 +09:00
Yukihiro "Matz" Matsumoto bcd77200ac Merge pull request #463 from emboss/define_dbl_dig_conditionally
Define DBL_DIG only if it wasn't previously defined
2012-09-10 23:00:30 -07:00