Commit Graph

1776 Commits

Author SHA1 Message Date
Yuichiro MASUI dcdd893bed Added LDFLAGS to Makefiles 2012-12-09 19:18:40 +09:00
Yukihiro "Matz" Matsumoto 453980d76a Merge pull request #598 from bovi/mrbgems-improve-for-masuidrive
mrbgems - Improvements for masuidrive's mobiruby
2012-12-08 02:22:33 -08:00
Yukihiro Matz Matsumoto ba38dd5398 should update cdump.c to new mrb_add_irep() API; close #597 2012-12-08 19:21:32 +09:00
Daniel Bovensiepen 54ef99d8df mrbgems: recognize absolute path under WIN32 2012-12-08 17:49:08 +08:00
Daniel Bovensiepen 88767c3d71 Improve documentation based on latest improvements 2012-12-08 17:37:35 +08:00
Daniel Bovensiepen 770974b53e mrbgems: GEMS.active can now contain relative path to GEMS. Relative from 'mrbgems/g' 2012-12-08 17:10:37 +08:00
Daniel Bovensiepen b68fa6f90f mrbgems: make calls to every GEM contain now also the include path to the header files of every GEM. 2012-12-08 15:30:34 +08:00
Daniel Bovensiepen 82446cc747 Use only DISABLE_GEMS for feature request in include/mrbconf.h 2012-12-08 13:26:50 +08:00
Yukihiro "Matz" Matsumoto cce6c46f17 Merge pull request #596 from bovi/mrbgems-dash-issue
Fix: A GEM with a Dash inside of the name doesn't work.
2012-12-07 16:20:21 -08:00
Daniel Bovensiepen e42a11339c Fix: A GEM with a Dash inside of the name doesn't work. 2012-12-07 23:02:40 +08:00
Yukihiro "Matz" Matsumoto 98e56cdcce Merge pull request #595 from bovi/mrbgems-readme
Mention mrbgems in the README
2012-12-07 06:50:19 -08:00
Daniel Bovensiepen 95ad66b53a Mention mrbgems in the README 2012-12-07 18:21:15 +08:00
Yukihiro "Matz" Matsumoto f521738953 Merge pull request #479 from bovi/mrbgems
mrbgems
2012-12-07 01:04:32 -08:00
Yukihiro "Matz" Matsumoto bd3b95cae6 Merge pull request #594 from beoran/beoran_issue_569_fix
Fix for issue #569
2012-12-07 00:49:46 -08:00
Yukihiro Matz Matsumoto d042e16171 move prototype for mrb_load_irep to mruby/irep.h; close #569 2012-12-07 17:48:16 +09:00
Beoran 2dafb884c0 Fix for issue #569 2012-12-07 09:25:17 +01:00
Daniel Bovensiepen bef73cc54f Integrate refactoring of commit f1ed143624 2012-12-07 16:19:52 +08:00
Daniel Bovensiepen bb6d42d987 Remove non C99 confirm headers and add function comments 2012-12-07 16:10:58 +08:00
Yukihiro Matz Matsumoto f1ed143624 mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024 2012-12-07 16:58:50 +09:00
Yukihiro Matz Matsumoto f486774352 refactor and move irep malloc away to mrb_add_irep() 2012-12-07 15:57:40 +09:00
Daniel Bovensiepen 466ed80b60 Merge remote-tracking branch 'mruby/master' into mrbgems 2012-12-06 08:53:32 +08:00
Yukihiro "Matz" Matsumoto 40daee12cf Merge pull request #567 from beoran/beoran_stack_overflow_fix
Keep stack depth and allocation better under control and fix crash on infinite recursion.
2012-12-05 07:16:08 -08:00
Yukihiro "Matz" Matsumoto 222bd97223 Merge pull request #591 from iij/pr-string-octal2
Fix out of boundary scan in case of octal formatted string
2012-12-05 07:15:50 -08:00
Daniel Bovensiepen be99d87ca4 rename mrb_load_irep for mrbtest to be consistent to name change 2012-12-05 17:45:24 +08:00
Takashi Sogabe 7127bded17 Fix out of boundary scan in case of octal formatted string
This patch fixes a side effect of #2e7953536e
2012-12-05 16:26:46 +09:00
Yukihiro Matz Matsumoto b8e5a57047 rename mrb_load_irep etc. for naming consistency 2012-12-05 02:48:29 +09:00
Yukihiro "Matz" Matsumoto c7a2af380f Merge pull request #587 from iij/pr-string-octal
Fix loss of MSB in conditions of octal formatted string
2012-12-04 09:31:19 -08:00
Daniel Bovensiepen 471c00a31d Merge remote-tracking branch 'mruby/master' into mrbgems 2012-12-05 01:01:34 +08:00
Takashi Sogabe 2e7953536e Fix loss of MSB in conditions of octal formatted string 2012-12-04 17:39:24 +09:00
Yukihiro Matz Matsumoto 674c55eb7d Merge branch 'master' of github.com:mruby/mruby 2012-12-03 23:35:37 +09:00
Yukihiro Matz Matsumoto 30d7c60cfd Array#[]= should return assigning value; close #584 2012-12-03 23:35:21 +09:00
Yukihiro "Matz" Matsumoto 25153d204d Merge pull request #582 from skandhas/pr-add-check_const_name
add check_const_name for Module#const_defined?/const_get/const_set
2012-12-03 00:08:49 -08:00
skandhas 4bfece436e add check_const_name for Module#const_set 2012-12-03 14:15:37 +08:00
skandhas 78808bf5e3 add check_const_name for Module#const_get 2012-12-03 14:09:06 +08:00
skandhas b3bb54a21a add check_const_name for Module#const_defined? 2012-12-03 14:04:03 +08:00
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
Daniel Bovensiepen 40bfc86a5e Merge remote-tracking branch 'upstream/master' into mrbgems 2012-12-01 14:07:23 +08: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 8c24e9e239 Merge pull request #580 from shtirlic/fix_warns
Fix compile warnings in mirb
2012-11-30 19:13:34 -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 a100352595 add test for 'Abbreviated variable assignment as returns' 2012-11-30 22:31:35 +08: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
shtirlic 83ecb2f078 Fix compile warnings in mirb
Change last_char type to int
Warnings
mirb.c:174:7: warning: comparison is always false due to limited range of data type [-Wtype-limits]
warning: comparison is always false due to limited range of data type [-Wtype-limits]
2012-11-29 19:03:00 +04:00
Daniel Bovensiepen 5f00a837ed Small cosmetic change in the documentation for mrbgems 2012-11-28 13:47:32 +08:00
Daniel Bovensiepen 75849788a5 Merge remote-tracking branch 'upstream/master' into mrbgems 2012-11-27 23:01:09 +08:00