| Commit message (Expand) | Author | Age | Files | Lines |
* | * object.c (rb_Hash): fix mixed declaration and code. | nobu | 2012-01-24 | 1 | -1/+3 |
* | * object.c (rb_Hash): trivial optimization. | nobu | 2012-01-24 | 1 | -1/+1 |
* | * object.c (rb_Hash): add Kernel#Hash conversion method like | matz | 2012-01-24 | 1 | -0/+34 |
* | * object.c (rb_inspect): raise the result is not compatible with | naruse | 2012-01-15 | 1 | -3/+16 |
* | * object.c: Added examples for Object#is_a? and Object#instance_of? | ayumin | 2012-01-11 | 1 | -4/+15 |
* | Fix typo of rdoc of Object#inspect. | naruse | 2012-01-07 | 1 | -2/+2 |
* | * gc.c: use Bitmap Marking algorithm to avoid copy-on-write of | nari | 2012-01-07 | 1 | -1/+1 |
* | * object.c (rb_inspect): raises Encoding::CompatibilityError if the | naruse | 2012-01-06 | 1 | -6/+32 |
* | * object.c (rb_check_to_int): new function to convert a VALUE to | nobu | 2011-12-11 | 1 | -0/+6 |
* | * object.c (Init_Object): Add reference to BasicObject, brief | drbrain | 2011-10-10 | 1 | -7/+18 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -6/+6 |
* | * object.c (rb_obj_clone): singleton class should be attached | nobu | 2011-09-18 | 1 | -1/+6 |
* | * object.c: Add usage documentation for BasicObject. Based on patch | drbrain | 2011-07-27 | 1 | -0/+47 |
* | * eval_error.c (rb_print_undef_str): new function to raise | nobu | 2011-07-26 | 1 | -1/+19 |
* | * parse.y (rb_check_id): make the given name a symbol or a string. | nobu | 2011-07-26 | 1 | -5/+5 |
* | * error.c (rb_name_error_str): new function to raise NameError | nobu | 2011-07-23 | 1 | -6/+43 |
* | * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined): | nobu | 2011-07-22 | 1 | -3/+6 |
* | * math.c: Attach documentation for Math. | drbrain | 2011-06-29 | 1 | -0/+9 |
* | * object.c (Init_Object): Teach RDoc what Init_class_hierarchy does to | drbrain | 2011-06-27 | 1 | -13/+22 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -5/+0 |
* | * include/ruby/backward/classext.h: for evil gems. fixed #4803 | nobu | 2011-06-18 | 1 | -0/+6 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -5/+0 |
* | * object.c: Document Module#method_added and #method_removed. | drbrain | 2011-06-17 | 1 | -0/+48 |
* | * object.c (rb_mod_attr_accessor, rb_mod_const_set): made rdoc | marcandre | 2011-05-27 | 1 | -8/+13 |
* | * internal.h: add for internal use only. | nobu | 2011-05-18 | 1 | -1/+2 |
* | * object.c: format comments to keep 80 columns in a line. | nagachika | 2011-05-12 | 1 | -6/+7 |
* | * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts. | drbrain | 2011-05-11 | 1 | -4/+13 |
* | * string.c (rb_String): Kernel#String should call to_str before to_s. | nagachika | 2011-03-29 | 1 | -1/+4 |
* | * object.c (rb_str_to_dbl): rewrite again. use ALLOCV instead | kosaki | 2011-01-27 | 1 | -7/+4 |
* | * object.c (rb_str_to_dbl): Fix again. use rb_str_tmp_new() | kosaki | 2011-01-24 | 1 | -4/+7 |
* | * object.c (rb_str_to_dbl): use ALLOC_N instead ALLOCA_N because | kosaki | 2011-01-24 | 1 | -3/+7 |
* | * object.c: Make BasicObject.new accept no parameter. | marcandre | 2010-10-30 | 1 | -3/+3 |
* | * object.c (Init_Object), constant.h, variable.c | mame | 2010-10-26 | 1 | -0/+2 |
* | * class.c, constant.h, gc.c, method.h, object.c, variable.c, | mame | 2010-10-26 | 1 | -1/+2 |
* | * class.c, gc.c, object.c, variable.c, vm_insnhelper.c, | mame | 2010-10-26 | 1 | -0/+4 |
* | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu | 2010-10-24 | 1 | -12/+4 |
* | Commit miss. | nobu | 2010-10-19 | 1 | -4/+12 |
* | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu | 2010-10-19 | 1 | -12/+4 |
* | Improved doco for both Module.new and Class.new | ryan | 2010-09-18 | 1 | -3/+26 |
* | * object.c (rb_obj_class): remove mention of obsolete method. | usa | 2010-08-27 | 1 | -3/+1 |
* | Add rdoc about Kernel#<=> [ruby-core:31770] | naruse | 2010-08-20 | 1 | -1/+6 |
* | * object.c (rb_f_integer): add example with base. | nobu | 2010-07-06 | 1 | -0/+2 |
* | * 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 |