aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* * object.c: [DOC] Clarify Object#dup vs #clone [Bug #9128]zzak2013-11-211-7/+32
* * include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.ko12013-11-041-1/+1
* * object.c: [DOC] Document first argument also takes string for:zzak2013-10-241-0/+20
* object.c: avoid inadvertent symbol creationnobu2013-10-091-4/+33
* * object.c: [DOC] remove comment about trust/untrust.ktsj2013-08-251-2/+2
* * error.c, object.c, ext/readline/README.ja: [DOC] $SAFE=4 is obsolete.ktsj2013-08-181-1/+1
* object.c: undef Module#prepend_features on Classnobu2013-08-131-0/+1
* object.c: Module#singleton_class?nobu2013-08-081-0/+9
* * object.c (rb_class_inherited_p): allow iclasses to be tested forcharliesome2013-08-051-1/+1
* * object.c (rb_obj_cmp): Improve doc for Kernel#<=>eregon2013-07-091-2/+3
* Module extended doc by @PragTob [fixes GH-335]hsbt2013-07-091-2/+20
* * object.c: Fix rdoc for Kernel#<=>. [Fix GH-352]knu2013-07-091-1/+1
* * object.c (rb_obj_equal): Fixed an rb_obj_equal documentation typocharliesome2013-07-041-3/+3
* * class.c, include/ruby/ruby.h: add write barriers for T_CLASS,ko12013-06-141-1/+1
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-41/+12
* * object.c (rb_Hash): fix docs. patched by Stefan Schüßler.ayumin2013-06-041-1/+1
* * object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322]zzak2013-05-311-2/+2
* * object.c (rb_obj_clone): should not propagate OLDGEN status.ko12013-05-231-2/+4
* * object.c (rb_inspect): fix typo and error messageeregon2013-05-181-2/+2
* * gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko12013-05-131-1/+1
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-6/+15
* * object.c (rb_obj_setup): added.ko12013-05-131-0/+9
* object.c: skip prepending modulesnobu2013-05-021-0/+2
* id.def: predefined IDsnobu2013-05-021-13/+10
* * object.c: With feedback from Steve Klabnik, reverted a change tozzak2013-04-281-8/+8
* * object.c: Documentation for taint and trust [Bug #8162]zzak2013-04-281-8/+39
* object.c: extract common codenobu2013-04-081-61/+30
* * object.c (rb_obj_ivar_set): call to_str for string only once.naruse2013-04-081-4/+8
* * object.c (rb_mod_const_set): call to_str for string only once.naruse2013-04-071-5/+10
* * object.c (rb_mod_cvar_set): call to_str for string only once.naruse2013-04-071-5/+10
* object.c: avoid inadvertent symbol creationnobu2013-04-041-4/+14
* * object.c (rb_mod_cvar_set): Reverted "avoid inadvertentakr2013-04-041-14/+4
* object.c: avoid inadvertent symbol creationnobu2013-04-041-6/+41
* object.c: avoid inadvertent symbol creationnobu2013-04-041-18/+12
* bignum.c: hide intermediate Bignumsnobu2013-04-031-0/+9
* * object.c (Init_Object): remove Module#used, which has beenshugo2013-03-131-1/+0
* * object.c: Document methods receiving string and convert to symbolzzak2013-02-241-2/+23
* * array.c: Document #<=> return values and formattingzzak2013-02-231-6/+7
* * object.c (rb_obj_comp): Documenting Object#<=> return valueszzak2013-02-231-0/+11
* * object.c: Add doc for Module.prependedmarcandre2013-02-221-0/+20
* * object.c: Document Data class [Bug #7890] [ruby-core:52549]zzak2013-02-201-0/+6
* * object.c: rdoc formatting for Kernel#Array()zzak2013-02-191-2/+3
* * object.c: Improve error for failed implicit conversions [Bug #7539]marcandre2013-01-291-1/+4
* * object.c: Fix rdoc typo, patch by Narsimham Chelluri [#7753].marcandre2013-01-291-1/+1
* * object.c: Typo in Kernel#hash documentation.eregon2013-01-171-1/+1
* object.c: CLASS_OR_MODULE_Pnobu2013-01-151-20/+10
* object.c: two literalsnobu2013-01-151-2/+1
* object.c: singleton class clonenobu2012-12-291-1/+1
* internal.h: quote unprintablenobu2012-12-221-25/+43
* object.c: no nested symbolnobu2012-12-221-0/+4