Age | Commit message (Expand) | Author |
2010-10-30 | * object.c: Make BasicObject.new accept no parameter. | marcandre |
2010-03-25 | * object.c (rb_obj_singleton_class): new method | knu |
2009-12-31 | * object.c, intern.h: Export rb_sym_to_s. | knu |
2009-12-20 | * object.c: Object#initialize accepts any number of arguments [ruby-core:27080] | marcandre |
2009-12-06 | * object.c (rb_Float): Allow results of to_f to be NaN [ruby-core:26733] | marcandre |
2009-10-25 | * object.c (rb_class_initialize): The inherited hook should be run | knu |
2009-10-22 | * *.[chy]: removed trailing spaces. | nobu |
2009-06-16 | * io.c (rb_io_open), math.c (domain_check), object.c (boot_defclass): | nobu |
2009-03-23 | * array.c (ary_resize_capa): Remove an unused function. | knu |
2009-03-20 | * object.c (rb_convert_type, rb_to_integer) | knu |
2008-12-17 | * object.c (rb_any_to_a): Always use "... is deprecated" for a | knu |
2008-12-17 | * object.c (rb_obj_id_obsolete): s/will be deprecated/is deprecated/. | knu |
2008-12-17 | * object.c (sym_to_i, sym_to_int): Add a deprecation warning to | knu |
2008-06-22 | * object.c (rb_class_superclass): rdoc improvement, a patch from | nobu |
2008-06-18 | * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search | nobu |
2008-06-04 | * object.c (rb_obj_alloc): RDoc updated. a patch from Gaston | knu |
2008-05-31 | * suppress warnings with -Wwrite-string. | nobu |
2008-05-28 | * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search | nobu |
2008-05-24 | * object.c (rb_cstr_to_dbl): should clear errno before calling | matz |
2008-04-22 | * eval.c (rb_proc_new, YIELD_FUNC_LAMBDA): Add a new nd_state | knu |
2008-04-22 | * eval.c (rb_proc_new): Turn the BLOCK_LAMBDA flag on. | knu |
2008-04-22 | * object.c (rb_obj_tap): Correct documentation; pointed out by | kazu |
2008-04-20 | * object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_proc | knu |
2008-04-13 | should use K&R style function definitions. [ruby-dev:34354] | kazu |
2008-04-13 | * object.c (sym_to_proc): new method Symbol#to_proc; backported from 1.9. bug... | kazu |
2008-04-11 | * object.c (rb_obj_tap): new method Object#tap; backported from 1.9. bug#19008 | kazu |
2008-04-05 | * object.c (rb_check_to_integer): backported for range_step. | nobu |
2007-11-20 | * object.c (nil_plus): remove unused function. [ruby-core:13737] | matz |
2007-03-03 | * object.c (rb_obj_ivar_set): RDoc updated according to a | knu |
2006-10-13 | * object.c: Class#inherited RDoc added. a patch from Daniel | matz |
2006-10-12 | * object.c (rb_mod_cvar_defined): wrong id check. [ruby-core:09158] | matz |
2006-09-18 | * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods, | nobu |
2006-09-14 | * string.c (rb_str_intern): raise SecurityError only when $SAFE | matz |
2006-07-18 | * object.c (rb_cstr_to_dbl): limit out-of-range message. | nobu |
2006-03-02 | * gc.c: align VALUE with sizeof(RVALUE) globally. | akr |
2005-12-12 | precedes registering global VALUE variables before initializing it. | akr |
2005-10-22 | * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check | nobu |
2005-09-28 | * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy), | nobu |
2005-09-08 | * merged a patch from Takahiro Kambe <[email protected]> to | matz |
2005-08-14 | * object.c (rb_to_integer): argument constified. | nobu |
2005-07-27 | revered all LLP64 modifies due to portability reason. | matz |
2005-07-27 | * gc.c (id2ref): must not assign pointers to long int. use | matz |
2005-07-19 | * error.c (syserr_initialize): add 1 byte for snprintf() size for | matz |
2005-07-19 | * io.c (rb_io_inspect): replace sprintf() with "%s" format all | matz |
2005-06-07 | * object.c (rb_mod_cvar_get): Module#class_variable_get(): back | matz |
2005-05-11 | * struct.c (make_struct): allow const_id for accessor names. | matz |
2005-03-16 | * object.c (str_to_id): fixed typo. | ocean |
2005-03-16 | * eval.c (rb_call0): reorganize "return" event post. | matz |
2005-02-28 | * exception error messages updated. [ruby-core:04497] | matz |
2005-02-08 | * lib/cgi.rb (CGI::Cookie): [ruby-talk:130040] | matz |