summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2008-06-22* object.c (rb_class_superclass): rdoc improvement, a patch fromnobu
2008-06-18* marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-04* object.c (rb_obj_alloc): RDoc updated. a patch from Gastonmatz
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-28* marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu
2008-05-26* util.c (ruby_strtod): clear errno at the top of our ownmatz
2008-05-24* object.c (rb_cstr_to_dbl): should clear errno before callingmatz
2008-05-16* math.c (to_flo): rb_Float() accepts even strings for input.matz
2008-05-15* object.c (rb_cstr_to_dbl): no need for forceful warning whenmatz
2008-03-12* object.c (rb_cstr_to_dbl): fix for a mere underscore.nobu
2008-03-09fix doc.akr
2008-03-06* object.c (rb_mod_freeze): call rb_class_name() directly.matz
2008-03-05* numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz
2008-03-01* object.c (rb_cstr_to_dbl): check for successive underscores.nobu
2008-02-28* string.c (str_new): remove encoding assumption of empty string.naruse
2008-02-25* include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.akr
2008-02-13* include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut ofakr
2008-02-11* range.c (range_include): specialize single character stringmatz
2008-01-25* string.c (rb_str_usascii_new{,2}: defined.naruse
2008-01-16* load.c (rb_feature_p): get rid of unlimited alloca.nobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-24enable several rdoc.akr
2007-12-18* compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:ko1
2007-12-18* object.c (rb_obj_freeze): preserve frozen state of immediatematz
2007-12-18* parse.y (op_tbl): remove duplication to avoid symbol aliases.matz
2007-12-11* object.c (Init_Object): singleton_method_{added,removed,undefined}matz
2007-12-09* object.c (rb_obj_not_match): wrong test.matz
2007-12-09* parse.y (expr): redefinable not (!) operator.matz
2007-12-01* insns.def (concatarray, splatarray): use to_a instead ofmatz
2007-11-20* object.c (nil_plus): remove unused function. [ruby-core:13737]matz
2007-11-19* object.c (rb_class_superclass): should not raise exception formatz
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