Commit Graph

1002 Commits

Author SHA1 Message Date
skandhas fc89106792 add function:check_const_name 2012-12-03 13:55:23 +08:00
Yukihiro "Matz" Matsumoto 9754512716 Merge pull request #568 from mauceri/master
Potential memory management bug (issue #553)
2012-12-02 19:17:13 -08:00
Yukihiro Matz Matsumoto 6583c96640 Ruby's Time#yday should start from 1; close #581 2012-12-03 12:16:37 +09:00
Yukihiro "Matz" Matsumoto 26600ca4ec Merge pull request #573 from skandhas/pr-add-Module-module_eval
add "Module#module_eval" and "Module#class_eval" for mruby
2012-11-30 19:16:48 -08:00
Yukihiro "Matz" Matsumoto 5947113f78 Merge pull request #578 from tricknotes/stop-warning
Stop warning: extra ';' outside of a function
2012-11-30 19:12:49 -08:00
Yukihiro "Matz" Matsumoto 620fd92f09 Merge pull request #579 from skandhas/pr-remove-incorrect-pop-in-codegen
remove incorrect pop() call  in codegen
2012-11-30 19:12:09 -08:00
Yukihiro Matz Matsumoto 1d3f4b3ff7 Fix typos: invalide -> invalid; patch from @darashi; close #577 2012-12-01 12:10:29 +09:00
skandhas 9704ceefce remove incorrect pop() in codegen 2012-11-30 22:11:41 +08:00
Ryunosuke SATO ee0563823d Stop warning: extra ';' outside of a function 2012-11-30 22:43:53 +09:00
skandhas 1311c828c6 add Module#class_eval 2012-11-27 16:17:07 +08:00
skandhas 3fbeb298a6 add comments for Module#module_eval 2012-11-27 16:12:11 +08:00
skandhas 940eb786e4 add Module#module_eval 2012-11-27 15:48:33 +08:00
skandhas 1f3c512564 add comments for Module#instance_methods 2012-11-26 12:10:15 +08:00
skandhas 6fb74ac167 add Module#instance_methods 2012-11-26 11:48:03 +08:00
skandhas f6c44d0dff make 'class_instance_method_list' into a non-static funcion 2012-11-26 11:20:48 +08:00
skandhas 25a02a5b8b add comment for Module#include? 2012-11-24 16:26:36 +08:00
skandhas 59035eb33d add Module#include? 2012-11-24 16:04:11 +08:00
skandhas 7bae52fc56 remove redundant LOOP_NORMAL checkups in function:codegen. and fix #561 2012-11-23 16:10:14 +08:00
Christian Mauceri 186fd9a303 pull request issue 553 - try to fix brken link 2012-11-22 15:26:23 +01:00
Christian Mauceri 06ca237bab pull request issue 553 2012-11-22 12:55:03 +01: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
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
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
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
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