take_cheeze
|
699964a86e
|
Use mrb_regexp_p to check regexp.
|
2014-04-17 14:32:45 +09:00 |
|
take_cheeze
|
d4a510f751
|
Add mrb_regexp_p to check whether mrb_value is Regexp.
|
2014-04-17 14:32:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
af5a32f4e5
|
Merge pull request #2069 from cremno/static
various functions should have internal linkage
|
2014-04-17 07:58:05 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
f756a8a72f
|
Merge pull request #2068 from cremno/exc_inspect-convert-mesg-to-string
convert exception message to string
|
2014-04-17 07:54:34 +09:00 |
|
cremno
|
8271b4ba27
|
various functions should have internal linkage
|
2014-04-16 21:26:12 +02:00 |
|
cremno
|
36d3909e63
|
get classname and concatenate ": " only once
|
2014-04-16 20:48:39 +02:00 |
|
cremno
|
b4bb2a700a
|
convert exception message to string
fixes: mruby -e "p ArgumentError.new(1)"
|
2014-04-16 20:44:07 +02:00 |
|
take_cheeze
|
c0eaaf3559
|
Move src/re.h to include/mruby/re.h .
|
2014-04-16 22:39:57 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
93c82514dc
|
Merge branch 'master' of github.com:mruby/mruby
|
2014-04-16 15:22:50 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
3e00684faa
|
resolve conflict
|
2014-04-16 15:18:52 +09:00 |
|
Jun Hiroe
|
cdb49ab608
|
Refactor fix_to_f in numeric.c
|
2014-04-16 13:42:40 +09:00 |
|
Jun Hiroe
|
212b3409ae
|
Refactor lshift in numeric.c
|
2014-04-16 13:42:40 +09:00 |
|
Jun Hiroe
|
0823b23623
|
Refactor fix_shift_get_width in numeric.c
|
2014-04-16 13:42:40 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1c9ad8a580
|
fixed typo in opcode.h
|
2014-04-15 22:24:02 +09:00 |
|
mirichi
|
b796c503fa
|
OP_EQ系が速くなった
|
2014-04-15 19:30:42 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5138f62d6b
|
resolve conflict
|
2014-04-15 10:55:46 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
4685a43dd6
|
should always initialize header flags for pooled strings
|
2014-04-14 16:55:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
10db9e62b6
|
fixed wrong use of pointer reference found by @tsahara; ref #2059
|
2014-04-14 16:48:23 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2a76532fe8
|
Merge pull request #2060 from cremno/exc_inspect-dup-file
exc_inspect: dup file and check mesg only once
|
2014-04-14 12:22:18 +09:00 |
|
cremno
|
7a8ed0fa3a
|
exc_inspect: dup file and check mesg only once
|
2014-04-14 03:52:17 +02:00 |
|
cremno
|
649081661a
|
reduce RSTRING_PTR usage
|
2014-04-14 00:58:34 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
8d95e5a0de
|
use kh_put2 in mrb_hash_set for performance improvement
|
2014-04-13 18:26:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
6c02935eb1
|
Merge branch 'master' of github.com:mruby/mruby
|
2014-04-13 17:34:27 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b631e0f8d5
|
avoid function style parens after "return"; ref #2055
|
2014-04-13 17:34:06 +09:00 |
|
Jun Hiroe
|
70e93da724
|
Fix indent in bit_coerce
|
2014-04-13 03:11:58 +09:00 |
|
Jun Hiroe
|
996343caa2
|
Refactor fix_rshift
|
2014-04-13 00:41:22 +09:00 |
|
Jun Hiroe
|
f8e1633c0d
|
Refactor fix_lshift
|
2014-04-13 00:37:55 +09:00 |
|
Jun Hiroe
|
8496f84b9b
|
Refactor fix_rev
|
2014-04-12 23:45:22 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
bff93ba93f
|
simplify Fixnum#==
|
2014-04-12 16:38:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
1ef77ab3ff
|
simplify Numeric#eql?
|
2014-04-12 16:30:45 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
8321ad3f56
|
remove num_equal() that potentially cause infinite loop
|
2014-04-12 16:08:47 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
63eddaa696
|
Merge branch 'master' of github.com:mruby/mruby
|
2014-04-12 14:28:52 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
18ee842bea
|
replace memcpy() with a magic number by two assignments as suggested by @cremno; close #2048
|
2014-04-12 14:28:43 +09:00 |
|
ksss
|
d305a9dad7
|
mrb_str_dup use sheard string instead of new string
|
2014-04-12 04:44:56 +00:00 |
|
ksss
|
e08998be8f
|
Delegate irep string free to mrb_gc_free_str
|
2014-04-12 04:44:56 +00:00 |
|
Takeshi Watanabe
|
824d3450c5
|
Qualify argv argument of API const.
|
2014-04-11 20:38:23 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b20d711c4d
|
Numeric#round takes optinal argument; close #2042
|
2014-04-11 14:22:48 +09:00 |
|
take_cheeze
|
9f24cd6d79
|
Qualify mrb_yield_*'s argv const.
|
2014-04-10 17:34:38 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
93491caec9
|
revert b45e99 since a bug in khash.h was fixed
|
2014-04-10 00:57:21 +09:00 |
|
mattn
|
948ddace20
|
Fix invalid hash type
|
2014-04-09 21:48:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b45e99b0d5
|
call kh_get before kh_put to avoid potential key lost; reported by @mirichi
|
2014-04-09 21:38:29 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
ef9daf7ef3
|
fixed typos in operand descriptions
|
2014-04-09 21:37:28 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
63cf7073de
|
improve hash function based on #2027; close #2027
|
2014-04-09 11:49:26 +09:00 |
|
take_cheeze
|
70f6aa0496
|
Fix wrong mrb_bug use found with mruby-clang-plugin.
|
2014-04-08 23:46:18 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
5f2817b36c
|
backslash escapes in regexp should be addressed by Regexp processor; close #2005
|
2014-04-04 13:12:58 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
59cd24d41f
|
Hash#replace should copy default as well; close #2004
|
2014-04-04 12:14:23 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
9f6d69ee56
|
simplify string equality check
|
2014-04-04 12:06:13 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
b9a4d64064
|
implement Hash#initialize in C
|
2014-04-04 11:03:26 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
28ab106292
|
Hash#replace to preserve order; close #2001
|
2014-04-04 10:50:42 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
2d61698799
|
should not access proc->body.irep if proc is PROC_CFUNC; close #1999
|
2014-04-04 01:47:47 +09:00 |
|