aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* object.c: defer creating stringnobu2012-12-221-43/+26
* object.c: check more strictlynobu2012-12-221-3/+3
* * object.c (rb_obj_hash): shouldn't assume object_id can be long.usa2012-12-211-1/+8
* object.c: nul in const namenobu2012-12-191-3/+4
* * object.c (Init_Object): no needs to override with same method.nobu2012-12-131-1/+0
* * object.c (Init_Object): use rb_mod_init_copy for Class#initialize_copycharliesome2012-12-131-1/+1
* * revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo2012-12-061-3/+2
* object.c: test bits at oncenobu2012-12-031-1/+2
* object.c: make remove_instance_variable publicnobu2012-12-011-2/+2
* * revert r37993 to avoid SEGV in tests.shugo2012-11-301-2/+3
* * vm_method.c (rb_method_entry_make): add a method entry withshugo2012-11-291-3/+2
* object.c: suppress warningnobu2012-11-161-0/+2
* adjust indentnobu2012-11-161-2/+2
* * probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove2012-11-121-0/+9
* object.c: inadvertent symbolnobu2012-11-071-2/+10
* * object.c (rb_mod_const_get): Fix constant missing exception classtenderlove2012-11-061-1/+17
* * object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked onshugo2012-11-021-0/+16
* * object.c (rb_mod_const_get): make sure the constant name istenderlove2012-10-271-1/+4
* * object.c (rb_mod_const_get): const_get accepts qualified constanttenderlove2012-10-261-18/+79