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
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
2013-06-07
* variable.c (rb_const_set): fix missing semicolon.
ktsj
2013-06-07
* variable.c (rb_const_set): fix variable type.
nobu
2013-05-25
no clearing method cache
nobu
2013-05-25
eval.c: rb_frame_callee returns current name
nobu
2013-05-24
* variable.c (set_const_visibility): use rb_frame_this_func() instead
charliesome
2013-05-13
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
ko1
2013-05-02
variable.c: move warnings to rb_ivar_get
nobu
2013-05-02
id.def: predefined IDs
nobu
2012-12-27
* variable.c (rb_mod_remove_const): fix segv caused by r38558.
naruse
2012-12-22
internal.h: quote unprintable
nobu
2012-12-04
marshal.c: GC guard
nobu
2012-12-01
* variable.c (rb_class_path_no_cache): add a function to get the class
tenderlove
2012-11-29
variable.c: show namespace
nobu
2012-08-23
remove trailing spaces.
nobu
2012-08-06
variable.c: split CVAR_LOOKUP
nobu
2012-07-31
variable.c: fix r36574
nobu
2012-07-30
variable.c: fix r36574
nobu
2012-07-30
variable.c: tmp_classpath
nobu
2012-07-28
variable.c: RB_TYPE_P
nobu
2012-07-19
* variable.c (rb_mod_class_variables): return inherited variables
shugo
2012-06-22
variable.c: fix indent
nobu
2012-04-14
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2012-04-04
* variable.c (mark_global_entry): remove unused variable.
nobu
2012-04-04
fix typo in r35183
nobu
2012-03-30
* hash.c, marshal.c, object.c, variable.c: fix callback argument types
nobu
2012-03-14
* variable.c: Simplify rdoc for remove_const [Bug #5354]
marcandre
2012-02-14
* variable.c (autoload_const_set, autoload_require): fix
nobu
2011-12-08
* variable.c (set_const_visibility): clear inine-cache when constant's
nagachika
2011-12-03
* variable.c (set_const_visibility): print a warning when no argument
mame
2011-12-03
* variable.c (set_const_visibility): Module#private_constant has
mame
2011-11-30
* variable.c (rb_path2class): don't raise NameError when the middle
naruse
2011-09-29
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-09-03
* variable.c (rb_const_set): show the previous definition
nobu
2011-09-01
* variable.c (rb_autoloading_value) Fix the order of definitions.
naruse
2011-08-31
* variable.c (rb_autoload): There was a chance to run GC (from
nahi
2011-08-31
* Re-apply r33078, thread-safe autoload which is reverted at r33093.
nahi
2011-08-27
* Revert r33078. It caused a Rails application NoMethodError.
nahi
2011-08-26
* variable.c: Make autoload thread-safe. See #921.
nahi
2011-08-11
* variable.c (autoload_delete): An autoload entry is still in a
nahi
2011-08-03
* variable.c (check_before_mod_set): should be static.
nobu
2011-07-26
* eval_error.c (rb_print_undef_str): new function to raise
nobu
2011-07-26
* parse.y (rb_check_id): make the given name a symbol or a string.
nobu
2011-07-23
* error.c (rb_name_error_str): new function to raise NameError
nobu
2011-06-30
* class.c (Init_class_hierarchy): should name BasicObject
matz
2011-06-29
* variable.c (rb_const_get_0): should not look for superclasses if
matz
2011-06-17
* internal.h: declare internal functions here.
akr
2011-06-17
* remove trailing spaces.
nobu
2011-06-16
* variable.c (const_missing): Add simple example of const_missing.
drbrain
2011-05-18
* internal.h: add for internal use only.
nobu
2011-04-14
* variable.c (rb_autoload_p): search superclasses as same as actual
nobu
[prev]
[next]