index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hash.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* array.c (rb_ary_become): should not free ptr if it's shared.
matz
2002-08-29
1
-0
/
+6
*
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-27
1
-27
/
+17
*
*.c: Int vs Long cleanup
michal
2002-08-21
1
-3
/
+2
*
* array.c (sort_2): *a - *b may overflow.
matz
2002-08-19
1
-0
/
+3
*
* hash.c (rb_hash_replace): should copy ifnone.
matz
2002-08-13
1
-3
/
+44
*
* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead of
matz
2002-08-12
1
-2
/
+6
*
* eval.c (svalue_to_avalue): v may be Qundef. This fix was
matz
2002-06-13
1
-2
/
+2
*
new platform [bccwin32] merged.
H_Konishi
2002-06-11
1
-0
/
+12
*
Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>
H_Konishi
2002-05-29
1
-2
/
+2
*
* parse.y: yyparse #defines moved from intern.h
matz
2002-05-29
1
-13
/
+0
*
* object.c (Init_Object): should do exact match for Module#==.
matz
2002-05-21
1
-0
/
+13
*
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-05-14
1
-1
/
+1
*
* eval.c (cvar_cbase): utility function to find innermost non
matz
2002-03-08
1
-2
/
+2
*
* eval.c (method_inspect): should not dump core for unbound
matz
2002-02-25
1
-4
/
+4
*
* hash.c (rb_any_cmp): should handle Qundef in keys.
matz
2002-02-20
1
-0
/
+1
*
* eval.c (is_defined): defined?(Foo::Baz) should check constants
matz
2002-01-28
1
-2
/
+2
*
* class.c (rb_include_module): detect cyclic module inclusion.
matz
2002-01-25
1
-2
/
+20
*
* re.c (match_select): should propagate taintness.
matz
2002-01-11
1
-1
/
+1
*
* string.c (rb_str_match_m): should convert an argument into
matz
2001-12-11
1
-0
/
+78
*
* array.c (rb_ary_modify): should copy the internal buffer if the
matz
2001-12-10
1
-10
/
+31
*
* parse.y (parse_regx): should raise error on untermitated
matz
2001-11-19
1
-2
/
+2
*
* hash.c (ruby_setenv): remove USE_WIN32_RTL_ENV block since it's
usa
2001-11-14
1
-40
/
+3
*
* hash.c (envix): use GET_ENVIRON and FREE_ENVIRON to get environment
usa
2001-11-13
1
-20
/
+56
*
* parse.y (str_extend): shuould allow interpolation of $-x.
matz
2001-10-29
1
-5
/
+5
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-26
/
+12
*
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-23
1
-0
/
+1
*
* marshal.c (Init_marshal): new constant Marshal::MAJOR_VERSION
matz
2001-07-31
1
-1
/
+1
*
* eval.c (rb_provide_feature): should not tweak extension used for
matz
2001-07-24
1
-1
/
+1
*
* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.
matz
2001-06-22
1
-1
/
+2
*
* eval.c (method_eq): new method Method#==. [new]
matz
2001-06-12
1
-2
/
+6
*
* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrieve
matz
2001-06-08
1
-2
/
+5
*
* hash.c (replace_i): ignore when key == Qundef.
matz
2001-06-01
1
-1
/
+4
*
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-30
1
-13
/
+13
*
* array.c (rb_ary_and): should not push frozen key string.
matz
2001-05-16
1
-2
/
+0
*
* eval.c (block_pass): should not downgrade safe level.
matz
2001-05-02
1
-14
/
+21
*
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2001-02-14
1
-1
/
+1
*
* io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2
matz
2001-02-13
1
-5
/
+4
*
Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
matz
2001-01-15
1
-1
/
+1
*
001225
matz
2000-12-25
1
-4
/
+9
*
matz
matz
2000-12-18
1
-0
/
+1
*
matz
matz
2000-12-05
1
-0
/
+30
*
matz: 1.6.0 final (hopufully)
matz
2000-09-12
1
-2
/
+4
*
matz
matz
2000-09-04
1
-1
/
+3
*
matz
matz
2000-08-09
1
-6
/
+0
*
matz
matz
2000-08-07
1
-4
/
+22
*
matz
matz
2000-07-27
1
-5
/
+0
*
matz
matz
2000-07-21
1
-0
/
+1
*
matz
matz
2000-07-17
1
-23
/
+1
*
matz
matz
2000-07-04
1
-1
/
+1
*
2000-06-22
matz
2000-06-22
1
-1
/
+6
[prev]
[next]