summaryrefslogtreecommitdiff
path: root/object.c
AgeCommit message (Expand)Author
2002-12-19* numeric.c (num_step): use DBL_EPSILON.matz
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-12-04* object.c (copy_object): copy finalizers as well if any.matz
2002-11-03* object.c (Init_Object): added Object#object_id, new name formatz
2002-10-30* eval.c (rb_mod_public_method_defined, etc.): new methods:matz
2002-10-29* eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu
2002-10-23* eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu
2002-10-17* object.c (rb_str_to_dbl): RString ptr might be NULL.matz
2002-10-04* bignum.c (rb_big_rshift): num should be initialized by carrymatz
2002-10-02* commit miss; and tcltklib fix too.matz
2002-09-04* class.c (rb_make_metaclass): obj.meta.super.meta should be equalmatz
2002-09-03 * variable.c (rb_copy_generic_ivar): remove old generic instancematz
2002-08-27* file.c (rb_find_file): $LOAD_PATH must not be empty.matz
2002-08-21*.c: Int vs Long cleanupmichal
2002-08-19* array.c (sort_2): *a - *b may overflow.matz
2002-08-12* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead ofmatz
2002-07-02object.c: rb_Integer reformat, nil#to_f added to rb_define_method.michal
2002-06-28* re.c (rb_reg_expr_str): need to process backslashes properly.matz
2002-05-21* object.c (Init_Object): should do exact match for Module#==.matz
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-04-24* io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz
2002-04-11* eval.c (assign): ruby_verbose should be surrounded by RTEST().matz
2002-03-08* eval.c (cvar_cbase): utility function to find innermost nonmatz
2002-02-25* eval.c (method_inspect): should not dump core for unboundmatz
2002-02-04* object.c (rb_class_real): should not follow ICLASS linkmatz
2002-02-01* intern.h: prototypes for new functions; rb_cstr_to_inum(),nobu
2002-02-01* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz
2002-01-28* eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz
2002-01-23* array.c (Init_Array): remove Array#filter.matz
2002-01-16* object.c (rb_Float): remove underscores between digits.nobu
2002-01-11* re.c (match_select): should propagate taintness.matz
2002-01-10* class.c (rb_make_metaclass): [new]nobu
2002-01-04* process.c (rb_f_system): abandon vfork.matz
2001-12-10* object.c (rb_class_real): follow included modules.nobu
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-11-29* string.c (rb_str_equal): object with to_str must be treated as amatz
2001-10-16* string.c (rb_str_index): wrong increment for non alphanumericmatz
2001-10-10* file.c (rb_stat_clone): should copy internal data too.matz
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-08-20* range.c (range_step): 'iter' here should be an array.matz
2001-07-24* eval.c (rb_provide_feature): should not tweak extension used formatz
2001-07-18* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz
2001-07-14* regex.c (re_search): should consider reverse search.matz
2001-07-02* error.c (exc_exception): clone the receiver exception instead ofmatz
2001-06-05* error.c (Init_Exception): NameError went under StandardError,matz
2001-05-30* ruby.c (proc_options): unexpected SecurityError happens when -T4.matz
2001-05-16* array.c (rb_ary_and): should not push frozen key string.matz
2001-05-11* bignum.c (bigdivrem): access boundary bug.matz
2001-05-07* parse.y (arg): "||=" should not warn for uninitialized instancematz