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
2014-04-14
object.c: rb_class_search_ancestor
nobu
2014-03-26
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-03-21
* complax.c: [DOC] Document number conversion of `nil` by @skade [fix GH-570]...
hsbt
2014-03-20
* include/ruby/intern.h (rb_obj_call_init, rb_class_new_instance):
ko1
2014-03-15
object.c: [DOC] merge rdoc
nobu
2014-01-30
object.c: error message encoding
nobu
2014-01-09
* object.c: Add rdoc for classes frozen by default
marcandre
2014-01-09
* hash.c (rb_objid_hash): should return `long'. brushup r44534.
usa
2014-01-08
object.c: hash value from objid with salt
nobu
2013-12-28
* object.c (Kernel#<=>) surround Comparable operators with <code> tags.
eregon
2013-12-20
ruby.h: swap iv_index_tbl and super for struct RClass
tmm1
2013-12-14
object.c: check const names
nobu
2013-12-14
object.c: nested path const_defined?
nobu
2013-12-14
object.c: remove unnecessary assignment
nobu
2013-12-14
object.c: fix typo
nobu
2013-12-14
object.c: fix r44189
nobu
2013-12-14
object.c: optimize rb_mod_const_get for symbol
nobu
2013-12-12
object.c: use RCLASS_M_TBL_WRAPPER for equality checks
tmm1
2013-12-08
* object.c: [DOC] document Module#singleton_class?.
ktsj
2013-12-03
* object.c (rb_obj_clone): don't copy FL_WB_PROTECTED of a
nari
2013-12-03
* object.c (rb_obj_clone): Protect FL_PROMOTED and FL_WB_PROTECTED
nari
2013-11-21
* object.c: [DOC] Clarify Object#dup vs #clone [Bug #9128]
zzak
2013-11-04
* include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.
ko1
2013-10-24
* object.c: [DOC] Document first argument also takes string for:
zzak
2013-10-09
object.c: avoid inadvertent symbol creation
nobu
2013-08-25
* object.c: [DOC] remove comment about trust/untrust.
ktsj
2013-08-18
* error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete.
ktsj
2013-08-13
object.c: undef Module#prepend_features on Class
nobu
2013-08-08
object.c: Module#singleton_class?
nobu
2013-08-05
* object.c (rb_class_inherited_p): allow iclasses to be tested for
charliesome
2013-07-09
* object.c (rb_obj_cmp): Improve doc for Kernel#<=>
eregon
2013-07-09
Module extended doc by @PragTob [fixes GH-335]
hsbt
2013-07-09
* object.c: Fix rdoc for Kernel#<=>. [Fix GH-352]
knu
2013-07-04
* object.c (rb_obj_equal): Fixed an rb_obj_equal documentation typo
charliesome
2013-06-14
* class.c, include/ruby/ruby.h: add write barriers for T_CLASS,
ko1
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-04
* object.c (rb_Hash): fix docs. patched by Stefan Schüßler.
ayumin
2013-05-31
* object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322]
zzak
2013-05-23
* object.c (rb_obj_clone): should not propagate OLDGEN status.
ko1
2013-05-18
* object.c (rb_inspect): fix typo and error message
eregon
2013-05-13
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
ko1
2013-05-13
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
* object.c (rb_obj_setup): added.
ko1
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
[next]