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-04-20
Module#class_variables should check superclasses
Yukihiro "Matz" Matsumoto
2013-04-04
Use mrb_name_error() as possible.
Masaki Muranaka
2013-04-02
Module#constants should include constants defined in superclass; close #1126
Yukihiro "Matz" Matsumoto
2013-04-02
add Module#constants (15.2.2.4.24)
Yukihiro "Matz" Matsumoto
2013-03-29
Sort include files. Some redundant includes are removed.
Masaki Muranaka
2013-03-27
use new mrb_format API from mrb_raisef; its only format specifier is "%S" (st...
Yukihiro Matz Matsumoto
2013-03-26
remove all MRB_TT_MAIN from source
Yukihiro Matz Matsumoto
2013-03-25
Make mrb_top_self return a real instance.
Carson McDonald
2013-03-24
Adjusted indent, space and tab
MATSUMOTO Ryosuke
2013-03-24
Use size_t instead of int. This is for portability.
Yukihiro Matz Matsumoto
2013-03-24
Use mrb_bool instead of int. This is for portability; based on e767ebf but iv...
Yukihiro Matz Matsumoto
2013-03-23
rename mrb_ptr_as_string() to mrb_ptr_to_str()
Yukihiro Matz Matsumoto
2013-03-23
Remove *printf() that have "%p" format as possible. Use tomrb_ptr_as_string()...
Masaki Muranaka
2013-03-23
Use mrb_str_cat() instead of mrb_str_cat2() as possible.
Masaki Muranaka
2013-03-22
Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by s...
Masaki Muranaka
2013-03-14
symbol length make size_t from mrb_int; cancel #993 monaka/pr-cleanup-symbol....
Yukihiro Matz Matsumoto
2013-03-12
fix inspect method
Akito Mochizuki
2013-03-05
Replace tabs with spaces
kano4
2013-03-03
Remove trailing whitespaces. This is just a cosmetic change.
Masaki Muranaka
2013-03-01
Move the place of a curly bracket. This is just a cosmetic change.
Masaki Muranaka
2013-02-17
Merge pull request #850 from mattn/pluggable_regexp
Yukihiro "Matz" Matsumoto
2013-02-15
add Module#remove_const
Yukihiro Matz Matsumoto
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
[prev]
[next]