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 |
|
Yukihiro Matz Matsumoto
|
15304c194d
|
replace RTEST() by mrb_test_p()
|
2012-11-04 05:05:53 +09:00 |
|
Yukihiro Matz Matsumoto
|
d2d2e9f5f9
|
add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()
|
2012-11-04 05:02:39 +09:00 |
|
Yukihiro Matz Matsumoto
|
051777dc5d
|
replace SYMBOL_P() by mrb_symbol_p()
|
2012-11-04 04:53:25 +09:00 |
|
Yukihiro Matz Matsumoto
|
da88627a37
|
add mrb_float_p()
|
2012-11-04 04:51:13 +09:00 |
|
Yukihiro Matz Matsumoto
|
3ba521ae9e
|
replace FIXNUM_P() by mrb_fixnum_p()
|
2012-11-04 04:49:43 +09:00 |
|
Yukihiro Matz Matsumoto
|
52f7e83726
|
Module#dup should copy class methods as well
|
2012-11-03 08:28:48 +09:00 |
|
Yukihiro Matz Matsumoto
|
2e0aa29296
|
cosmetic changes in mrb_obj_clone()
|
2012-11-03 08:28:26 +09:00 |
|
Yukihiro Matsumoto
|
9f0c59e068
|
FALSE and STRING should not be converted to float for get_args("f"); close #525
|
2012-11-03 01:57:57 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b06d8e2ab8
|
Merge pull request #524 from iij/pr-backtrace
show backtrace when mruby dies on unhandled exception
|
2012-11-02 07:38:00 -07:00 |
|
Takashi Sogabe
|
c0c1c4da32
|
Fix stack underflow in scope_body()
Commit #18dd60c causes side effects.
This patch fixes stack underflow in scope_body().
|
2012-11-02 17:49:56 +09:00 |
|
Tomoyuki Sahara
|
80ed166e9f
|
show all callinfo's.
|
2012-11-02 10:33:23 +09:00 |
|
Tomoyuki Sahara
|
075aa3eeaa
|
don't print garbage entries.
|
2012-11-02 10:33:14 +09:00 |
|
skandhas
|
d232f4cc47
|
fix when mruby parse embedded rd document, mruby throw a syntax error.
|
2012-11-01 16:23:37 +08:00 |
|
Yukihiro Matsumoto
|
fe36bdb7f1
|
add String#bytes to return bytes in a string
|
2012-11-01 06:12:11 +09:00 |
|
Yukihiro Matsumoto
|
9b85ffa5a7
|
OP_ADDI/OP_SUBI should handle integer overflow; close #518
|
2012-11-01 05:54:53 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
604e39bdfb
|
Merge pull request #521 from iij/pr-fix-broken-variable-ref-next-statement
fix: broken variable reference, use 'next' statement
|
2012-10-31 12:27:18 -07:00 |
|
Yukihiro Matsumoto
|
8cf42709d1
|
constant access should refer outer class/module; close #514
|
2012-11-01 04:21:39 +09:00 |
|
Kouki Ooyatsu
|
35699424a9
|
fix: broken variable reference, use 'next' statement
Because the tree is gone pop() even if it is empty.
|
2012-10-31 20:20:36 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b720156c99
|
Merge pull request #515 from iij/pr-fix-mrb-format
fixes *.mrb dump/load format with escaped character.
|
2012-10-29 23:30:59 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
4c700eddb7
|
Merge pull request #517 from skandhas/pr-fix-cannot-get-const-form-singleton-class
fix cannot get/set const variable form singleton class
|
2012-10-29 23:29:29 -07:00 |
|
skandhas
|
ec343a6421
|
fix cannot get/set const variable form singleton class
|
2012-10-30 14:00:58 +08:00 |
|
Masaki Muranaka
|
30f7a93d41
|
Use NULL instead of 0. (It is not a bug fix but a cosmetic change.)
|
2012-10-30 14:25:00 +09:00 |
|
Akira Yumiyama
|
94d16805a5
|
fixes *.mrb dump/load format with escaped character.
- hex-style string support
- mrb format changes like:
- "\n" (before: \n -> after: \n)
- '\n' (before: \n -> after: \\n)
|
2012-10-30 08:30:18 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4d1a8718bd
|
Merge pull request #513 from monaka/pr-not-use-memset-in-structure-initialization3
Use substitution instead of memset in structure initialization.
|
2012-10-28 22:47:08 -07:00 |
|
Masaki Muranaka
|
f3090c3000
|
Use substitution instead of memset in structure initialization.
|
2012-10-29 11:29:57 +09:00 |
|
Yukihiro Matsumoto
|
cfc1269d33
|
revert part of #507 for warning
|
2012-10-29 03:29:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
c6c4da8c48
|
Merge pull request #510 from masuidrive/master
define convert method mrb_int/mrb_float with C string
|
2012-10-28 10:45:43 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
d7d5c15b54
|
Merge pull request #511 from iij/pr-no-method-error-mesg
change the error message (NoMethodError, NameError)
|
2012-10-28 10:43:57 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
69e2d27245
|
Merge pull request #507 from monaka/pr-not-use-memset-in-structure-initialization
Use substitution instead of memset in structure initializations.
|
2012-10-28 10:43:31 -07:00 |
|
Akira Yumiyama
|
e407022b10
|
change the error message (NoMethodError, NameError)
|
2012-10-28 20:20:13 +09:00 |
|
Yuichiro MASUI
|
15f46a1feb
|
define convert method mrb_int/mrb_float with C string
|
2012-10-27 14:26:50 +09:00 |
|
Yukihiro Matsumoto
|
559933f577
|
singleton classes should be able to have instance variables; close #509
|
2012-10-26 20:46:02 +09:00 |
|
Masaki Muranaka
|
1933e2660c
|
Use substitution instead of memset in structure initialization.
|
2012-10-25 15:47:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f5b6f03c9e
|
Merge pull request #505 from monaka/pr-add-unformat-mrb_raise
Change C API for raise.
|
2012-10-22 22:20:24 -07:00 |
|
Yukihiro Matsumoto
|
18fbe4d0b7
|
do not touch h from Hash when h might be NULL
|
2012-10-23 14:16:14 +09:00 |
|
Yukihiro Matsumoto
|
32f9cdc97d
|
adjust regsiter stack for NODE_OP_ASGN that use OP_SEND
|
2012-10-23 14:15:29 +09:00 |
|
Yukihiro Matsumoto
|
09376f9b2a
|
skip useless OP_MOVE in peephole optimization
|
2012-10-23 14:14:26 +09:00 |
|
Yukihiro Matsumoto
|
413528ce80
|
adjust regsiter stack for NODE_OP_ASGN; close #499
|
2012-10-23 11:35:26 +09:00 |
|
Masaki Muranaka
|
6069a33089
|
mrb_raisef(): new function. Same as previou version of mrb_raise().
mrb_raise(): API modified. It cannot treat variable arguments.
|
2012-10-23 09:42:22 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
e05bbd45bb
|
Merge pull request #504 from monaka/pr-remove-redundant-sizeof-char
Remove redundant sizeof(char).
|
2012-10-22 07:09:46 -07:00 |
|
Yukihiro "Matz" Matsumoto
|
b8c94be107
|
Merge pull request #503 from monaka/pr-fix-protype-declaration-mismatch-in-uint8_dump
Fix prototype/declaration mismatch in uint8_dump().
|
2012-10-22 07:09:03 -07:00 |
|
Masaki Muranaka
|
dd10048094
|
Remove redundant sizeof(char). "Always sizeof(char) == 1" is described in ISO C specs.
|
2012-10-22 11:21:04 +09:00 |
|
Masaki Muranaka
|
fed285d194
|
Use MRB_DUMP_SIZE_OF_CHAR instead of sizeof(char).
|
2012-10-22 11:17:31 +09:00 |
|
Masaki Muranaka
|
2ab40b4dcc
|
Fix prototype/declaration mismatch in uint8_dump().
|
2012-10-22 11:08:06 +09:00 |
|
Masaki Muranaka
|
2cb183f183
|
Avoid memcpy() on copying structures.
|
2012-10-22 10:36:49 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0debca9bdf
|
Merge pull request #500 from monaka/pr-avoid-memcpy-on-copying-structure
Avoid memcpy() on copying structures.
|
2012-10-21 16:42:56 -07:00 |
|