aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-16 13:30:05 +0000
committerxibbar <xibbar@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-16 13:30:05 +0000
commit49f69c3f2ef75c91539ccc7e8abaaa727fbc7132 (patch)
treeca9e975d3dbc0398a690c47b595f0241a73243cc /ChangeLog
parent8b31af74b7f8bff2738fd19629d8c2517d2ef67b (diff)
downloadruby-49f69c3f2ef75c91539ccc7e8abaaa727fbc7132.tar.gz
* lib/cgi/core.rb: performance improvement.
From CGIAlt http://cgialt.rubyforge.org/ * test/cgi/test_cgi_header.rb: exception class fixed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8f2e278ba..261c4f7223 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Sep 16 22:23:24 2008 Takeyuki Fujioka <xibbar@ruby-lang.org>
+
+ * lib/cgi/core.rb: performance improvement.
+ From CGIAlt http://cgialt.rubyforge.org/
+
+ * test/cgi/test_cgi_header.rb: exception class fixed.
+
Tue Sep 16 22:21:33 2008 NARUSE, Yui <naruse@ruby-lang.org>
* string.c (rb_str_concat): fix rdoc. (codepoint is integer)