summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-10 13:53:27 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-06-10 13:53:27 +0000
commitdeed6fbb6dba5082ab5627e0181598761cccb081 (patch)
tree7b0dd80286a71f52100881757df30a3ae9512477 /ChangeLog
parentc43e977e2896d57f616919a6c9c7301f7fae9804 (diff)
lib/uri/generic.rb: Backport #2428 [ruby-core:27019]; fixed #eql? so that it can handle being passed a nil value.
test/generic/test_generic.rb: added a test for the fix to #eql?. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@28255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cd3f6e115d..30dddbc9fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+Thu Jun 10 22:50:00 Kirk Haines <khaines@ruby-lang.org>
+
+ * lib/uri/generic.rb: Backport #2428 [ruby-core:27019]; fixed #eql? so that it can handle being passed a nil value.
+ * test/generic/test_generic.rb: added a test for the fix to #eql?.
+
Thu Jun 10 06:46:00 Kirk Haines <khaines@ruby-ang.org>
- * ext/nkf/nkf-utf8/nkf.c: Backport #2953 [ruby-dev:40606]; change nkf_char buffer in numchar_getc() size form 8 to 10 to avoid potential for a segfault.
+ * ext/nkf/nkf-utf8/nkf.c: Backport #2953 [ruby-dev:40606]; change nkf_char buffer in numchar_getc() size form 8 to 10 to avoid potential for a segfault. r28242
- * test/nkf/test_nkf.rb: Added a test for the change.
+ * test/nkf/test_nkf.rb: Added a test for the change. r28242
Thu Jun 10 01:40:00 Kirk Haines <khaines@ruby-lang.org>