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
/
object.c
Age
Commit message (
Expand
)
Author
2013-05-02
object.c: skip prepending modules
nobu
2013-05-02
id.def: predefined IDs
nobu
2013-04-28
* object.c: With feedback from Steve Klabnik, reverted a change to
zzak
2013-04-28
* object.c: Documentation for taint and trust [Bug #8162]
zzak
2013-04-08
object.c: extract common code
nobu
2013-04-08
* object.c (rb_obj_ivar_set): call to_str for string only once.
naruse
2013-04-07
* object.c (rb_mod_const_set): call to_str for string only once.
naruse
2013-04-07
* object.c (rb_mod_cvar_set): call to_str for string only once.
naruse
2013-04-04
object.c: avoid inadvertent symbol creation
nobu
2013-04-04
* object.c (rb_mod_cvar_set): Reverted "avoid inadvertent
akr
2013-04-04
object.c: avoid inadvertent symbol creation
nobu
2013-04-04
object.c: avoid inadvertent symbol creation
nobu
2013-04-03
bignum.c: hide intermediate Bignums
nobu
2013-03-13
* object.c (Init_Object): remove Module#used, which has been
shugo
2013-02-24
* object.c: Document methods receiving string and convert to symbol
zzak
2013-02-23
* array.c: Document #<=> return values and formatting
zzak
2013-02-23
* object.c (rb_obj_comp): Documenting Object#<=> return values
zzak
2013-02-22
* object.c: Add doc for Module.prepended
marcandre
2013-02-20
* object.c: Document Data class [Bug #7890] [ruby-core:52549]
zzak
2013-02-19
* object.c: rdoc formatting for Kernel#Array()
zzak
2013-01-29
* object.c: Improve error for failed implicit conversions [Bug #7539]
marcandre
2013-01-29
* object.c: Fix rdoc typo, patch by Narsimham Chelluri [#7753].
marcandre
2013-01-17
* object.c: Typo in Kernel#hash documentation.
eregon
2013-01-15
object.c: CLASS_OR_MODULE_P
nobu
2013-01-15
object.c: two literals
nobu
2012-12-29
object.c: singleton class clone
nobu
2012-12-22
internal.h: quote unprintable
nobu
2012-12-22
object.c: no nested symbol
nobu
2012-12-22
object.c: defer creating string
nobu
2012-12-22
object.c: check more strictly
nobu
2012-12-21
* object.c (rb_obj_hash): shouldn't assume object_id can be long.
usa
2012-12-19
object.c: nul in const name
nobu
2012-12-13
* object.c (Init_Object): no needs to override with same method.
nobu
2012-12-13
* object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copy
charliesome
2012-12-06
* revised r37993 to avoid SEGV/ILL in tests. In r37993, a method
shugo
2012-12-03
object.c: test bits at once
nobu
2012-12-01
object.c: make remove_instance_variable public
nobu
2012-11-30
* revert r37993 to avoid SEGV in tests.
shugo
2012-11-29
* vm_method.c (rb_method_entry_make): add a method entry with
shugo
2012-11-16
object.c: suppress warning
nobu
2012-11-16
adjust indent
nobu
2012-11-12
* probes.d: add DTrace probe declarations. [ruby-core:27448]
tenderlove
2012-11-07
object.c: inadvertent symbol
nobu
2012-11-06
* object.c (rb_mod_const_get): Fix constant missing exception class
tenderlove
2012-11-02
* object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked on
shugo
2012-10-27
* object.c (rb_mod_const_get): make sure the constant name is
tenderlove
2012-10-26
* object.c (rb_mod_const_get): const_get accepts qualified constant
tenderlove
2012-10-20
* include/ruby/ruby.h: add C APIs.
nari
2012-09-08
internal.h: allocator function in rb_classext_t
nobu
2012-08-17
object.c: preserve encodings
nobu
[next]