summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
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
2013-03-13* object.c (Init_Object): remove Module#used, which has beenshugo
2013-02-24* object.c: Document methods receiving string and convert to symbolzzak
2013-02-23* array.c: Document #<=> return values and formattingzzak
2013-02-23* object.c (rb_obj_comp): Documenting Object#<=> return valueszzak
2013-02-22* object.c: Add doc for Module.prependedmarcandre
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-15object.c: CLASS_OR_MODULE_Pnobu
2013-01-15object.c: two literalsnobu
2012-12-29object.c: singleton class clonenobu
2012-12-22internal.h: quote unprintablenobu
2012-12-22object.c: no nested symbolnobu
2012-12-22object.c: defer creating stringnobu
2012-12-22object.c: check more strictlynobu
2012-12-21* object.c (rb_obj_hash): shouldn't assume object_id can be long.usa
2012-12-19object.c: nul in const namenobu
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_copycharliesome
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-12-03object.c: test bits at oncenobu
2012-12-01object.c: make remove_instance_variable publicnobu