Commit Graph

995 Commits

Author SHA1 Message Date
Daniel Bovensiepen 35edbb0688 Deactivate / Activate GEMs Flag introduced into src/init.c 2012-11-22 19:00:24 +08:00
Daniel Bovensiepen c794d1c46b Merge remote-tracking branch 'upstream/master' into mrbgems 2012-11-22 16:14:54 +08:00
Yukihiro Matz Matsumoto ae6a7e5aae Merge branch 'master' of github.com:mruby/mruby 2012-11-21 17:01:09 +09:00
Yukihiro Matz Matsumoto 76f0e755e9 handle return from blocks, especially from lambda blocks; close #561 2012-11-21 17:00:06 +09:00
Daniel Bovensiepen 754c853300 Merge remote-tracking branch 'upstream/master' into mrbgems 2012-11-21 15:58:52 +08:00
Yukihiro "Matz" Matsumoto 8894cbe00f Merge pull request #563 from xxuejie/master
Fix manual implementations of erf and erfc functions
2012-11-19 23:50:49 -08:00
Xuejie Xiao f7dd27a928 Fix provided implementation of erf and erfc functions. 2012-11-19 15:13:18 -05:00
skandhas 44f240f433 fix lost const variable in class BasicObject 2012-11-19 17:45:29 +08:00
Daniel Bovensiepen e246b79cb2 Merge remote-tracking branch 'upstream/master' into mrbgems 2012-11-19 12:37:18 +08:00
Yukihiro "Matz" Matsumoto 1b2257c8ff Merge pull request #560 from skandhas/pr-delete-redundant-__send__-definition
delete redundant '__send__' definition
2012-11-18 07:47:46 -08:00
skandhas c6574ddc4c delete redundant '__send__' definition 2012-11-18 13:41:15 +08:00
Yuichiro MASUI 9375138573 l/rshift width as int. It was unsigned long 2012-11-17 15:57:01 +09:00
Daniel Bovensiepen d8234a4575 Merge remote-tracking branch 'upstream/master' into mrbgems 2012-11-17 13:54:32 +08:00
Yukihiro Matz Matsumoto 7cea9d7b94 int and mrb_int should not be mixed under -DMRB_INT64; may fix #557 2012-11-17 02:16:35 +09:00
Yukihiro Matz Matsumoto 470bb14dc8 should look for outermost scope to return; close #547 2012-11-16 11:51:51 +09:00
Yukihiro Matz Matsumoto a5d7ebbad0 prepare metaclass of metaclass when retrieving by singleton_class(); close #540 2012-11-16 11:34:16 +09:00
Yukihiro Matz Matsumoto 8856c89246 should print SCLASS as modules and classes 2012-11-14 23:56:29 +09:00
Yukihiro Matz Matsumoto 0f6c1a034b zero initialize singleton_class iv 2012-11-14 23:55:06 +09:00
Yukihiro Matz Matsumoto 78be24c87b init_copy should copy IV of SCLASS, HASH, DATA as well 2012-11-14 17:19:01 +09:00
Yukihiro Matz Matsumoto 1993f934f2 out of bound access in iv seglist 2012-11-14 17:17:37 +09:00
Yukihiro Matz Matsumoto 73dda8cb41 Merge branch 'master' of github.com:mruby/mruby 2012-11-14 14:42:36 +09:00
Yukihiro Matz Matsumoto 3eeef30618 make mrb_hash_keys() non static function 2012-11-14 14:42:21 +09:00
Yukihiro "Matz" Matsumoto 9849501686 Merge pull request #548 from monaka/pr-remove-redundant-char
Remove a redundant "%".
2012-11-13 01:26:40 -08:00
Tomoyuki Sahara b1f5840aef fix the issue String#slice with Range may return broken String. 2012-11-13 16:50:41 +09:00
Masaki Muranaka 224da1e6ec Remove a redundant "%". 2012-11-13 12:59:00 +09:00
skandhas 611cfee3c2 modify aspec 2012-11-12 20:43:10 +08:00
skandhas fc6703878d Merge branch 'add-cvars' into pr-add-class-variables 2012-11-12 20:21:38 +08:00
Yukihiro Matz Matsumoto 191d1391c6 should wrap associ in aref_args; close #529 2012-11-12 18:28:33 +09:00
skandhas 1cc44cfd78 add Module#class_variables 2012-11-09 23:00:24 +08:00
skandhas 70eaf92d8a fix incorrect mrb->irep initialization 2012-11-09 15:55:09 +08:00
Daniel Bovensiepen c3bd1c1d0d Merge remote-tracking branch 'upstream/master' into mrbgems 2012-11-09 13:16:50 +09:00
Yukihiro Matz Matsumoto caeec3a3af Merge branch 'master' of github.com:mruby/mruby 2012-11-09 05:51:34 +09:00
Yukihiro Matz Matsumoto 0ab7ff81d6 should initialize irep->flags 2012-11-09 05:51:18 +09:00
Yukihiro "Matz" Matsumoto 8038ba8e27 Merge pull request #541 from xxuejie/master
Fix build on a c++ compiler
2012-11-08 12:46:14 -08:00
Yukihiro "Matz" Matsumoto 862f3c39a8 Merge pull request #537 from iij/pr-adjust-length-after-chomp
adjust string length after String#chomp!
2012-11-08 12:45:06 -08:00
Xuejie Xiao 4bbf7a3e12 Fix build on c++ compiler 2012-11-08 11:32:45 -05:00
Daniel Bovensiepen e1e369470e Merge new change 2012-11-08 17:23:51 +09:00
Akira Yumiyama d090f3eedb adjust string length after String#chomp! 2012-11-08 15:13:23 +09:00
nkshigeru 9447e823a8 avoid local variable declaration in the middle 2012-11-08 11:49:40 +09:00
Yukihiro "Matz" Matsumoto f35d797ee6 Merge pull request #530 from skandhas/pr_fix_instance_variables_result_contain_ivar_and_cvar
The output of Kernel#instance_variables contains instance variables and ...
2012-11-07 15:51:48 -08:00
Yukihiro "Matz" Matsumoto 5a82f65a02 Merge pull request #534 from skandhas/pr-compatible-with-msvc
compatible with MSVC
2012-11-07 15:50:51 -08:00
Akira Yumiyama 03b74a6c48 Ruby and align the behavior. 2012-11-07 17:29:59 +09:00
Akira Yumiyama 94520ea797 fix 'undefined method' error message. 2012-11-07 17:10:04 +09:00
skandhas 922d50a694 compatible with MSVC 2012-11-07 10:28:20 +08:00
skandhas 3266b6160e The output of Object#instance_variables contains instance variables and class variables. 2012-11-06 10:45:22 +08:00
Yukihiro Matz Matsumoto 3ceadfa5b2 inline include/mruby/object.h 2012-11-05 06:10:22 +09:00
Yukihiro Matz Matsumoto c903910c6b replace RBASIC by mrb_basic 2012-11-04 13:56:08 +09:00
Yukihiro Matz Matsumoto 902dd63803 remove FL_XXX macros 2012-11-04 05:15:22 +09:00
Yukihiro Matz Matsumoto e429905597 replace SYM2ID() by mrb_symbol() 2012-11-04 05:11:39 +09:00
Yukihiro Matz Matsumoto ca7c662be5 remove reference to ruby_verbose and ruby_debug 2012-11-04 05:07:44 +09:00