aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * include/ruby/ruby.h: add C APIs.nari2012-10-201-2/+1
* internal.h: allocator function in rb_classext_tnobu2012-09-081-1/+8
* object.c: preserve encodingsnobu2012-08-171-5/+6
* object.c: forbid uninitialized classnobu2012-08-161-0/+3
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-151-26/+12
* Revert r36699 and r36700. [Feature #6130]naruse2012-08-151-12/+26
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-141-26/+12
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-0/+1
* * variable.c (rb_mod_class_variables): return inherited variablesshugo2012-07-191-1/+1
* * object.c (Init_Object): Added RDoc location pointers fordrbrain2012-07-021-4/+4