Zachary Scott
dce300517f
GC Arena docs pass for fixups
2015-11-30 10:09:43 +09:00
Yukihiro "Matz" Matsumoto
065966dae4
common.h are supposed to be included from other header, so call it with quotes; ref #3032
2015-11-28 00:10:38 +09:00
Yukihiro "Matz" Matsumoto
6f831ef21c
Merge pull request #3037 from pbosetti/mruby-time
...
Implemented round(double) function when _MSC_VER < 1800
2015-11-27 23:31:56 +09:00
Paolo Bosetti
67e3cdfa76
Implemented round(double) function within mruby-time gem, for it is missing on
...
VisualStudio compilers where _MSC_ver < 1800
2015-11-27 10:54:03 +01:00
Yukihiro "Matz" Matsumoto
9a41db6f3a
Merge pull request #2950 from mattn/mirb-file-args
...
mirb should take filename and arguments.
2015-11-27 17:49:35 +09:00
Yukihiro "Matz" Matsumoto
5c405dea3d
include changed from by quotes ("") to by brackets (<>); close #3032
2015-11-27 17:48:23 +09:00
Yukihiro "Matz" Matsumoto
2e0519de89
Merge pull request #3036 from zzak/remove-mrbtest_irep
...
Remove mrbtest irep
2015-11-26 01:03:55 +09:00
Yukihiro "Matz" Matsumoto
6dbc314ad2
Merge pull request #3035 from iij/pr-yard-mrb_str_to_cstr
...
YARD doc for mrb_str_to_cstr.
2015-11-26 01:03:08 +09:00
Yukihiro "Matz" Matsumoto
2fb12bd90e
Merge pull request #3034 from takahashim/try_convert
...
add {Array|Hash|String}.try_convert
2015-11-26 01:02:38 +09:00
Zachary Scott
1ef2faf1a6
Remove unnecessary dependencies for assert_rb codegen and test_rbireps
2015-11-24 16:33:40 +09:00
Zachary Scott
e7a301828f
Remove mrbtest_irep from mrbtest
...
If we make the core tests a dependency on the mruby-test gem,
we don't need to worry about maintaining the core test irep alone.
2015-11-24 16:32:17 +09:00
Tomoyuki Sahara
90b7ec88dc
YARD doc for mrb_str_to_cstr.
2015-11-24 16:03:58 +09:00
takahashim
621487a0cd
add {Array|Hash|String}.try_convert
2015-11-24 08:39:39 +09:00
Yukihiro "Matz" Matsumoto
625a3fee77
Merge pull request #3033 from sgnr/compiler-fix-mrb-disable-stdio-typo
...
Fix MRB_DISABLE_STDIO typo.
2015-11-24 07:44:54 +09:00
Simon Génier
058ffcb29c
Fix MRB_DISABLE_STDIO typo.
2015-11-23 11:05:33 -05:00
Yukihiro "Matz" Matsumoto
18190fa77e
Merge pull request #3030 from takahashim/nonzero
...
Support Numeric#zero? and Numeric#nonzero?
2015-11-21 00:09:17 +09:00
takahashim
40a9700ef8
support Numeric#zero? and Numeric#nonzero?
2015-11-20 23:39:45 +09:00
Yukihiro "Matz" Matsumoto
0e721efe9c
Merge pull request #3028 from sgnr/fix-mrb-disable-stdio-typo
...
Fix typo on MRB_DISABLE_STDIO.
2015-11-20 10:58:33 +09:00
Simon Génier
40f237e938
Fix typo on MRB_DISABLE_STDIO.
2015-11-19 17:03:34 -05:00
Yukihiro "Matz" Matsumoto
2aca5ab479
Merge pull request #3027 from pbosetti/master
...
Fix check for VisualStudio Version in mruby-math gem
2015-11-19 22:51:03 +09:00
Yukihiro "Matz" Matsumoto
abc724840e
formatting buffer should be bigger for negative dots; ref #3025
2015-11-19 22:49:50 +09:00
Yukihiro "Matz" Matsumoto
f974880563
binary format no longer need to preserve org_v
2015-11-19 22:49:50 +09:00
Yukihiro "Matz" Matsumoto
996417cabf
integer range check was moved to mrb_flo_to_fixnum(); ref #3025
2015-11-19 22:49:50 +09:00
Yukihiro "Matz" Matsumoto
09abdcb5e8
negative binary format should not be masked by 10bits; ref #3025
2015-11-19 22:49:50 +09:00
Yukihiro "Matz" Matsumoto
1a9b607a4d
binary sprintf should not be restricted by mrb_int size; fix #3025
2015-11-19 22:49:50 +09:00
Yukihiro "Matz" Matsumoto
8229f34098
Merge pull request #3026 from murasesyuka/bugfix/check_minus_signedint_bitshift_overflow
...
Bugfix nagative-number lshift() bit overflow
2015-11-19 22:49:27 +09:00
Paolo Bosetti
470fce5c90
Fix check for VisualStudio Version in mruby-math gem
2015-11-19 12:01:23 +01:00
murase_syuka
ef95dcd390
Bugfix nagative-number lshift() bit overflow
2015-11-18 21:37:17 +09:00
Yukihiro "Matz" Matsumoto
557ab3472a
Merge pull request #3024 from yoshiori/fix_readme_link
...
Update README.md
2015-11-18 01:27:55 +09:00
Yoshiori SHOJI
6c181fa123
Update README.md
...
Fix mrbgems doc link.
2015-11-17 10:20:39 -06:00
murase_syuka
a4d5588101
Bugfix lshift() bit overflow; close #3023
2015-11-18 01:00:46 +09:00
mimaki
22464fe5a0
mruby-1.2.0
1.2.0
2015-11-17 18:02:30 +09:00
Yukihiro "Matz" Matsumoto
547a29d2ca
Merge pull request #3022 from zzak/enable-full-debug-travis-build
...
Enable full-debug build on travis using `MRB_ENABLE_DEBUG_HOOK`
2015-11-17 12:51:01 +09:00
Yukihiro "Matz" Matsumoto
41c3d2fb70
Merge pull request #3021 from zzak/fix-enable-debug-define
...
Fix MRB_ENABLE_DEBUG_HOOK config typo left from 4440566
2015-11-17 12:50:27 +09:00
Zachary Scott
8454e9006e
Enable full-debug build on travis using MRB_ENABLE_DEBUG_HOOK
2015-11-17 12:03:13 +09:00
Zachary Scott
acdfcfe256
Fix MRB_ENABLE_DEBUG_HOOK config typo left from 4440566
...
/cc #3014
2015-11-17 11:43:37 +09:00
Yukihiro "Matz" Matsumoto
acf2fb29cd
Merge pull request #2752 from cremno/add-ruby_engine_version
...
add RUBY_ENGINE_VERSION
2015-11-17 09:00:21 +09:00
Yukihiro "Matz" Matsumoto
27ee7cfbde
Merge pull request #3020 from cremno/document-mrb_utf8_string
...
document MRB_UTF8_STRING config macro
2015-11-17 08:59:03 +09:00
cremno
e8d8796988
document MRB_UTF8_STRING config macro
2015-11-17 00:49:20 +01:00
Yukihiro "Matz" Matsumoto
fd5e341855
Merge pull request #3019 from cremno/fix-mrb_disable_stdio-typos
...
fix MRB_DISABLE_STDIO typos
2015-11-17 08:16:52 +09:00
cremno
e2e23c66d2
add RUBY_ENGINE_VERSION
...
RUBY_ENGINE_VERSION is equivalent to MRUBY_VERSION. It would be a
standard way to get the interpreter version (without a case expression).
It's also already defined by CRuby 2.3, JRuby 9000, Opal, and Rubinius.
2015-11-17 00:13:31 +01:00
cremno
ad21e5e6d8
fix MRB_DISABLE_STDIO typos
2015-11-17 00:08:41 +01:00
Yukihiro "Matz" Matsumoto
dd57cb7112
update TODO entries; close #2831
2015-11-17 07:30:34 +09:00
Yukihiro "Matz" Matsumoto
4440566b95
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
...
changes:
* rename DISABLE_STDIO -> MRB_DISABLE_STDIO
* rename ENABLE_DEBUG -> MRB_ENABLE_DEBUG_HOOK
* no more opposite macro definitions (e.g. ENABLE_STDIO, DISABLE_DEBUG).
* rewrite above macro references throughout the code.
* update documents
2015-11-17 07:30:34 +09:00
Yukihiro "Matz" Matsumoto
1dfe38bea0
Merge pull request #3018 from zzak/add-mruby-cli-authors
...
Add contributors from mruby-cli project to AUTHORS file
2015-11-17 04:31:46 +09:00
Yukihiro "Matz" Matsumoto
6ce31f334e
Merge pull request #3017 from Mav7/master
...
Added type annotation to YARD.
2015-11-17 02:54:19 +09:00
Mav7
6f43e95163
Added type annotation to YARD.
2015-11-16 12:39:52 -05:00
Yukihiro "Matz" Matsumoto
ed6f3a0735
Merge pull request #3015 from murasesyuka/fix/fix_lshift_and_fix_rshift_doc
...
fix comment
2015-11-16 23:36:11 +09:00
murase_syuka
cd1a566002
fix comment
2015-11-16 22:27:42 +09:00
Zachary Scott
31a8743d66
Add contributors from mruby-cli project to AUTHORS file
2015-11-16 15:44:38 +09:00