| Commit message (Expand) | Author | Age | Files | Lines |
* | * object.c: Object#public_methods, private_methods, etc. returns | mame | 2010-06-17 | 1 | -103/+4 |
* | * removed trailing spaces. | nobu | 2010-05-29 | 1 | -1/+1 |
* | * gc.c : use simple lazy sweep algorithm for response performance | nari | 2010-05-28 | 1 | -1/+1 |
* | * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb, | nobu | 2010-05-23 | 1 | -1/+1 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -75/+75 |
* | * object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal and | naruse | 2010-04-01 | 1 | -0/+10 |
* | enable Object#inspect doc. | akr | 2010-03-23 | 1 | -2/+2 |
* | * object.c (rb_obj_singleton_class): new method | shugo | 2010-03-23 | 1 | -0/+24 |
* | * object.c (rb_obj_hash): use LONG2FIX to avoid Bignum allocation. | akr | 2010-03-21 | 1 | -1/+1 |
* | * object.c (rb_obj_clone): call initialize_clone hook method to | matz | 2010-02-08 | 1 | -2/+16 |
* | * object.c (rb_class_initialize): Make sure BasicObject doesn't get initializ... | marcandre | 2010-01-13 | 1 | -1/+1 |
* | * lib/object.c (rb_obj_cmp): Default <=> operator returns 0 if objects are ==... | marcandre | 2009-12-24 | 1 | -1/+1 |
* | * object.c: BasicObject#initialize accepts any number of arguments [ruby-core... | marcandre | 2009-12-20 | 1 | -1/+9 |
* | fix typos. | akr | 2009-11-03 | 1 | -8/+8 |
* | * object.c (convert_type): Cleanup unused variable | marcandre | 2009-11-01 | 1 | -5/+0 |
* | * array.c (rb_ary_to_ary): do not use #respond_to? to detect | matz | 2009-10-29 | 1 | -5/+10 |
* | * object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063] | matz | 2009-10-24 | 1 | -0/+10 |
* | * object.c (rb_obj_inspect): print instance variables only when | matz | 2009-10-21 | 1 | -2/+6 |
* | * object.c (rb_obj_inspect): fixed rdoc about the case that to_s | nobu | 2009-10-21 | 1 | -3/+2 |
* | * object.c (rb_mod_const_defined): rdoc fix | marcandre | 2009-10-13 | 1 | -3/+3 |
* | * object.c (rb_f_integer): now Integer() takes optional base | matz | 2009-10-03 | 1 | -12/+45 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -1/+1 |
* | * class.c: refactored singleton class related matters. | yugui | 2009-08-31 | 1 | -34/+3 |
* | * random.c (random_rand): unified random_int and random_float. | nobu | 2009-08-26 | 1 | -0/+10 |
* | * suppressed shorten-64-to-32 warnings. | nobu | 2009-07-18 | 1 | -16/+19 |
* | * object.c (rb_to_integer, rb_check_to_integer): return Bignum | nobu | 2009-07-12 | 1 | -0/+2 |
* | * hash.c (rb_hash_hash): documentation fix. a patch from | matz | 2009-07-01 | 1 | -2/+2 |
* | Doxy-comment | yugui | 2009-06-29 | 1 | -2/+4 |
* | Doxy-comments. | yugui | 2009-06-29 | 1 | -1/+18 |
* | * object.c: updated the diagram of metaclass hierarchy in rdoc. | yugui | 2009-06-29 | 1 | -20/+18 |
* | update rdoc. | akr | 2009-05-24 | 1 | -1/+5 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -144/+144 |
* | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 1 | -0/+9 |
* | * include/ruby/ruby.h (STR2CSTR): removed. | akr | 2009-01-31 | 1 | -11/+0 |
* | * object.c (rb_obj_not_match): rdoc. | yugui | 2009-01-13 | 1 | -2/+3 |
* | * object.c (rb_to_float): replaced by to_flo definition from | matz | 2008-12-31 | 1 | -12/+8 |
* | * object.c (rb_to_float): prohibit conversion from nil to float. | matz | 2008-12-30 | 1 | -0/+3 |
* | * pack.c (pack_pack): template f should not accept non float | matz | 2008-12-29 | 1 | -0/+15 |
* | * common.mk: clean up | ko1 | 2008-09-23 | 1 | -1/+0 |
* | * object.c (Init_Object): added metameta-class initialization for | yugui | 2008-09-14 | 1 | -0/+9 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -4/+4 |
* | * object.c (rb_obj_freeze): update rdoc to mention RuntimeError | matz | 2008-08-29 | 1 | -2/+2 |
* | * object.c (convert_type): call less rb_intern() less frequently | matz | 2008-08-28 | 1 | -2/+32 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -4/+63 |
* | * object.c (rb_class_superclass): rdoc improvement, a patch from | nobu | 2008-06-22 | 1 | -0/+6 |
* | * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search | nobu | 2008-06-18 | 1 | -1/+1 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -0/+2 |
* | * object.c (rb_obj_alloc): RDoc updated. a patch from Gaston | matz | 2008-06-04 | 1 | -2/+15 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -6/+5 |