aboutsummaryrefslogtreecommitdiffstats
path: root/object.c
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu2008-06-091-0/+2
* * object.c (rb_obj_alloc): RDoc updated. a patch from Gastonmatz2008-06-041-2/+15
* * suppress warnings with -Wwrite-string.nobu2008-05-311-6/+5
* * marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu2008-05-281-1/+1
* * util.c (ruby_strtod): clear errno at the top of our ownmatz2008-05-261-1/+0
* * object.c (rb_cstr_to_dbl): should clear errno before callingmatz2008-05-241-0/+1
* * math.c (to_flo): rb_Float() accepts even strings for input.matz2008-05-161-7/+1
* * object.c (rb_cstr_to_dbl): no need for forceful warning whenmatz2008-05-151-2/+2
* * object.c (rb_cstr_to_dbl): fix for a mere underscore.nobu2008-03-121-1/+1
* fix doc.akr2008-03-091-10/+11
* * object.c (rb_mod_freeze): call rb_class_name() directly.matz2008-03-061-1/+1
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-051-1/+2
* * object.c (rb_cstr_to_dbl): check for successive underscores.nobu2008-03-011-9/+14
* * string.c (str_new): remove encoding assumption of empty string.naruse2008-02-281-1/+1
* * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.akr2008-02-251-10/+10
* * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut ofakr2008-02-131-0/+2
* * range.c (range_include): specialize single character stringmatz2008-02-111-2/+8
* * string.c (rb_str_usascii_new{,2}: defined.naruse2008-01-251-5/+5
* * load.c (rb_feature_p): get rid of unlimited alloca.nobu2008-01-161-5/+7
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* enable several rdoc.akr2007-12-241-2/+2
* * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h:ko12007-12-181-3/+3
* * object.c (rb_obj_freeze): preserve frozen state of immediatematz2007-12-181-1/+12
* * parse.y (op_tbl): remove duplication to avoid symbol aliases.matz2007-12-181-1/+1
* * object.c (Init_Object): singleton_method_{added,removed,undefined}matz2007-12-111-4/+4
* * object.c (rb_obj_not_match): wrong test.matz2007-12-091-2/+4
* * parse.y (expr): redefinable not (!) operator.matz2007-12-091-4/+45
* * insns.def (concatarray, splatarray): use to_a instead ofmatz2007-12-011-11/+0
* * object.c (nil_plus): remove unused function. [ruby-core:13737]matz2007-11-201-21/+0
* * object.c (rb_class_superclass): should not raise exception formatz2007-11-191-0/+1
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-131-10/+10
* * object.c: improve docs for Object.tapdavidflanagan2007-11-081-3/+9
* * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.matz2007-10-111-2/+0
* * variable.c (rb_ivar_set): fix class instance variable.akr2007-09-291-0/+2
* * object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE.akr2007-09-291-1/+1
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-281-26/+58
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-13/+0
* * 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