summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-16 05:52:01 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-16 05:52:01 +0000
commit8d4f74ffd01221cc39d7fbccd8185d23c934f38a (patch)
tree377e3fe77ce53b6d2eb860f5597831922b3b8044 /ChangeLog
parent96d7912c55cc8d0b806829527abd99933e6c8439 (diff)
* configure.in (BUILTIN_ENCS): removed escapes for OpenBSD.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ba74c8f7..7fe3cf196 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
-Sun Dec 16 00:36:42 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sun Dec 16 14:51:59 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.
[ruby-dev:32609]
+ * configure.in (BUILTIN_ENCS): removed escapes for OpenBSD.
+
Sat Dec 15 23:58:46 2007 Tanaka Akira <akr@fsij.org>
* test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, even