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
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
2012-05-29
class variable table intialization bug; close #206
Yukihiro Matsumoto
2012-05-23
cast style consistency
Yukihiro Matsumoto
2012-05-09
partial VC support
Yukihiro Matsumoto
2012-05-07
Merge pull request #99 from MobiRuby/const_missing
Yukihiro "Matz" Matsumoto
2012-05-06
add const to char*
Yuichiro MASUI
2012-05-05
add Object.const_missing
Yuichiro MASUI
2012-04-30
rm whitespace
roco
2012-04-27
Merge pull request #61 from pbhogan/fix-warnings
Yukihiro "Matz" Matsumoto
2012-04-26
Remove unused ret argument from kh_put.
Patrick Hogan
2012-04-26
Remove a bunch of unused variables.
Patrick Hogan
2012-04-26
fix #56
mattn
2012-04-24
move header files {irep,dump,cdump,ritehash}.h to /include/mruby
Yukihiro Matsumoto
2012-04-24
mv variable.h to mruby/variable.h
Yukihiro Matsumoto
2012-04-23
Merge branch 'master' of github.com:mruby/mruby
mimaki
2012-04-23
add file header
mimaki
2012-04-20
fixed the compile error when it comments out the definition of INCLUDE_ENCODI...
snaba
2012-04-20
add mruby sources
mimaki