summaryrefslogtreecommitdiff
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* * object.c: Make BasicObject.new accept no parameter.marcandre2010-10-301-3/+3
* * object.c (rb_obj_singleton_class): new methodknu2010-03-251-0/+25
* * object.c, intern.h: Export rb_sym_to_s.knu2009-12-311-4/+4
* * object.c: Object#initialize accepts any number of arguments [ruby-core:27080]marcandre2009-12-201-1/+9
* * object.c (rb_Float): Allow results of to_f to be NaN [ruby-core:26733]marcandre2009-12-061-7/+2
* * object.c (rb_class_initialize): The inherited hook should be runknu2009-10-251-1/+1
* * *.[chy]: removed trailing spaces.nobu2009-10-221-165/+165
* * io.c (rb_io_open), math.c (domain_check), object.c (boot_defclass):nobu2009-06-161-1/+3
* * array.c (ary_resize_capa): Remove an unused function.knu2009-03-231-2/+5
* * object.c (rb_convert_type, rb_to_integer)knu2009-03-201-6/+9
* * object.c (rb_any_to_a): Always use "... is deprecated" for aknu2008-12-171-2/+2
* * object.c (rb_obj_id_obsolete): s/will be deprecated/is deprecated/.knu2008-12-171-1/+1
* * object.c (sym_to_i, sym_to_int): Add a deprecation warning toknu2008-12-171-1/+4
* * object.c (rb_class_superclass): rdoc improvement, a patch fromnobu2008-06-221-3/+10
* * marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu2008-06-181-1/+1
* * object.c (rb_obj_alloc): RDoc updated. a patch from Gastonknu2008-06-041-2/+15
* * suppress warnings with -Wwrite-string.nobu2008-05-311-5/+4
* * marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu2008-05-281-1/+1
* * object.c (rb_cstr_to_dbl): should clear errno before callingmatz2008-05-241-0/+1
* * eval.c (rb_proc_new, YIELD_FUNC_LAMBDA): Add a new nd_stateknu2008-04-221-0/+2
* * eval.c (rb_proc_new): Turn the BLOCK_LAMBDA flag on.knu2008-04-221-0/+30
* * object.c (rb_obj_tap): Correct documentation; pointed out bykazu2008-04-221-4/+9
* * object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_procknu2008-04-201-29/+0
* should use K&R style function definitions. [ruby-dev:34354]kazu2008-04-131-1/+2
* * object.c (sym_to_proc): new method Symbol#to_proc; backported from 1.9. bug...kazu2008-04-131-0/+29
* * object.c (rb_obj_tap): new method Object#tap; backported from 1.9. bug#19008kazu2008-04-111-0/+24
* * object.c (rb_check_to_integer): backported for range_step.nobu2008-04-051-0/+13
* * object.c (nil_plus): remove unused function. [ruby-core:13737]matz2007-11-201-22/+0
* * object.c (rb_obj_ivar_set): RDoc updated according to aknu2007-03-031-4/+6
* * object.c: Class#inherited RDoc added. a patch from Danielmatz2006-10-131-1/+28
* * object.c (rb_mod_cvar_defined): wrong id check. [ruby-core:09158]matz2006-10-121-4/+4
* * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu2006-09-181-3/+58
* * string.c (rb_str_intern): raise SecurityError only when $SAFEmatz2006-09-141-7/+3
* * object.c (rb_cstr_to_dbl): limit out-of-range message.nobu2006-07-181-4/+10
* * gc.c: align VALUE with sizeof(RVALUE) globally.akr2006-03-021-43/+0
* precedes registering global VALUE variables before initializing it.akr2005-12-121-1/+1
* * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu2005-10-221-1/+1
* * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy),nobu2005-09-281-2/+3
* * merged a patch from Takahiro Kambe <taca@back-street.net> tomatz2005-09-081-2/+9
* * object.c (rb_to_integer): argument constified.nobu2005-08-141-1/+1
* revered all LLP64 modifies due to portability reason.matz2005-07-271-3/+3
* * gc.c (id2ref): must not assign pointers to long int. usematz2005-07-271-3/+3
* * error.c (syserr_initialize): add 1 byte for snprintf() size formatz2005-07-191-3/+3
* * io.c (rb_io_inspect): replace sprintf() with "%s" format allmatz2005-07-191-6/+11
* * object.c (rb_mod_cvar_get): Module#class_variable_get(): backmatz2005-06-071-0/+59
* * struct.c (make_struct): allow const_id for accessor names.matz2005-05-111-1/+1
* * object.c (str_to_id): fixed typo.ocean2005-03-161-1/+1
* * eval.c (rb_call0): reorganize "return" event post.matz2005-03-161-0/+3
* * exception error messages updated. [ruby-core:04497]matz2005-02-281-2/+2
* * lib/cgi.rb (CGI::Cookie): [ruby-talk:130040]matz2005-02-081-2/+4