cremno
|
4c868a9562
|
remove SET_PROC_VALUE() macro
It isn't used anymore since the #2791 merge. It's also unlikely to be
needed again as it wasn't before (its usage was unnecessary).
|
2015-05-17 22:25:55 +02:00 |
|
furunkel
|
99a00cf417
|
Avoid unnecessary stores and reloads
|
2015-05-12 13:46:56 +02:00 |
|
Yukihiro "Matz" Matsumoto
|
2b3675bca1
|
word_boxing.h used int to represent symbols; use mrb_sym instead
|
2014-10-03 11:02:06 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
206f89e209
|
add MRB_API modifiers to mruby API functions
|
2014-08-04 00:47:08 +09:00 |
|
take_cheeze
|
fc8b48faf8
|
Move word boxing structs to "mruby/boxing_word.h".
|
2014-07-20 23:02:04 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
61bba9accf
|
rename word boxing functions
|
2014-07-09 06:40:56 +09:00 |
|
Yukihiro "Matz" Matsumoto
|
0cf86dea0e
|
rename SET_FIXNUM_VALUE to SET_INT_VALUE since it sets mrb_int value
|
2014-07-09 06:40:19 +09:00 |
|
David Turnbull
|
249f05e7d7
|
Clean up value.h and mrb_value boxing
|
2014-07-09 06:32:11 +09:00 |
|