-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ Sun Oct 25 05:44:34 2009 Marc-Andre Lafortune <[email protected]> | |
|
||
Sat Oct 24 14:28:40 2009 Yukihiro Matsumoto <[email protected]> | ||
|
||
* hash.c (rb_hash_set_default_proc): checks arity of defalt_proc | ||
* hash.c (rb_hash_set_default_proc): checks arity of default_proc | ||
of a Hash. [ruby-core:26087] | ||
|
||
Sat Oct 24 13:38:45 2009 Yukihiro Matsumoto <[email protected]> | ||
|
@@ -422,7 +422,7 @@ Wed Oct 14 13:24:14 2009 Nobuyoshi Nakada <[email protected]> | |
|
||
Wed Oct 14 09:06:38 2009 Nobuyoshi Nakada <[email protected]> | ||
|
||
* eval.c (ruby_run_node): need to call ruby_cleaup() always even | ||
* eval.c (ruby_run_node): need to call ruby_cleanup() always even | ||
if any error occurred so far. | ||
|
||
Wed Oct 14 08:08:12 2009 Marc-Andre Lafortune <[email protected]> | ||
|
@@ -672,7 +672,7 @@ Wed Oct 7 16:42:28 2009 Nobuyoshi Nakada <[email protected]> | |
|
||
Wed Oct 7 16:06:30 2009 Nobuyoshi Nakada <[email protected]> | ||
|
||
* include/ruby/ruby.h (rb_long2int): evalates the argument only | ||
* include/ruby/ruby.h (rb_long2int): evaluates the argument only | ||
once. | ||
|
||
* struct.c (rb_struct_alloc): check array length overflow. | ||
|
@@ -903,7 +903,7 @@ Thu Oct 1 14:16:39 2009 NAKAMURA Usaku <[email protected]> | |
* win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER): | ||
split compiler specification and runtime library specification. | ||
|
||
* win32/Makefile.sub (LD_SHARED*, config.status): no need to embbed | ||
* win32/Makefile.sub (LD_SHARED*, config.status): no need to embed | ||
manifest if not exist. | ||
|
||
Thu Oct 1 13:23:14 2009 NAKAMURA Usaku <[email protected]> | ||
|
@@ -1320,7 +1320,7 @@ Tue Sep 22 01:10:22 2009 Marc-Andre Lafortune <[email protected]> | |
Tue Sep 22 01:10:02 2009 Marc-Andre Lafortune <[email protected]> | ||
|
||
* ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): | ||
Check if frozen (or untrusted for $SECURE >= 4) [ruby-core:18377] | ||
Check if frozen (or untrusted for $SAFE >= 4) [ruby-core:18377] | ||
|
||
Mon Sep 21 17:12:10 2009 Nobuyoshi Nakada <[email protected]> | ||
|
||
|