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-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