Age | Commit message (Expand) | Author |
2003-03-31 | * hash.c (env_reject_bang): untaint key string. | matz |
2003-03-04 | * io.c (rb_io_popen): do not call rb_io_close() directly, call | matz |
2003-02-04 | * array.c (rb_ary_equal): a == b is true when b is non T_ARRAY | matz |
2003-02-03 | * re.c (rb_memsearch): algolithm body of String#index. | matz |
2003-01-20 | * regex.c (is_in_list): should work weill with UTF-8. | matz |
2003-01-16 | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal |
2003-01-16 | Updated Copyrights of Matz to 2003. | michal |
2003-01-07 | * hash.c (env_clear): new Hash compatible method. | matz |
2003-01-06 | * st.h, st.c: Introduce new conventional typedef's, st_data_t, | knu |
2002-12-29 | * gc.c (gc_sweep): adjust GC trigger. | nobu |
2002-12-21 | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa |
2002-12-20 | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz |
2002-12-15 | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 |
2002-12-10 | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz |
2002-12-02 | WinCE patch merged | matz |
2002-10-17 | * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ on | knu |
2002-09-28 | * hash.c (rb_hash_become): should check self-assignment after | nobu |
2002-09-28 | * hash.c (rb_hash_become): Hash#become should check added | matz |
2002-09-03 | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz |
2002-08-29 | * array.c (rb_ary_become): should not free ptr if it's shared. | 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-13 | * hash.c (rb_hash_replace): should copy ifnone. | matz |
2002-08-12 | * bignum.c (rb_big_cmp): use dbl2big() for Floats, instead of | matz |
2002-06-13 | * eval.c (svalue_to_avalue): v may be Qundef. This fix was | matz |
2002-06-11 | new platform [bccwin32] merged. | H_Konishi |
2002-05-29 | Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org> | H_Konishi |
2002-05-29 | * parse.y: yyparse #defines moved from intern.h | 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-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-20 | * hash.c (rb_any_cmp): should handle Qundef in keys. | matz |
2002-01-28 | * eval.c (is_defined): defined?(Foo::Baz) should check constants | matz |
2002-01-25 | * class.c (rb_include_module): detect cyclic module inclusion. | matz |
2002-01-11 | * re.c (match_select): should propagate taintness. | matz |
2001-12-11 | * string.c (rb_str_match_m): should convert an argument into | matz |
2001-12-10 | * array.c (rb_ary_modify): should copy the internal buffer if the | matz |
2001-11-19 | * parse.y (parse_regx): should raise error on untermitated | matz |
2001-11-14 | * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it's | usa |
2001-11-13 | * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environment | usa |
2001-10-29 | * parse.y (str_extend): shuould allow interpolation of $-x. | matz |
2001-10-03 | * marshal.c (r_object): better allocation type check for | matz |
2001-08-23 | * eval.c (is_defined): should not dump core for "defined?(())". | matz |
2001-07-31 | * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION | matz |
2001-07-24 | * eval.c (rb_provide_feature): should not tweak extension used for | matz |
2001-06-22 | * eval.c (rb_yield_0): no mvalue_to_svalue conversion here. | matz |
2001-06-12 | * eval.c (method_eq): new method Method#==. [new] | matz |
2001-06-08 | * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrieve | matz |