aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* * object.c (Init_Object): Add reference to BasicObject, briefdrbrain2011-10-101-7/+18
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-6/+6
* * object.c (rb_obj_clone): singleton class should be attachednobu2011-09-181-1/+6
* * object.c: Add usage documentation for BasicObject. Based on patchdrbrain2011-07-271-0/+47
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-261-1/+19
* * parse.y (rb_check_id): make the given name a symbol or a string.nobu2011-07-261-5/+5
* * error.c (rb_name_error_str): new function to raise NameErrornobu2011-07-231-6/+43
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-221-3/+6
* * math.c: Attach documentation for Math.drbrain2011-06-291-0/+9
* * object.c (Init_Object): Teach RDoc what Init_class_hierarchy does todrbrain2011-06-271-13/+22
* * method.h, internal.h iseq.h: declare internal functions.akr2011-06-181-5/+0
* * include/ruby/backward/classext.h: for evil gems. fixed #4803nobu2011-06-181-0/+6
* * internal.h: declare internal functions here.akr2011-06-171-5/+0
* * object.c: Document Module#method_added and #method_removed.drbrain2011-06-171-0/+48
* * object.c (rb_mod_attr_accessor, rb_mod_const_set): made rdocmarcandre2011-05-271-8/+13
* * internal.h: add for internal use only.nobu2011-05-181-1/+2
* * object.c: format comments to keep 80 columns in a line.nagachika2011-05-121-6/+7
* * object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.drbrain2011-05-111-4/+13
* * string.c (rb_String): Kernel#String should call to_str before to_s.nagachika2011-03-291-1/+4
* * object.c (rb_str_to_dbl): rewrite again. use ALLOCV insteadkosaki2011-01-271-7/+4
* * object.c (rb_str_to_dbl): Fix again. use rb_str_tmp_new()kosaki2011-01-241-4/+7
* * object.c (rb_str_to_dbl): use ALLOC_N instead ALLOCA_N becausekosaki2011-01-241-3/+7
* * object.c: Make BasicObject.new accept no parameter.marcandre2010-10-301-3/+3
* * object.c (Init_Object), constant.h, variable.cmame2010-10-261-0/+2
* * class.c, constant.h, gc.c, method.h, object.c, variable.c,mame2010-10-261-1/+2
* * class.c, gc.c, object.c, variable.c, vm_insnhelper.c,mame2010-10-261-0/+4
* * array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu2010-10-241-12/+4
* Commit miss.nobu2010-10-191-4/+12
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-12/+4
* Improved doco for both Module.new and Class.newryan2010-09-181-3/+26
* * object.c (rb_obj_class): remove mention of obsolete method.usa2010-08-271-3/+1
* Add rdoc about Kernel#<=> [ruby-core:31770]naruse2010-08-201-1/+6
* * object.c (rb_f_integer): add example with base.nobu2010-07-061-0/+2
* * object.c: Object#public_methods, private_methods, etc. returnsmame2010-06-171-103/+4
* * removed trailing spaces.nobu2010-05-291-1/+1
* * gc.c : use simple lazy sweep algorithm for response performancenari2010-05-281-1/+1
* * ext/openssl/lib/openssl/x509-internal.rb, lib/forwardable.rb,nobu2010-05-231-1/+1
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-75/+75
* * object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse2010-04-011-0/+10
* enable Object#inspect doc.akr2010-03-231-2/+2
* * object.c (rb_obj_singleton_class): new methodshugo2010-03-231-0/+24
* * object.c (rb_obj_hash): use LONG2FIX to avoid Bignum allocation.akr2010-03-211-1/+1
* * object.c (rb_obj_clone): call initialize_clone hook method tomatz2010-02-081-2/+16
* * object.c (rb_class_initialize): Make sure BasicObject doesn't get initializ...marcandre2010-01-131-1/+1
* * 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