index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
variable.c
Age
Commit message (
Expand
)
Author
2013-02-15
Pluggable Regexp
mattn
2013-01-07
These places need the write barrier
Narihiro Nakamura
2012-12-23
add mrb_mod_cv_defined and mrb_cv_defined
skandhas
2012-12-22
mruby should be throw a NameError, if class variable is not exist.
skandhas
2012-12-21
fix mrb_mod_cv_set and add test for Module#class_variable_set
skandhas
2012-12-21
add mrb_mod_cv_set, mrb_cv_set
skandhas
2012-12-20
refactor mrb_vm_cv_get
skandhas
2012-12-20
add mrb_cv_get
skandhas
2012-12-20
add mrb_mod_cv_get
skandhas
2012-12-12
new function mrb_obj_iv_ifnone()
Yukihiro Matz Matsumoto
2012-11-30
Stop warning: extra ';' outside of a function
Ryunosuke SATO
2012-11-14
out of bound access in iv seglist
Yukihiro Matz Matsumoto
2012-11-09
add Module#class_variables
skandhas
2012-11-06
The output of Object#instance_variables contains instance variables and class...
skandhas
2012-11-04
replace SYM2ID() by mrb_symbol()
Yukihiro Matz Matsumoto
2012-11-01
constant access should refer outer class/module; close #514
Yukihiro Matsumoto
2012-10-30
fix cannot get/set const variable form singleton class
skandhas
2012-10-26
singleton classes should be able to have instance variables; close #509
Yukihiro Matsumoto
2012-10-23
mrb_raisef(): new function. Same as previou version of mrb_raise().
Masaki Muranaka
2012-09-05
Check iv.
Masamitsu MURASE
2012-09-04
rename config macro name IV_INITIAL_SIZE -> IVHASH_INIT_SIZE
Yukihiro Matsumoto
2012-08-18
reduce mrb_funcall invocations
Yukihiro Matsumoto
2012-08-18
replace mrb_iv_set by mrb_obj_iv_set
Yukihiro Matsumoto
2012-08-16
MRB_IV_INITIAL_SIZE duplicate definition
Selman ULUG
2012-08-16
khash.h including at line:255
Selman ULUG
2012-08-16
outer might be NULL; close #428
Yukihiro Matsumoto
2012-08-14
NaN boxing
Yukihiro Matsumoto
2012-08-13
iv table may be empty
Yukihiro Matsumoto
2012-08-13
use TRUE/FALSE instead of 1/0
Yukihiro Matsumoto
2012-08-12
now segmented list can be used as instance variable tables by -DMRB_USE_IV_SE...
Yukihiro Matsumoto
2012-08-05
class variable resolution should be same as const resolution
Yukihiro Matsumoto
2012-08-02
reduce invoking const_missing
Yukihiro Matsumoto
2012-08-01
make mrb_funcall_argv and mrb_funcall_with_block to take mrb_sym as a method ...
Yukihiro Matsumoto
2012-07-30
use const MRB_IV_INITIAL_SIZE
Yukihiro Matsumoto
2012-07-30
iv khash initial size to 8
Yukihiro Matsumoto
2012-07-29
Remove commented out code.
Masaki Muranaka
2012-07-25
const reference from instance_eval should not cause SEGV
Yukihiro Matsumoto
2012-07-15
make class_from_sym static
Yukihiro Matsumoto
2012-07-14
Remove unnecessary header inclusion
Junji Sawada
2012-07-13
less <stdio.h>
Yukihiro Matsumoto
2012-07-13
remove st.h inclusion
Yukihiro Matsumoto
2012-06-23
check object type before retrieving instance variabls; close #311
Yukihiro Matsumoto
2012-06-21
move KHASH_DECLARE to header files
Yukihiro Matsumoto
2012-06-19
split declaration and definition for 'khash_xxx'.
crimsonwoods
2012-06-15
use ENABLE/DISABLE instead of INCLUDE for configuration macro names
Yukihiro Matsumoto
2012-06-15
Remove some redundant code.
Masaki Muranaka
2012-06-12
a bug in contant reference from modules
Yukihiro Matsumoto
2012-06-02
Merge pull request #225 from MobiRuby/fixed_const_missing
Yukihiro "Matz" Matsumoto
2012-06-02
'mrb_sym' used as 'uint32_t'. it's broken portability; based on the work from...
Yukihiro Matsumoto
2012-06-02
fixed const_get && const_missing issue
Yuichiro MASUI
[next]