Daniel Bovensiepen
|
4e2161c7ee
|
Deactivate / Activate GEMs Flag introduced into mrbc
|
2012-11-22 19:18:01 +08:00 |
|
Daniel Bovensiepen
|
4f55a3e0b4
|
Deactivate / Activate GEMs Flag introduced into mruby
|
2012-11-22 19:01:02 +08:00 |
|
Daniel Bovensiepen
|
a26e5c05c7
|
Deactivate / Activate GEMs Flag introduced into mirb
|
2012-11-22 19:00:52 +08:00 |
|
Daniel Bovensiepen
|
2a2e206809
|
Deactivate / Activate GEMs Flag introduced into mrbtest
|
2012-11-22 19:00:39 +08:00 |
|
Daniel Bovensiepen
|
35edbb0688
|
Deactivate / Activate GEMs Flag introduced into src/init.c
|
2012-11-22 19:00:24 +08:00 |
|
Daniel Bovensiepen
|
6ebc1918de
|
Deactivate / Activate GEMs Flag introduced into mrbconf.h
|
2012-11-22 19:00:11 +08:00 |
|
Daniel Bovensiepen
|
dbde619bc5
|
Deactivate / Activate GEMs Flag introduced into Makefile
|
2012-11-22 18:59:59 +08:00 |
|
Daniel Bovensiepen
|
74121d624f
|
Clean GEM Generator a bit more
|
2012-11-22 17:40:53 +08:00 |
|
Daniel Bovensiepen
|
d1efcb4c85
|
Rename GEM init file
|
2012-11-22 16:52:07 +08:00 |
|
Daniel Bovensiepen
|
8c86ee93e3
|
Adapt new GEM compile process to ignore list
|
2012-11-22 16:51:33 +08:00 |
|
Daniel Bovensiepen
|
c794d1c46b
|
Merge remote-tracking branch 'upstream/master' into mrbgems
|
2012-11-22 16:14:54 +08:00 |
|
Daniel Bovensiepen
|
953cbff65c
|
Make GEM build choosable. Respect GEMS.active file for choices of which GEM to build
|
2012-11-22 16:13:16 +08:00 |
|
Yukihiro "Matz" Matsumoto
|
276b77021f
|
Merge pull request #564 from xxuejie/master
Use check_float to test equality of float values in Math#round test
|
2012-11-21 00:04:57 -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 |
|
Daniel Bovensiepen
|
ed92a86212
|
Include dynamically GEMs into mruby
|
2012-11-21 15:57:49 +08:00 |
|
Daniel Bovensiepen
|
1e4d20a766
|
Include dynamically GEMs into mirb
|
2012-11-21 15:57:41 +08:00 |
|
Daniel Bovensiepen
|
a9513c1d1d
|
Include dynamically GEMs into mrbtest
|
2012-11-21 15:57:24 +08:00 |
|
Daniel Bovensiepen
|
a9df6f85e6
|
Improve Generator by handling Ruby and C Extensions in the same way
|
2012-11-21 15:56:59 +08:00 |
|
Daniel Bovensiepen
|
f30eedd7e8
|
Improve Including File to build single archive Files
|
2012-11-21 15:56:30 +08:00 |
|
Daniel Bovensiepen
|
f97e3facd2
|
Improve building of Gems to single Archive Files
|
2012-11-21 15:56:09 +08:00 |
|
Daniel Bovensiepen
|
f591d116b0
|
Modify Ruby Extension
|
2012-11-21 15:55:29 +08:00 |
|
Daniel Bovensiepen
|
bc26a482d8
|
Modify C Extension
|
2012-11-21 15:55:15 +08:00 |
|
Daniel Bovensiepen
|
83fdc3d78e
|
Add C and Ruby Extension Example Mixed
|
2012-11-21 15:54:54 +08:00 |
|
Xuejie Xiao
|
a9c8ae49eb
|
Use check_float when testing equality for float values
|
2012-11-20 23:02:16 -05:00 |
|
Daniel Bovensiepen
|
389ceafbf6
|
Modify comments for generator
|
2012-11-20 17:31:27 +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 |
|
Yukihiro "Matz" Matsumoto
|
4eee5ff50a
|
Merge pull request #562 from skandhas/pr-fix-lost-const-variable-in-BasicObject
fix lost const variable in class BasicObject
|
2012-11-19 23:49:54 -08:00 |
|
Xuejie Xiao
|
358f0cb5d8
|
Restore accidentally deleted erfc(1) test
|
2012-11-19 15:19:52 -05: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 |
|
Yukihiro "Matz" Matsumoto
|
d39a3023cc
|
Merge pull request #558 from masuidrive/lrshift_width_as_int
l/rshift width as int. It was unsigned long
|
2012-11-18 07:46:32 -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
|
f3191b943f
|
Merge pull request #555 from masuidrive/define_mrb_int_as_64bit
define MRB_INT64 flag for mrb_int as 64bit
|
2012-11-16 09:04:49 -08:00 |
|
Yukihiro Matz Matsumoto
|
ac0233bcd0
|
add test for issue#547; close #554
|
2012-11-17 02:02:08 +09:00 |
|
Yuichiro MASUI
|
7a20ab0f95
|
define MRB_INT64 flag for mrb_int as 64bit
|
2012-11-16 19:12:57 +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 |
|