index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
variable.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove harmful declaration.
ko1
2017-02-20
1
-1
/
+0
*
Supress warning: function might be candidate for attribute 'noreturn'
naruse
2017-02-20
1
-1
/
+1
*
DEPRECATED_INTERNAL_FEATURE
nobu
2017-02-17
1
-2
/
+1
*
variable.c: fatal rb_generic_ivar_table
nobu
2017-02-16
1
-0
/
+8
*
variable.c: fix the condition to cache
nobu
2017-01-11
1
-4
/
+19
*
variable.c: resolve permanent name only
nobu
2017-01-08
1
-2
/
+8
*
variable.c: top-level constant look-up
nobu
2017-01-01
1
-0
/
+4
*
Stop reading past the end of `ivptr` array
tenderlove
2016-11-29
1
-1
/
+1
*
variable.c: rb_deprecate_constant
nobu
2016-09-09
1
-0
/
+16
*
variable.c: fix deprecated constant message
nobu
2016-09-09
1
-1
/
+1
*
variable.c: fix private constant message
nobu
2016-09-09
1
-1
/
+1
*
variable.c: exclude private constants
nobu
2016-07-19
1
-1
/
+1
*
variable.c: consider length
nobu
2016-06-19
1
-6
/
+7
*
variable.c: rb_const_search
nobu
2016-06-19
1
-3
/
+13
*
variable.c: check length
nobu
2016-05-30
1
-1
/
+1
*
variable.c: hidden constants
nobu
2016-05-27
1
-1
/
+3
*
vm_insnhelper.c: deprecated constant in class
nobu
2016-05-15
1
-9
/
+15
*
variable.c: fix implicit conversion
nobu
2016-04-22
1
-3
/
+4
*
* variable.c: use uint32_t instead of long to avoid confusion about
naruse
2016-04-22
1
-29
/
+28
*
* variable.c: Added documentation about order of `Module#constants`
hsbt
2016-03-23
1
-0
/
+3
*
variable.c: matched backrefs only
nobu
2016-01-14
1
-5
/
+15
*
variable.c: $1..$9 in global_variables
nobu
2016-01-14
1
-6
/
+8
*
resolve class name earlier and more consistently
normal
2016-01-12
1
-0
/
+7
*
variable.c (rb_mod_deprecate_constant): [DOC] added
sho-h
2016-01-04
1
-0
/
+7
*
use id_table for constant tables
normal
2015-12-29
1
-82
/
+79
*
* variable.c (struct ivar_update): rename "extended" to "iv_extended"
ngoto
2015-12-21
1
-6
/
+6
*
make local symbols static
nobu
2015-12-08
1
-2
/
+4
*
introduce rb_autoload_str to replace rb_autoload
normal
2015-12-06
1
-6
/
+18
*
variable.c: remove spurious #define for globals
normal
2015-11-29
1
-74
/
+53
*
variable.c (rb_autoload_load): allow recursive calls
normal
2015-11-09
1
-0
/
+3
*
variable.c: suppress a warning
nobu
2015-11-04
1
-1
/
+1
*
variable.c: remove casts for rb_class_ivar_set callers
normal
2015-11-02
1
-3
/
+3
*
variable.c (rb_global_tbl): convert to id_table
normal
2015-11-02
1
-19
/
+19
*
use rb_source_loc and rb_source_location
nobu
2015-10-31
1
-2
/
+1
*
variable.c: rb_class_ivar_set
nobu
2015-10-30
1
-4
/
+4
*
variable.c (generic_ivar_remove): return original value
normal
2015-10-30
1
-4
/
+4
*
variable.c (rb_st_insert_id_and_value): reduce args
normal
2015-10-30
1
-6
/
+5
*
variable.c: reduce heap usage for autoload_data_i
normal
2015-10-29
1
-30
/
+31
*
variable.c: additional locking around autoload
normal
2015-10-28
1
-20
/
+83
*
error.c: receiver in NameError
nobu
2015-10-28
1
-1
/
+1
*
NameError#receiver of uninitialized constant
nobu
2015-10-28
1
-73
/
+65
*
variable.c: fail if frozen
nobu
2015-09-16
1
-0
/
+1
*
variable.c: wrap long lines
normal
2015-08-04
1
-11
/
+22
*
variable.c: Module#deprecate_constant
nobu
2015-07-30
1
-4
/
+21
*
variable.c: remove FL_ABLE check for generic ivars
normal
2015-06-24
1
-2
/
+2
*
variable.c: remove generic ivar support for special constants
normal
2015-06-03
1
-47
/
+16
*
variable.c: avoid compatibility table with generic ivars
normal
2015-05-30
1
-0
/
+63
*
variable.c: use indices for generic ivars
normal
2015-05-29
1
-125
/
+345
*
variable.c: extract common functions for generic ivar indices
normal
2015-05-29
1
-20
/
+43
*
variable.c: generic_iv_tbl is unavoidable
normal
2015-05-21
1
-18
/
+5
[prev]
[next]