aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
* * object.c (Init_Object): should do exact match for Module#==.matz2002-05-211-0/+13
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-1/+1
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-2/+2
* * eval.c (method_inspect): should not dump core for unboundmatz2002-02-251-4/+4
* * hash.c (rb_any_cmp): should handle Qundef in keys.matz2002-02-201-0/+1
* * eval.c (is_defined): defined?(Foo::Baz) should check constantsmatz2002-01-281-2/+2
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-2/+20
* * re.c (match_select): should propagate taintness.matz2002-01-111-1/+1
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-111-0/+78
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-10/+31
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-2/+2
* * hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it'susa2001-11-141-40/+3
* * hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environmentusa2001-11-131-20/+56
* * parse.y (str_extend): shuould allow interpolation of $-x.matz2001-10-291-5/+5
* * marshal.c (r_object): better allocation type check formatz2001-10-031-26/+12
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-0/+1
* * marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSIONmatz2001-07-311-1/+1
* * eval.c (rb_provide_feature): should not tweak extension used formatz2001-07-241-1/+1
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-1/+2
* * eval.c (method_eq): new method Method#==. [new]matz2001-06-121-2/+6
* * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz2001-06-081-2/+5
* * hash.c (replace_i): ignore when key == Qundef.matz2001-06-011-1/+4
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-13/+13
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-2/+0
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-14/+21
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-02-131-5/+4
* Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz2001-01-151-1/+1
* 001225matz2000-12-251-4/+9
* matzmatz2000-12-181-0/+1
* matzmatz2000-12-051-0/+30
* matz: 1.6.0 final (hopufully)matz2000-09-121-2/+4
* matzmatz2000-09-041-1/+3
* matzmatz2000-08-091-6/+0
* matzmatz2000-08-071-4/+22
* matzmatz2000-07-271-5/+0
* matzmatz2000-07-211-0/+1
* matzmatz2000-07-171-23/+1
* matzmatz2000-07-041-1/+1
* 2000-06-22matz2000-06-221-1/+6
* 2000-05-24matz2000-05-241-4/+4
* 2000-05-12matz2000-05-121-4/+0
* 2000-05-09matz2000-05-091-1/+1
* 2000-05-01matz2000-05-011-2/+4
* mkmfmatz2000-04-121-1/+37
* 2000-04-10matz2000-04-101-5/+5
* 2000-03-23matz2000-03-231-4/+5
* 2000-03-15matz2000-03-151-14/+8
* 2000-03-07matz2000-03-071-4/+0
* 2000-02-29matz2000-02-291-21/+26