Masaki Muranaka
|
f8fa56d8c3
|
Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by strlen().
|
2013-03-22 14:22:45 +09:00 |
|
Yukihiro Matz Matsumoto
|
d0d920e909
|
rename mrb_true_or_false_value() to mrb_bool_value()
|
2013-03-19 12:03:54 +09:00 |
|
Masaki Muranaka
|
872536a800
|
Use mrb_true_or_false_value() / in obj_respond_to().
|
2013-03-19 11:04:21 +09:00 |
|
Masaki Muranaka
|
447f110e86
|
Use mrb_true_or_false_value() / in mrb_obj_is_kind_of_m().
|
2013-03-19 11:04:21 +09:00 |
|
Masaki Muranaka
|
739338b86f
|
Use mrb_true_or_false_value() / in mrb_obj_ivar_defined().
|
2013-03-19 11:04:21 +09:00 |
|
Masaki Muranaka
|
af1ead1ef9
|
Use mrb_true_or_false_value() / in obj_is_instance_of().
|
2013-03-19 11:04:21 +09:00 |
|
Masaki Muranaka
|
57e345c767
|
Use mrb_true_or_false_value() / in mrb_f_block_given_p_m().
|
2013-03-19 11:04:21 +09:00 |
|
Masaki Muranaka
|
70baae2573
|
Use mrb_true_or_false_value() / in mrb_equal_m().
|
2013-03-19 11:04:21 +09:00 |
|
Masaki Muranaka
|
713c4f9c75
|
Use mrb_true_or_false_value() / in mrb_obj_not_equal_m().
|
2013-03-19 11:04:21 +09:00 |
|
Masaki Muranaka
|
7a840e321a
|
Use mrb_true_or_false_value() / in mrb_obj_equal_m().
|
2013-03-19 11:04:21 +09:00 |
|
Yukihiro Matz Matsumoto
|
88483fad00
|
rename mrb_basic to mrb_basic_ptr; close #1011
|
2013-03-15 23:21:13 +09:00 |
|
kano4
|
60df77788b
|
Add break to default case in switch statement
|
2013-03-14 23:18:12 +09:00 |
|
Yukihiro Matz Matsumoto
|
93e9174c57
|
symbol length make size_t from mrb_int; cancel #993 monaka/pr-cleanup-symbol.c-20130312
|
2013-03-14 19:09:55 +09:00 |
|
Masaki Muranaka
|
97136825e2
|
Separate Kernel#sprintf support from mruby core. It's moved to mrbgems.
|
2013-03-04 23:04:39 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
afa5b26826
|
Merge pull request #931 from matsumoto-r/fix_some_indents
Adjust some indents
|
2013-03-03 04:32:37 -08:00 |
|
Masaki Muranaka
|
6cd7017ec1
|
Remove trailing whitespaces. This is just a cosmetic change.
|
2013-03-03 10:54:00 +09:00 |
|
MATSUMOTO Ryosuke
|
809732ab40
|
Adjust some indents
|
2013-03-02 10:26:54 -08:00 |
|
Masaki Muranaka
|
da9b9c549a
|
Remove unused structures.
|
2013-03-01 13:18:57 +09:00 |
|
brainopia
|
db6e6dc5b8
|
Remove freeze leftovers
|
2013-02-27 09:47:05 +04:00 |
|
Cremno
|
0a22c59938
|
use the new specifier b instead of o
|
2013-01-15 09:15:10 +01:00 |
|
Yukihiro Matz Matsumoto
|
fd12f87712
|
save lastpc on exception and use it in mruby stack trace
|
2012-12-12 18:23:20 +09:00 |
|
skandhas
|
0303faf696
|
fix incorrect checkups in check_iv_name
|
2012-12-09 21:16:58 +08:00 |
|
skandhas
|
f6c44d0dff
|
make 'class_instance_method_list' into a non-static funcion
|
2012-11-26 11:20:48 +08:00 |
|
skandhas
|
c6574ddc4c
|
delete redundant '__send__' definition
|
2012-11-18 13:41:15 +08:00 |
|
Yukihiro Matz Matsumoto
|
a5d7ebbad0
|
prepare metaclass of metaclass when retrieving by singleton_class(); close #540
|
2012-11-16 11:34:16 +09:00 |
|
Yukihiro Matz Matsumoto
|
78be24c87b
|
init_copy should copy IV of SCLASS, HASH, DATA as well
|
2012-11-14 17:19:01 +09:00 |
|
Yukihiro Matz Matsumoto
|
c903910c6b
|
replace RBASIC by mrb_basic
|
2012-11-04 13:56:08 +09:00 |
|
Yukihiro Matz Matsumoto
|
15304c194d
|
replace RTEST() by mrb_test_p()
|
2012-11-04 05:05:53 +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 |
|
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 Matsumoto
|
8271863fe5
|
Kernel#block_given? always gave false
|
2012-10-16 23:46:34 +09:00 |
|
Yukihiro Matsumoto
|
27f002496f
|
true/false should print proper inspect string
|
2012-10-16 22:33:34 +09:00 |
|
Yukihiro Matsumoto
|
26ac77af9b
|
make Kernel#inspect not to call #to_s
|
2012-09-03 00:49:34 +09:00 |
|
Yukihiro Matsumoto
|
fd3af6aec8
|
introduce toplevel object main; close #327
|
2012-09-03 00:41:09 +09:00 |
|
Yukihiro Matsumoto
|
d1a453a89b
|
wrong condition for iv name check
|
2012-08-31 15:59:48 +09:00 |
|
Yukihiro Matsumoto
|
7d02df3016
|
NaN boxing
|
2012-08-14 13:16:34 +09:00 |
|
Yukihiro Matsumoto
|
1ed39d5c05
|
use TRUE/FALSE instead of 1/0
|
2012-08-13 04:19:24 +09:00 |
|
Yukihiro Matsumoto
|
c9fe903fe1
|
now segmented list can be used as instance variable tables by -DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption
|
2012-08-12 01:59:18 +09:00 |
|
Yukihiro Matsumoto
|
3fe4b6414f
|
add const qualifier to stop warning
|
2012-08-12 00:06:09 +09:00 |
|
Yukihiro Matsumoto
|
0b14f950a7
|
add check for instance variable names
|
2012-08-11 23:59:18 +09:00 |
|
Yukihiro Matsumoto
|
77aa261f3b
|
mrb_singleton_class should raise TypeError for immediate objects
|
2012-08-03 19:56:14 +09:00 |
|
Yukihiro Matsumoto
|
d271bf0aa6
|
make mrb_funcall_argv and mrb_funcall_with_block to take mrb_sym as a method name
|
2012-08-01 13:15:02 +09:00 |
|
Max Anselm
|
5a4beeed2d
|
Make all(?) void casts explicit for C++
|
2012-07-29 19:48:48 -04:00 |
|
Masaki Muranaka
|
b2fc62f3a9
|
Remove commented out code.
|
2012-07-29 15:25:14 +09:00 |
|
Yukihiro Matsumoto
|
88b638cf82
|
instance_eval should set target_class in the block
|
2012-07-24 23:16:41 +09:00 |
|
Yukihiro Matsumoto
|
42b7d75a67
|
instance_eval should raise NotImplementedError on string argument
|
2012-07-24 22:57:59 +09:00 |
|
Junji Sawada
|
96366117ea
|
Remove unnecessary header inclusion
|
2012-07-14 11:39:25 +09:00 |
|
Yukihiro Matsumoto
|
e380692224
|
mrb_load_xxx to return undef + mrb_undef_p
|
2012-07-14 07:38:43 +09:00 |
|
Yukihiro Matsumoto
|
48c73ac630
|
less <stdio.h>
|
2012-07-13 10:13:47 +09:00 |
|