summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
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
2011-07-27 * object.c: Add usage documentation for BasicObject. Based on patchdrbrain
2011-07-26* eval_error.c (rb_print_undef_str): new function to raisenobu
2011-07-26* parse.y (rb_check_id): make the given name a symbol or a string.nobu
2011-07-23* error.c (rb_name_error_str): new function to raise NameErrornobu
2011-07-22* object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu
2011-06-29 * math.c: Attach documentation for Math.drbrain
2011-06-27 * object.c (Init_Object): Teach RDoc what Init_class_hierarchy does todrbrain
2011-06-18* method.h, internal.h iseq.h: declare internal functions.akr
2011-06-18* include/ruby/backward/classext.h: for evil gems. fixed #4803nobu
2011-06-17* internal.h: declare internal functions here.akr
2011-06-17 * object.c: Document Module#method_added and #method_removed.drbrain
2011-05-27* object.c (rb_mod_attr_accessor, rb_mod_const_set): made rdocmarcandre
2011-05-18* internal.h: add for internal use only.nobu
2011-05-12 * object.c: format comments to keep 80 columns in a line.nagachika
2011-05-11 * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.drbrain
2011-03-29 * string.c (rb_String): Kernel#String should call to_str before to_s.nagachika
2011-01-27 * object.c (rb_str_to_dbl): rewrite again. use ALLOCV insteadkosaki
2011-01-24 * object.c (rb_str_to_dbl): Fix again. use rb_str_tmp_new()kosaki
2011-01-24 * object.c (rb_str_to_dbl): use ALLOC_N instead ALLOCA_N becausekosaki
2010-10-30* object.c: Make BasicObject.new accept no parameter.marcandre
2010-10-26* object.c (Init_Object), constant.h, variable.cmame
2010-10-26* class.c, constant.h, gc.c, method.h, object.c, variable.c,mame
2010-10-26* class.c, gc.c, object.c, variable.c, vm_insnhelper.c,mame
2010-10-24* array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu
2010-10-19Commit miss.nobu
2010-10-19* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu
2010-09-18Improved doco for both Module.new and Class.newryan
2010-08-27* object.c (rb_obj_class): remove mention of obsolete method.usa
2010-08-20Add rdoc about Kernel#<=> [ruby-core:31770]naruse