| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/ruby.h (STR2CSTR): removed. | akr | 2009-01-31 | 1 | -11/+0 |
* | * object.c (rb_obj_not_match): rdoc. | yugui | 2009-01-13 | 1 | -2/+3 |
* | * object.c (rb_to_float): replaced by to_flo definition from | matz | 2008-12-31 | 1 | -12/+8 |
* | * object.c (rb_to_float): prohibit conversion from nil to float. | matz | 2008-12-30 | 1 | -0/+3 |
* | * pack.c (pack_pack): template f should not accept non float | matz | 2008-12-29 | 1 | -0/+15 |
* | * common.mk: clean up | ko1 | 2008-09-23 | 1 | -1/+0 |
* | * object.c (Init_Object): added metameta-class initialization for | yugui | 2008-09-14 | 1 | -0/+9 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -4/+4 |
* | * object.c (rb_obj_freeze): update rdoc to mention RuntimeError | matz | 2008-08-29 | 1 | -2/+2 |
* | * object.c (convert_type): call less rb_intern() less frequently | matz | 2008-08-28 | 1 | -2/+32 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -4/+63 |
* | * object.c (rb_class_superclass): rdoc improvement, a patch from | nobu | 2008-06-22 | 1 | -0/+6 |
* | * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search | nobu | 2008-06-18 | 1 | -1/+1 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -0/+2 |
* | * object.c (rb_obj_alloc): RDoc updated. a patch from Gaston | matz | 2008-06-04 | 1 | -2/+15 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -6/+5 |
* | * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search | nobu | 2008-05-28 | 1 | -1/+1 |
* | * util.c (ruby_strtod): clear errno at the top of our own | matz | 2008-05-26 | 1 | -1/+0 |
* | * object.c (rb_cstr_to_dbl): should clear errno before calling | matz | 2008-05-24 | 1 | -0/+1 |
* | * math.c (to_flo): rb_Float() accepts even strings for input. | matz | 2008-05-16 | 1 | -7/+1 |
* | * object.c (rb_cstr_to_dbl): no need for forceful warning when | matz | 2008-05-15 | 1 | -2/+2 |
* | * object.c (rb_cstr_to_dbl): fix for a mere underscore. | nobu | 2008-03-12 | 1 | -1/+1 |
* | fix doc. | akr | 2008-03-09 | 1 | -10/+11 |
* | * object.c (rb_mod_freeze): call rb_class_name() directly. | matz | 2008-03-06 | 1 | -1/+1 |
* | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz | 2008-03-05 | 1 | -1/+2 |
* | * object.c (rb_cstr_to_dbl): check for successive underscores. | nobu | 2008-03-01 | 1 | -9/+14 |
* | * string.c (str_new): remove encoding assumption of empty string. | naruse | 2008-02-28 | 1 | -1/+1 |
* | * include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN. | akr | 2008-02-25 | 1 | -10/+10 |
* | * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut of | akr | 2008-02-13 | 1 | -0/+2 |
* | * range.c (range_include): specialize single character string | matz | 2008-02-11 | 1 | -2/+8 |
* | * string.c (rb_str_usascii_new{,2}: defined. | naruse | 2008-01-25 | 1 | -5/+5 |
* | * load.c (rb_feature_p): get rid of unlimited alloca. | nobu | 2008-01-16 | 1 | -5/+7 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | enable several rdoc. | akr | 2007-12-24 | 1 | -2/+2 |
* | * compile.c, insnhelper.ci, insns.def, object.c, vm.c, vm.h: | ko1 | 2007-12-18 | 1 | -3/+3 |
* | * object.c (rb_obj_freeze): preserve frozen state of immediate | matz | 2007-12-18 | 1 | -1/+12 |
* | * parse.y (op_tbl): remove duplication to avoid symbol aliases. | matz | 2007-12-18 | 1 | -1/+1 |
* | * object.c (Init_Object): singleton_method_{added,removed,undefined} | matz | 2007-12-11 | 1 | -4/+4 |
* | * object.c (rb_obj_not_match): wrong test. | matz | 2007-12-09 | 1 | -2/+4 |
* | * parse.y (expr): redefinable not (!) operator. | matz | 2007-12-09 | 1 | -4/+45 |
* | * insns.def (concatarray, splatarray): use to_a instead of | matz | 2007-12-01 | 1 | -11/+0 |
* | * object.c (nil_plus): remove unused function. [ruby-core:13737] | matz | 2007-11-20 | 1 | -21/+0 |
* | * object.c (rb_class_superclass): should not raise exception for | matz | 2007-11-19 | 1 | -0/+1 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 1 | -10/+10 |
* | * object.c: improve docs for Object.tap | davidflanagan | 2007-11-08 | 1 | -3/+9 |
* | * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility. | matz | 2007-10-11 | 1 | -2/+0 |
* | * variable.c (rb_ivar_set): fix class instance variable. | akr | 2007-09-29 | 1 | -0/+2 |
* | * object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE. | akr | 2007-09-29 | 1 | -1/+1 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -26/+58 |