Masaki Muranaka
|
11997dd0ab
|
Remove a comment at an unsuitable place.
|
2013-02-23 11:42:27 +09:00 |
|
Masaki Muranaka
|
316faf6790
|
Cosmetic changes. Just added empty lines.
|
2013-02-23 11:42:27 +09:00 |
|
mattn
|
8ea0e9d523
|
Call compile method to override to memolize instances
|
2013-02-22 19:15:26 +09:00 |
|
mattn
|
2838fcf2aa
|
Fix indent
|
2013-02-22 16:19:00 +09:00 |
|
Yukihiro Matz Matsumoto
|
c15af5d562
|
compile /a/ as ::Regexp.new("a")
|
2013-02-21 16:01:09 +09:00 |
|
Yukihiro Matz Matsumoto
|
ffd7aeeb68
|
print the error message before abort()
|
2013-02-21 15:59:50 +09:00 |
|
Yukihiro Matz Matsumoto
|
59cf4bca15
|
rename RVALUE union members
|
2013-02-20 23:19:48 +09:00 |
|
Yukihiro Matz Matsumoto
|
7317ba97e2
|
Merge branch 'master' of github.com:mruby/mruby
|
2013-02-20 23:15:27 +09:00 |
|
Yukihiro Matz Matsumoto
|
8b44e8dbd8
|
add RData entrie to RVALUE union
|
2013-02-20 23:15:11 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0852333900
|
Merge pull request #861 from cremno/regexp-parser-bugfix
regexp parsing bug if unknown option is used
|
2013-02-19 09:32:45 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
85c10845e6
|
Merge pull request #855 from masamitsu-murase/support_parser_dump_for_regexp_literal
parser_dump supports NODE_REGEX.
|
2013-02-19 09:15:37 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
eed875ac79
|
Merge pull request #853 from cremno/pluggable-regex-msvc-fix
MSVC: vars must be declared at the start of a block
|
2013-02-19 09:12:03 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
ad84829b6a
|
Merge pull request #857 from mattn/remove_comment
Remove needless comment
|
2013-02-19 09:11:19 -08:00 |
|
Cremno
|
e8de677338
|
s must not be freed, removed space in exc msg
|
2013-02-19 17:58:36 +01:00 |
|
mattn
|
fc3e83622a
|
Remove needless comment
|
2013-02-18 22:41:56 +09:00 |
|
Masamitsu MURASE
|
4abdb87b90
|
parser_dump supports NODE_REGEX.
|
2013-02-18 21:55:03 +09:00 |
|
Cremno
|
2942ad8eeb
|
vars must be declared at the start of a block
|
2013-02-18 11:40:53 +01:00 |
|
Yukihiro Matz Matsumoto
|
7ce9cc3b83
|
String#split should honor limit arg
|
2013-02-18 18:47:25 +09:00 |
|
Yukihiro Matz Matsumoto
|
59a6d1b514
|
remove TT_REGEX and TT_MATCH
|
2013-02-18 16:18:19 +09:00 |
|
Yukihiro Matz Matsumoto
|
eb14c15e99
|
rename hook and macro
|
2013-02-18 16:15:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
66a7b04b25
|
Merge pull request #845 from masuidrive/hook_fetch
Added a hook at VM code fetch.
|
2013-02-17 23:11:49 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
9b06a4506e
|
Merge pull request #850 from mattn/pluggable_regexp
Pluggable regexp
|
2013-02-17 23:08:58 -08:00 |
|
Yukihiro Matz Matsumoto
|
3a78093b45
|
resolve conflict
|
2013-02-18 09:13:52 +09:00 |
|
Yukihiro Matz Matsumoto
|
5568df5efe
|
:Merge branch 'master' of github.com:mruby/mruby
Conflicts:
src/class.c
|
2013-02-18 09:11:54 +09:00 |
|
Yuichiro MASUI
|
bc44d06c73
|
Created hook at VM code fetch. It's for debugger
|
2013-02-17 00:13:42 +09:00 |
|
skandhas
|
07bff3956e
|
fix error output for Module#remove_const
|
2013-02-16 22:22:08 +08:00 |
|
mattn
|
e0f25b1fda
|
ready to pass second argument of Regexp.new
|
2013-02-15 13:55:41 +09:00 |
|
Yukihiro Matz Matsumoto
|
e96743f3d7
|
use mrb_get_args("n") instead of decomposing each time
|
2013-02-15 10:45:32 +09:00 |
|
mattn
|
55ef8c50fb
|
REGEXP_CLASS
|
2013-02-15 10:22:10 +09:00 |
|
Yukihiro Matz Matsumoto
|
37fe3d666f
|
add Module#remove_const
|
2013-02-15 10:20:55 +09:00 |
|
mattn
|
6aee0485fc
|
Should be OP_LOADL
|
2013-02-15 09:22:59 +09:00 |
|
mattn
|
b1a5146ea8
|
Pluggable Regexp
|
2013-02-15 04:38:27 +09:00 |
|
Akira Yumiyama
|
397d1e7aa9
|
add mrb_str_to_cstr
|
2013-02-11 21:02:35 +09:00 |
|
Yukihiro Matz Matsumoto
|
75ae568236
|
should adjust stack size when irep->nregs is larger than allocate size; close #835
|
2013-02-10 23:54:57 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9a439245df
|
Merge pull request #831 from carsonmcdonald/ciidxfix
Don't overwrite ciidx if it is already set.
|
2013-02-09 04:43:07 -08:00 |
|
Carson McDonald
|
92eb282b7a
|
Don't overwrite ciidx if it is already set.
|
2013-02-08 06:57:15 -05:00 |
|
Carson McDonald
|
2ce3b31a8a
|
Fix incorrect index use. nerr was being used for warning buffer check.
|
2013-02-07 07:27:59 -05:00 |
|
Cremno
|
11869a433b
|
rewrote mrb_any_to_s
use %p instead of %lx to prevent truncation and for consistency
|
2013-02-06 00:07:09 +01:00 |
|
Yukihiro "Matz" Matsumoto
|
70eaa9d58e
|
Merge pull request #815 from masamitsu-murase/modify_handling_of_large_fixnum
Modify handling of large fixnum
|
2013-02-03 16:10:34 -08:00 |
|
Yukihiro "Matz" Matsumoto
|
e887059cbf
|
Merge pull request #816 from masamitsu-murase/modify_potential_error_of_hash
Fix potential bug about Hash.
|
2013-02-03 16:08:27 -08:00 |
|
Masamitsu MURASE
|
eaf32e02e0
|
Restore arena in String#split.
|
2013-02-03 17:10:05 +09:00 |
|
Masamitsu MURASE
|
aeb8e2eaac
|
Fix potential bug about Hash.
|
2013-02-03 16:52:43 +09:00 |
|
Masamitsu MURASE
|
641fc9902f
|
Prevent overflow of Fixnum#to_s.
|
2013-02-03 16:32:30 +09:00 |
|
Masamitsu MURASE
|
2087526342
|
Modify handling of integer literal.
Do not assume that significand of `double` is larger than `mrb_int`.
|
2013-02-03 16:29:46 +09:00 |
|
Masamitsu MURASE
|
54eb08e2fc
|
Remove ";" suffix from function-type macros.
|
2013-02-02 00:24:30 +09:00 |
|
Masamitsu MURASE
|
ee0cfb2101
|
Bug fix.
|
2013-01-31 02:27:42 +09:00 |
|
Masamitsu MURASE
|
a943942ca7
|
Add field_write_barrier when an method is defined.
|
2013-01-31 01:21:20 +09:00 |
|
Masamitsu MURASE
|
8ce1ea8437
|
Protect irep of ensure.
|
2013-01-30 20:46:37 +09:00 |
|
Masaki Muranaka
|
d2386eb9b0
|
Remove unused define and commented out code.
|
2013-01-30 11:37:56 +09:00 |
|
Yukihiro Matz Matsumoto
|
e43216c45d
|
rename mrb_ary_alen to mrb_ary_len; close #781
|
2013-01-30 07:45:32 +09:00 |
|