summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2014-01-09* object.c: Add rdoc for classes frozen by defaultmarcandre
2014-01-09* hash.c (rb_objid_hash): should return `long'. brushup r44534.usa
2014-01-08object.c: hash value from objid with saltnobu
2013-12-28* object.c (Kernel#<=>) surround Comparable operators with <code> tags.eregon
2013-12-20ruby.h: swap iv_index_tbl and super for struct RClasstmm1
2013-12-14object.c: check const namesnobu
2013-12-14object.c: nested path const_defined?nobu
2013-12-14object.c: remove unnecessary assignmentnobu
2013-12-14object.c: fix typonobu
2013-12-14object.c: fix r44189nobu
2013-12-14object.c: optimize rb_mod_const_get for symbolnobu
2013-12-12object.c: use RCLASS_M_TBL_WRAPPER for equality checkstmm1
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 anari
2013-12-03* object.c (rb_obj_clone): Protect FL_PROMOTED and FL_WB_PROTECTEDnari
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-09object.c: avoid inadvertent symbol creationnobu
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-13object.c: undef Module#prepend_features on Classnobu
2013-08-08object.c: Module#singleton_class?nobu
2013-08-05* object.c (rb_class_inherited_p): allow iclasses to be tested forcharliesome
2013-07-09* object.c (rb_obj_cmp): Improve doc for Kernel#<=>eregon
2013-07-09Module 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 typocharliesome
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 ArgumentErrorshugo
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 messageeregon
2013-05-13* gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko1
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13* object.c (rb_obj_setup): added.ko1
2013-05-02object.c: skip prepending modulesnobu
2013-05-02id.def: predefined IDsnobu
2013-04-28* object.c: With feedback from Steve Klabnik, reverted a change tozzak
2013-04-28* object.c: Documentation for taint and trust [Bug #8162]zzak
2013-04-08object.c: extract common codenobu
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-04object.c: avoid inadvertent symbol creationnobu
2013-04-04* object.c (rb_mod_cvar_set): Reverted "avoid inadvertentakr
2013-04-04object.c: avoid inadvertent symbol creationnobu
2013-04-04object.c: avoid inadvertent symbol creationnobu
2013-04-03bignum.c: hide intermediate Bignumsnobu