summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
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
2010-07-06* object.c (rb_f_integer): add example with base.nobu
2010-06-17* object.c: Object#public_methods, private_methods, etc. returnsmame
2010-05-29* removed trailing spaces.nobu
2010-05-28* gc.c : use simple lazy sweep algorithm for response performancenari
2010-05-23* ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-04-01* object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse
2010-03-23enable Object#inspect doc.akr
2010-03-23* object.c (rb_obj_singleton_class): new methodshugo
2010-03-21* object.c (rb_obj_hash): use LONG2FIX to avoid Bignum allocation.akr
2010-02-08* object.c (rb_obj_clone): call initialize_clone hook method tomatz
2010-01-13* object.c (rb_class_initialize): Make sure BasicObject doesn't get initializ...marcandre
2009-12-24* lib/object.c (rb_obj_cmp): Default <=> operator returns 0 if objects are ==...marcandre
2009-12-20* object.c: BasicObject#initialize accepts any number of arguments [ruby-core...marcandre
2009-11-03fix typos.akr
2009-11-01* object.c (convert_type): Cleanup unused variablemarcandre
2009-10-29* array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz
2009-10-24* object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]matz
2009-10-21* object.c (rb_obj_inspect): print instance variables only whenmatz
2009-10-21* object.c (rb_obj_inspect): fixed rdoc about the case that to_snobu
2009-10-13* object.c (rb_mod_const_defined): rdoc fixmarcandre
2009-10-03* object.c (rb_f_integer): now Integer() takes optional basematz
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-08-31* class.c: refactored singleton class related matters.yugui
2009-08-26* random.c (random_rand): unified random_int and random_float.nobu
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-07-12* object.c (rb_to_integer, rb_check_to_integer): return Bignumnobu
2009-07-01* hash.c (rb_hash_hash): documentation fix. a patch frommatz
2009-06-29Doxy-commentyugui
2009-06-29Doxy-comments.yugui
2009-06-29* object.c: updated the diagram of metaclass hierarchy in rdoc.yugui
2009-05-24update rdoc.akr
2009-02-22stripped trailing spaces.nobu
2009-02-14* string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame
2009-01-31* include/ruby/ruby.h (STR2CSTR): removed.akr
2009-01-13* object.c (rb_obj_not_match): rdoc.yugui
2008-12-31* object.c (rb_to_float): replaced by to_flo definition frommatz
2008-12-30* object.c (rb_to_float): prohibit conversion from nil to float.matz
2008-12-29* pack.c (pack_pack): template f should not accept non floatmatz
2008-09-23* common.mk: clean upko1