Age | Commit message (Expand) | Author |
2003-05-19 | * object.c (rb_mod_cmp): stupid comparison fixed. | matz |
2003-05-19 | * object.c (init_copy): rename copy_object as initialize_copy, | matz |
2003-05-16 | * object.c (rb_class_allocate_instance): singleton class check | matz |
2003-05-15 | * object.c (rb_mod_le): returns nil if two classes/modules are not | matz |
2003-05-06 | * object.c (rb_obj_methods): list singleton methods if recur | matz |
2003-05-04 | * array.c (rb_ary_values_at): new method to replace select(index..). | matz |
2003-05-02 | * string.c (rb_str_ljust): now takes optional argument to specify | matz |
2003-04-09 | * variable.c (rb_mod_name): search module path if classname is not | matz |
2003-04-07 | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): remove struct | matz |
2003-03-29 | * eval.c (avalue_to_svalue): use rb_check_array_type() again. | matz |
2003-03-25 | * io.c (rb_io_initialize): should check rb_secure(4). | matz |
2003-03-24 | security enhancement of dl library (need test). | matz |
2003-02-10 | * array.c (rb_ary_to_a): return value should be an Array if the | matz |
2003-02-03 | * object.c (Init_Object): default Object#=== now calls "==" | matz |
2003-01-31 | * variable.c (rb_obj_classname): new function. | matz |
2003-01-16 | Updated Copyrights of Matz to 2003. | michal |
2002-12-21 | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa |
2002-12-20 | * object.c (Init_Object): should not remove Class#allocate. | matz |
2002-12-20 | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz |
2002-12-19 | * numeric.c (num_step): use DBL_EPSILON. | matz |
2002-12-10 | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz |
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 for | matz |
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 with | nobu |
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 carry | matz |
2002-10-02 | * commit miss; and tcltklib fix too. | matz |
2002-09-04 | * class.c (rb_make_metaclass): obj.meta.super.meta should be equal | matz |
2002-09-03 | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz |
2002-08-27 | * file.c (rb_find_file): $LOAD_PATH must not be empty. | matz |
2002-08-21 | *.c: Int vs Long cleanup | michal |
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 of | matz |
2002-07-02 | object.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 non | matz |
2002-02-25 | * eval.c (method_inspect): should not dump core for unbound | matz |
2002-02-04 | * object.c (rb_class_real): should not follow ICLASS link | matz |
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 constants | matz |
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 |