summaryrefslogtreecommitdiff
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 17396:shyouhei2008-07-031-1/+1
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu2008-06-061-2/+15
* Merge from ruby_1_8.knu2008-05-311-5/+4
* Merge from ruby_1_8.knu2008-05-281-1/+1
* Merge from ruby_1_8.knu2008-05-241-0/+1
* Merge from ruby_1_8.knu2008-04-221-4/+41
* * 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
* * 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