summaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* * lib/object.c (rb_obj_cmp): Default <=> operator returns 0 if objects are ==...marcandre2009-12-241-1/+1
* * object.c: BasicObject#initialize accepts any number of arguments [ruby-core...marcandre2009-12-201-1/+9
* fix typos.akr2009-11-031-8/+8
* * object.c (convert_type): Cleanup unused variablemarcandre2009-11-011-5/+0
* * array.c (rb_ary_to_ary): do not use #respond_to? to detectmatz2009-10-291-5/+10
* * object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]matz2009-10-241-0/+10
* * object.c (rb_obj_inspect): print instance variables only whenmatz2009-10-211-2/+6
* * object.c (rb_obj_inspect): fixed rdoc about the case that to_snobu2009-10-211-3/+2
* * object.c (rb_mod_const_defined): rdoc fixmarcandre2009-10-131-3/+3
* * object.c (rb_f_integer): now Integer() takes optional basematz2009-10-031-12/+45
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-1/+1
* * class.c: refactored singleton class related matters.yugui2009-08-311-34/+3
* * random.c (random_rand): unified random_int and random_float.nobu2009-08-261-0/+10
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-16/+19
* * object.c (rb_to_integer, rb_check_to_integer): return Bignumnobu2009-07-121-0/+2
* * hash.c (rb_hash_hash): documentation fix. a patch frommatz2009-07-011-2/+2
* Doxy-commentyugui2009-06-291-2/+4
* Doxy-comments.yugui2009-06-291-1/+18
* * object.c: updated the diagram of metaclass hierarchy in rdoc.yugui2009-06-291-20/+18
* update rdoc.akr2009-05-241-1/+5
* stripped trailing spaces.nobu2009-02-221-144/+144
* * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame2009-02-141-0/+9
* * include/ruby/ruby.h (STR2CSTR): removed.akr2009-01-311-11/+0
* * object.c (rb_obj_not_match): rdoc.yugui2009-01-131-2/+3
* * object.c (rb_to_float): replaced by to_flo definition frommatz2008-12-311-12/+8
* * object.c (rb_to_float): prohibit conversion from nil to float.matz2008-12-301-0/+3
* * pack.c (pack_pack): template f should not accept non floatmatz2008-12-291-0/+15
* * common.mk: clean upko12008-09-231-1/+0
* * object.c (Init_Object): added metameta-class initialization foryugui2008-09-141-0/+9
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-4/+4
* * object.c (rb_obj_freeze): update rdoc to mention RuntimeErrormatz2008-08-291-2/+2
* * object.c (convert_type): call less rb_intern() less frequentlymatz2008-08-281-2/+32
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-4/+63
* * object.c (rb_class_superclass): rdoc improvement, a patch fromnobu2008-06-221-0/+6
* * marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu2008-06-181-1/+1
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-0/+2
* * object.c (rb_obj_alloc): RDoc updated. a patch from Gastonmatz2008-06-041-2/+15
* * suppress warnings with -Wwrite-string.nobu2008-05-311-6/+5
* * marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu2008-05-281-1/+1
* * util.c (ruby_strtod): clear errno at the top of our ownmatz2008-05-261-1/+0
* * object.c (rb_cstr_to_dbl): should clear errno before callingmatz2008-05-241-0/+1
* * math.c (to_flo): rb_Float() accepts even strings for input.matz2008-05-161-7/+1
* * object.c (rb_cstr_to_dbl): no need for forceful warning whenmatz2008-05-151-2/+2
* * object.c (rb_cstr_to_dbl): fix for a mere underscore.nobu2008-03-121-1/+1
* fix doc.akr2008-03-091-10/+11
* * object.c (rb_mod_freeze): call rb_class_name() directly.matz2008-03-061-1/+1
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-051-1/+2
* * object.c (rb_cstr_to_dbl): check for successive underscores.nobu2008-03-011-9/+14
* * string.c (str_new): remove encoding assumption of empty string.naruse2008-02-281-1/+1