index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
variable.c
Age
Commit message (
Expand
)
Author
2016-05-15
vm_insnhelper.c: deprecated constant in class
nobu
2016-04-22
variable.c: fix implicit conversion
nobu
2016-04-22
* variable.c: use uint32_t instead of long to avoid confusion about
naruse
2016-03-23
* variable.c: Added documentation about order of `Module#constants`
hsbt
2016-01-14
variable.c: matched backrefs only
nobu
2016-01-14
variable.c: $1..$9 in global_variables
nobu
2016-01-12
resolve class name earlier and more consistently
normal
2016-01-04
variable.c (rb_mod_deprecate_constant): [DOC] added
sho-h
2015-12-29
use id_table for constant tables
normal
2015-12-21
* variable.c (struct ivar_update): rename "extended" to "iv_extended"
ngoto
2015-12-08
make local symbols static
nobu
2015-12-06
introduce rb_autoload_str to replace rb_autoload
normal
2015-11-29
variable.c: remove spurious #define for globals
normal
2015-11-09
variable.c (rb_autoload_load): allow recursive calls
normal
2015-11-04
variable.c: suppress a warning
nobu
2015-11-02
variable.c: remove casts for rb_class_ivar_set callers
normal
2015-11-02
variable.c (rb_global_tbl): convert to id_table
normal
2015-10-31
use rb_source_loc and rb_source_location
nobu
2015-10-30
variable.c: rb_class_ivar_set
nobu
2015-10-30
variable.c (generic_ivar_remove): return original value
normal
2015-10-30
variable.c (rb_st_insert_id_and_value): reduce args
normal
2015-10-29
variable.c: reduce heap usage for autoload_data_i
normal
2015-10-28
variable.c: additional locking around autoload
normal
2015-10-28
error.c: receiver in NameError
nobu
2015-10-28
NameError#receiver of uninitialized constant
nobu
2015-09-16
variable.c: fail if frozen
nobu
2015-08-04
variable.c: wrap long lines
normal
2015-07-30
variable.c: Module#deprecate_constant
nobu
2015-06-24
variable.c: remove FL_ABLE check for generic ivars
normal
2015-06-03
variable.c: remove generic ivar support for special constants
normal
2015-05-30
variable.c: avoid compatibility table with generic ivars
normal
2015-05-29
variable.c: use indices for generic ivars
normal
2015-05-29
variable.c: extract common functions for generic ivar indices
normal
2015-05-21
variable.c: generic_iv_tbl is unavoidable
normal
2015-05-16
allocate structs with wrapper
nobu
2015-05-14
* variable.c: Change autoload to call `require` through Ruby rather
tenderlove
2015-05-13
variable.c: no intermediate IDs
nobu
2015-04-13
variable.c: const_update
nobu
2015-04-13
variable.c: setup_const_entry
nobu
2015-04-13
variable.c: ensure
nobu
2015-03-22
variable.c: escape erred name
nobu
2015-03-12
* internal.h, node.h: move a definition of `struct rb_global_entry'
ko1
2015-02-28
variable.c: rb_search_class_path
nobu
2015-02-28
variable.c: preserve name encoding of subclass
nobu
2015-02-06
revert r45487
nobu
2015-02-06
variable.c: ignore mortal classid
nobu
2014-12-01
use 0 for reserved
nobu
2014-11-21
get rid of inadvertent ID creation
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-10-19
variable.c, vm_insnhelper.c: improve performance
nobu
[next]