aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby: moved public headers.nobu2007-06-101-5/+6
* * object.c (instance_variable_get): Restore rdoc markups lost inknu2007-03-031-4/+4
* * object.c (rb_obj_ivar_set): RDoc updated according to amatz2007-03-011-4/+6
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-3/+3
* * object.c (rb_obj_ivar_set/get/defined): fix to check :@_v/C id.ko12007-02-161-4/+4
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-0/+2
* * variable.c (rb_cvar_set): remove warn argument.matz2007-02-021-1/+1
* * Merge YARVko12006-12-311-8/+8
* * lib/cgi.rb (CGI::Cookie::initialize): use Array() again.matz2006-12-281-2/+5
* * intern.h, object.c, variable.c (rb_mod_constants): added an optionalnobu2006-12-041-1/+1
* * object.c (rb_obj_tap): a new method. [ruby-talk:224013]matz2006-11-221-0/+18
* * eval.c (svalue_to_avalue): need to splat but no error.matz2006-11-061-0/+13
* * object.c: Class#inherited RDoc added. a patch from Danielmatz2006-10-131-1/+28
* * object.c (rb_mod_cvar_defined): wrong id check. a patch frommatz2006-10-121-4/+4
* * object.c (rb_mod_initialize): since module_eval no longer passesnobu2006-10-071-1/+1
* * hash.c (rb_hash_eql): new method to be used by Hash.matz2006-09-221-7/+7
* * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu2006-09-181-5/+58
* * dir.c (dir_s_glob): remove unused variable.matz2006-09-181-2/+2
* * object.c (nil_to_s): returns the empty string again.matz2006-09-071-3/+3
* * object.c (Init_Object): move symbol related code to string.cmatz2006-09-021-198/+0
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-4/+4
* * eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa2006-08-311-1/+1
* * ruby.h (struct RString): embed small strings.matz2006-08-311-15/+15
* * object.c (rb_Integer): Integer(nil) should raise TypeError.matz2006-08-301-5/+7
* * object.c (sym_call): check if the receiver is given.nobu2006-08-251-1/+5
* ansificated.akr2006-08-131-2/+1
* * object.c (rb_cstr_to_dbl): "9_e8" should consider "_e8" asmatz2006-07-211-3/+3
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-41/+19
* * object.c (rb_cstr_to_dbl): limit out-of-range message.nobu2006-07-181-4/+10
* * object.c (rb_cstr_to_dbl): underscores should appear onlymatz2006-06-281-7/+4
* * object.c (rb_cstr_to_dbl): should not skip '_' at the beginningmatz2006-06-271-6/+1
* * object.c (sym_call): disallow to call private methods.nobu2006-06-111-4/+4
* * object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot.nobu2006-06-101-1/+27
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-18/+27
* * gc.c: align VALUE with sizeof(RVALUE) globally.akr2006-03-021-42/+0
* * object.c (rb_mod_const_get, rb_mod_const_defined): added optionalnobu2006-01-171-11/+34
* 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
* * bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz2005-10-211-6/+18
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-16/+0
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-233/+98
* * missing/strchr.c (strrchr): fixed a bug for detecting NUL in amatz2005-09-081-4/+4
* * intern.h (rb_check_to_integer): add declaration.nobu2005-08-141-2/+2
* * numeric.c (fix_div): should not convert the result intomatz2005-08-041-0/+12
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-2/+2
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-10/+2
* * variable.c (rb_class_path): need to adjust snprintf() len formatz2005-07-201-6/+6
* * signal.c (trap): remove sigexit(); handle "EXIT" via sig_exec().matz2005-07-191-4/+8
* * object.c (rb_obj_pattern_match): now returns nil.matz2005-07-061-2/+2
* * eval.c (break_jump): break should not cross functions.matz2005-05-111-1/+1