Yukihiro Matz Matsumoto
|
3eeef30618
|
make mrb_hash_keys() non static function
|
2012-11-14 14:42:21 +09:00 |
|
skandhas
|
1cc44cfd78
|
add Module#class_variables
|
2012-11-09 23:00:24 +08:00 |
|
Yukihiro Matz Matsumoto
|
3ceadfa5b2
|
inline include/mruby/object.h
|
2012-11-05 06:10:22 +09:00 |
|
Yukihiro Matz Matsumoto
|
3e1dd77b16
|
remove ROBJECT_{IVPTR,NUMIV}
|
2012-11-04 13:57:25 +09:00 |
|
Yukihiro Matz Matsumoto
|
c903910c6b
|
replace RBASIC by mrb_basic
|
2012-11-04 13:56:08 +09:00 |
|
Yukihiro Matz Matsumoto
|
3e22c939e6
|
remove NUM2CHR macro
|
2012-11-04 05:16:44 +09:00 |
|
Yukihiro Matz Matsumoto
|
a354aca8b4
|
remove NUM2CHR macro
|
2012-11-04 05:15:58 +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
|
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 |
|
Yuichiro MASUI
|
15f46a1feb
|
define convert method mrb_int/mrb_float with C string
|
2012-10-27 14:26:50 +09:00 |
|
Masaki Muranaka
|
1933e2660c
|
Use substitution instead of memset in structure initialization.
|
2012-10-25 15:47:45 +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 |
|
Masaki Muranaka
|
fed285d194
|
Use MRB_DUMP_SIZE_OF_CHAR instead of sizeof(char).
|
2012-10-22 11:17:31 +09:00 |
|
Yukihiro Matsumoto
|
70abbb423a
|
should not free() static iseq from cdump
|
2012-10-17 02:57:40 +09:00 |
|
Yukihiro Matsumoto
|
265fa03d2c
|
defining mrb_int also requires MRB_INT_{MAX,MIN} to be defined
|
2012-10-17 00:40:23 +09:00 |
|
Yukihiro Matsumoto
|
540066c9e2
|
mrb_sym can be short integer; reduced 10KB
|
2012-09-12 16:20:32 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0475196d26
|
Merge pull request #467 from iij/pr-fix-include-path-proc
Fix include path in proc.h.
|
2012-09-12 00:05:45 -07:00 |
|
Kouki Ooyatsu
|
b3a7699c2b
|
Fix include path in proc.h.
|
2012-09-12 14:35:38 +09:00 |
|
Tomoyuki Sahara
|
32b88c72af
|
two more wrapper macros for ctype.h
we need them on the platform where 'char' is signed.
|
2012-09-12 14:02:58 +09:00 |
|
Yukihiro Matsumoto
|
e49224284d
|
OP_EQ should try direct compararison first
|
2012-09-10 22:09:24 +09:00 |
|
Yukihiro Matsumoto
|
7f30385d4a
|
MRB_TT_MAIN is an immediate type; need make clean; close #452
|
2012-09-06 19:41:02 +09:00 |
|
Yukihiro Matsumoto
|
bf7f9f83c7
|
rename config macro name IV_INITIAL_SIZE -> IVHASH_INIT_SIZE
|
2012-09-04 17:38:27 +09:00 |
|
Yukihiro Matsumoto
|
4f7a1a167d
|
remove memleaks using linked allocator
|
2012-09-03 08:34:31 +09:00 |
|
Yukihiro Matsumoto
|
fd3af6aec8
|
introduce toplevel object main; close #327
|
2012-09-03 00:41:09 +09:00 |
|
Yukihiro Matsumoto
|
f114916610
|
source position added to exception representation
|
2012-08-31 15:58:33 +09:00 |
|
Yukihiro Matsumoto
|
3e924e887f
|
save debugging lineno info in irep
|
2012-08-31 11:12:33 +09:00 |
|
Yukihiro Matsumoto
|
950204bc4d
|
remove flags from irep
|
2012-08-29 11:45:36 +09:00 |
|
Masamitsu MURASE
|
42fa994e9b
|
Publish mrb_hash_delete_key.
|
2012-08-26 04:17:56 +09:00 |
|
Yukihiro Matsumoto
|
15725eb4f6
|
file/line info passed to codegen; argument type of mrb_generate_code() has changed
|
2012-08-22 22:36:44 +09:00 |
|
Yukihiro Matsumoto
|
b8fc484d2e
|
allocf should take ud; https://twitter.com/junjis0203/status/236949976461221889
|
2012-08-19 07:48:40 +09:00 |
|
Yukihiro Matsumoto
|
dec6751d7a
|
remove BEGIN/END from syntax
|
2012-08-18 20:51:58 +09:00 |
|
Yukihiro Matsumoto
|
97b7eb6096
|
rename MRUBY_OBJECT_HEADER to MRB_OBJECT_HEADER
|
2012-08-18 19:05:18 +09:00 |
|
Yukihiro Matsumoto
|
41e7d0b475
|
use bit field mrb_vtype in MRUBY_OBJECT_HEADER
|
2012-08-18 19:02:50 +09:00 |
|
Constellation
|
fe9939f74e
|
canonicalize NaN value in NaN boxing environment
|
2012-08-15 21:02:46 +09:00 |
|
Yukihiro Matsumoto
|
7d02df3016
|
NaN boxing
|
2012-08-14 13:16:34 +09:00 |
|
Yukihiro Matsumoto
|
e74600c919
|
move mrb_value def to mruby/value.h
|
2012-08-14 03:09:04 +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
|
8d017ebdb7
|
add GC.disable and GC.enable
|
2012-08-09 03:58:52 +09:00 |
|
Yukihiro Matsumoto
|
8af5a999bf
|
store :initialize in mrb structure
|
2012-08-08 00:25:35 +09:00 |
|
Yukihiro Matsumoto
|
730f53045e
|
define_method to copy block body
|
2012-08-03 20:17:04 +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 |
|
Masaki Muranaka
|
0cee3bb531
|
POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters.
|
2012-07-31 16:50:09 +09:00 |
|