summaryrefslogtreecommitdiff
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* object.c: Backport #2364 [ruby-core:26733]; Allow result of to_f to be NaN to...wyhaines2010-06-221-5/+1
* merge revision(s) 17396:shyouhei2008-06-181-1/+1
* merge revision(s) 16654:shyouhei2008-06-151-1/+1
* merge revision(s) 16570:shyouhei2008-06-151-0/+1
* merge revision(s) 13989:shyouhei2008-06-071-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
* * object.c (rb_class_superclass): superclass of singleton class alsonobu2005-01-111-0/+3
* * dir.c (dir_open_dir): new function. [ruby-dev:25242]matz2004-12-181-1/+1
* * eval.c (proc_invoke): copy arguments to frame.argv.matz2004-12-031-4/+4
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-17/+12
* * string.c (RESIZE_CAPA): check string attribute before modifyingmatz2004-10-271-2/+12
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-2/+2
* * intern.h, object.c (rb_class_inherited_p): export.nobu2004-10-181-6/+6
* * string.c (rb_str_sum): check was done with false pointer.matz2004-10-021-1/+1
* * object.c (nil_inspect): fix typo.usa2004-09-131-1/+1
* Add RDoc for Module.includeddave2004-08-301-3/+28
* * object.c (Init_Object): "===" calls rb_obj_equal() directly.matz2004-07-271-0/+1
* * class.c, error.c, eval.c, intern.h, object.c, variable.c:ocean2004-07-151-1/+1
* * eval.c (rb_thread_atfork): remove "fork terminates thread"matz2004-06-241-1/+1
* * eval.c (rb_mod_freeze): prepare string representation beforematz2004-06-161-0/+16
* * object.c (rb_mod_le): singleton class inherits Class rather than itsnobu2004-06-161-0/+5
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-141-2/+2
* * object.c (rb_obj_clone, rb_obj_dup): mentioned aboutnobu2004-02-101-0/+8
* Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave2004-01-121-1/+1
* * eval.c, object.c, process.c, re.c: don't use C++ style comments.eban2004-01-081-19/+19
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-021-24/+31
* RDoc Struct and randomdave2003-12-281-1/+1
* Add RDoc documentation for stuff in object.cdave2003-12-281-22/+826
* RDoc comments for Symboldave2003-12-271-0/+131