summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-11-08* object.c: improve docs for Object.tapdavidflanagan
2007-10-11* include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.matz
2007-09-29* variable.c (rb_ivar_set): fix class instance variable.akr
2007-09-29* object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE.akr
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-07-12* blockinlining.c: remove "yarv" prefix.ko1
2007-06-10* include/ruby: moved public headers.nobu
2007-03-03* object.c (instance_variable_get): Restore rdoc markups lost inknu
2007-03-01* object.c (rb_obj_ivar_set): RDoc updated according to amatz
2007-02-23* parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz
2007-02-16* object.c (rb_obj_ivar_set/get/defined): fix to check :@_v/C id.ko1
2007-02-07* this commit is a result of refactoring. only renaming functions,ko1
2007-02-02* variable.c (rb_cvar_set): remove warn argument.matz
2006-12-31 * Merge YARVko1
2006-12-28* lib/cgi.rb (CGI::Cookie::initialize): use Array() again.matz
2006-12-04* intern.h, object.c, variable.c (rb_mod_constants): added an optionalnobu
2006-11-22* object.c (rb_obj_tap): a new method. [ruby-talk:224013]matz
2006-11-06* eval.c (svalue_to_avalue): need to splat but no error.matz
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. a patch frommatz
2006-10-07* object.c (rb_mod_initialize): since module_eval no longer passesnobu
2006-09-22* hash.c (rb_hash_eql): new method to be used by Hash.matz
2006-09-18* object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu
2006-09-18* dir.c (dir_s_glob): remove unused variable.matz
2006-09-07* object.c (nil_to_s): returns the empty string again.matz
2006-09-02* object.c (Init_Object): move symbol related code to string.cmatz
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-08-30* object.c (rb_Integer): Integer(nil) should raise TypeError.matz
2006-08-25* object.c (sym_call): check if the receiver is given.nobu
2006-08-13ansificated.akr
2006-07-21* object.c (rb_cstr_to_dbl): "9_e8" should consider "_e8" asmatz
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-18* object.c (rb_cstr_to_dbl): limit out-of-range message.nobu
2006-06-28* object.c (rb_cstr_to_dbl): underscores should appear onlymatz
2006-06-27* object.c (rb_cstr_to_dbl): should not skip '_' at the beginningmatz
2006-06-11* object.c (sym_call): disallow to call private methods.nobu
2006-06-10* object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot.nobu
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-03-02* gc.c: align VALUE with sizeof(RVALUE) globally.akr
2006-01-17* object.c (rb_mod_const_get, rb_mod_const_defined): added optionalnobu
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-10-21* bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337]matz
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-09-08* missing/strchr.c (strrchr): fixed a bug for detecting NUL in amatz