summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
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
2012-11-30* revert r37993 to avoid SEGV in tests.shugo
2012-11-29* vm_method.c (rb_method_entry_make): add a method entry withshugo
2012-11-16object.c: suppress warningnobu
2012-11-16adjust indentnobu
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove
2012-11-07object.c: inadvertent symbolnobu
2012-11-06* object.c (rb_mod_const_get): Fix constant missing exception classtenderlove
2012-11-02* object.c (rb_mod_to_s): Module#{to_s,inspect}, when invoked onshugo
2012-10-27* object.c (rb_mod_const_get): make sure the constant name istenderlove
2012-10-26* object.c (rb_mod_const_get): const_get accepts qualified constanttenderlove
2012-10-20* include/ruby/ruby.h: add C APIs.nari
2012-09-08internal.h: allocator function in rb_classext_tnobu
2012-08-17object.c: preserve encodingsnobu
2012-08-16object.c: forbid uninitialized classnobu
2012-08-15Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-08-15Revert r36699 and r36700. [Feature #6130]naruse
2012-08-14Kernel#inspect: improve consistency and do not call #to_s.eregon
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-07-19* variable.c (rb_mod_class_variables): return inherited variablesshugo
2012-07-02* object.c (Init_Object): Added RDoc location pointers fordrbrain
2012-06-27Module#prependnobu
2012-06-19* object.c: Fix typo in rdocmarcandre
2012-06-05obj_init_copynobu
2012-06-01class_or_module_requirednobu
2012-05-31* object.c (Init_Object): Restored Kernel documentation based ondrbrain
2012-05-31* object.c (rb_equal): Let Object be a link in #=== documentation.drbrain
2012-05-07* object.c (Init_Object): Added reference to variable.c wheredrbrain
2012-04-24* hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu
2012-04-18Revert r35339-35343 because of no tests.naruse
2012-04-16* object.c: Add NilClass#to_h [Feature #6276]marcandre
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-03-30* hash.c, marshal.c, object.c, variable.c: fix callback argument typesnobu
2012-03-16 * object.c: Fix indentation of Class#inherited example.drbrain
2012-02-23* object.c (rb_obj_eql): Improve equality documentation by adding andrbrain
2012-02-23* object.c (rb_obj_hash): Added note that the hash value is notdrbrain
2012-01-24* object.c (rb_Hash): fix mixed declaration and code.nobu
2012-01-24* object.c (rb_Hash): trivial optimization.nobu
2012-01-24* object.c (rb_Hash): add Kernel#Hash conversion method likematz
2012-01-15* object.c (rb_inspect): raise the result is not compatible withnaruse
2012-01-11* object.c: Added examples for Object#is_a? and Object#instance_of?ayumin
2012-01-07Fix typo of rdoc of Object#inspect.naruse
2012-01-07* gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari
2012-01-06* object.c (rb_inspect): raises Encoding::CompatibilityError if thenaruse
2011-12-11* object.c (rb_check_to_int): new function to convert a VALUE tonobu
2011-10-10* object.c (Init_Object): Add reference to BasicObject, briefdrbrain
2011-09-29* use RB_TYPE_P which is optimized for constant types, instead ofnobu
2011-09-18* object.c (rb_obj_clone): singleton class should be attachednobu