summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2008-06-18merge revision(s) 17396:shyouhei
2008-06-15merge revision(s) 16654:shyouhei
2008-06-15merge revision(s) 16570:shyouhei
2008-06-07merge revision(s) 13989:shyouhei
2007-03-03* object.c (rb_obj_ivar_set): RDoc updated according to aknu
2006-10-13* object.c: Class#inherited RDoc added. a patch from Danielmatz
2006-10-12* object.c (rb_mod_cvar_defined): wrong id check. [ruby-core:09158]matz
2006-09-18* object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu
2006-09-14* string.c (rb_str_intern): raise SecurityError only when $SAFEmatz
2006-07-18* object.c (rb_cstr_to_dbl): limit out-of-range message.nobu
2006-03-02* gc.c: align VALUE with sizeof(RVALUE) globally.akr
2005-12-12precedes registering global VALUE variables before initializing it.akr
2005-10-22* object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): checknobu
2005-09-28* class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy),nobu
2005-09-08* merged a patch from Takahiro Kambe <taca@back-street.net> tomatz
2005-08-14* object.c (rb_to_integer): argument constified.nobu
2005-07-27revered all LLP64 modifies due to portability reason.matz
2005-07-27* gc.c (id2ref): must not assign pointers to long int. usematz
2005-07-19* error.c (syserr_initialize): add 1 byte for snprintf() size formatz
2005-07-19* io.c (rb_io_inspect): replace sprintf() with "%s" format allmatz
2005-06-07* object.c (rb_mod_cvar_get): Module#class_variable_get(): backmatz
2005-05-11* struct.c (make_struct): allow const_id for accessor names.matz
2005-03-16* object.c (str_to_id): fixed typo.ocean
2005-03-16* eval.c (rb_call0): reorganize "return" event post.matz
2005-02-28* exception error messages updated. [ruby-core:04497]matz
2005-02-08* lib/cgi.rb (CGI::Cookie): [ruby-talk:130040]matz
2005-01-11* object.c (rb_class_superclass): superclass of singleton class alsonobu
2004-12-18* dir.c (dir_open_dir): new function. [ruby-dev:25242]matz
2004-12-03* eval.c (proc_invoke): copy arguments to frame.argv.matz
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-10-27* string.c (RESIZE_CAPA): check string attribute before modifyingmatz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-18* intern.h, object.c (rb_class_inherited_p): export.nobu
2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz
2004-09-13* object.c (nil_inspect): fix typo.usa
2004-08-30Add RDoc for Module.includeddave
2004-07-27* object.c (Init_Object): "===" calls rb_obj_equal() directly.matz
2004-07-15* class.c, error.c, eval.c, intern.h, object.c, variable.c:ocean
2004-06-24* eval.c (rb_thread_atfork): remove "fork terminates thread"matz
2004-06-16* eval.c (rb_mod_freeze): prepare string representation beforematz
2004-06-16* object.c (rb_mod_le): singleton class inherits Class rather than itsnobu
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-02-10* object.c (rb_obj_clone, rb_obj_dup): mentioned aboutnobu
2004-01-12Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave
2004-01-08* eval.c, object.c, process.c, re.c: don't use C++ style comments.eban
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2003-12-28RDoc Struct and randomdave
2003-12-28Add RDoc documentation for stuff in object.cdave
2003-12-27RDoc comments for Symboldave
2003-12-22* class.c (rb_mod_init_copy): always copy singleton class.nobu