aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-15 13:27:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-15 13:27:41 +0000
commit0481de5db50d8078dc9a5995530815a72024e43a (patch)
tree6967c2e2249470244c99bcfad9fa5bbed5a10aa5 /ChangeLog
parent5fcbf61023c607f8c155e623c902f6562093c6b8 (diff)
downloadruby-0481de5db50d8078dc9a5995530815a72024e43a.tar.gz
* configure.in (BUILTIN_ENCS): splitted command line instead of
semicolons for Solaris. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d09277caac..3d082bce2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 15 22:27:39 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (BUILTIN_ENCS): splitted command line instead of
+ semicolons for Solaris.
+
Sat Dec 15 21:38:24 2007 Tanaka Akira <akr@fsij.org>
* lib/timeout.rb: join the background thread to make sure it is dead.